Click here to Skip to main content
15,891,607 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: My better nature vs my wallet Pin
David O'Neil21-Jul-21 9:39
professionalDavid O'Neil21-Jul-21 9:39 
AnswerRe: My better nature vs my wallet Pin
CPallini21-Jul-21 8:28
mveCPallini21-Jul-21 8:28 
AnswerRe: My better nature vs my wallet Pin
Daniel Pfeffer21-Jul-21 9:12
professionalDaniel Pfeffer21-Jul-21 9:12 
GeneralRe: My better nature vs my wallet Pin
charlieg21-Jul-21 10:28
charlieg21-Jul-21 10:28 
GeneralRe: My better nature vs my wallet Pin
Nelek21-Jul-21 20:22
protectorNelek21-Jul-21 20:22 
AnswerRe: My better nature vs my wallet Pin
Greg Utas21-Jul-21 10:43
professionalGreg Utas21-Jul-21 10:43 
AnswerRe: My better nature vs my wallet Pin
BillWoodruff21-Jul-21 19:26
professionalBillWoodruff21-Jul-21 19:26 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch21-Jul-21 20:05
mvahoney the codewitch21-Jul-21 20:05 
It does truetype. It might be a little rough around the edges metaphorically speaking due to it being thrown together.

The curves and such and the antialiasing are accurate, given the lack of supersampling.

It won't render the small bitmaps that are embedded in some TTFs for really small font sizes. I'll maybe add that later when I get some font files that have them.

As well as what's out there though? No. Hardware limitations being what they are, I'm dealing with very low DPI screens, limited RAM and limited processing power, and while the latter two things are surmountable or otherwise fungible in terms of trading off for quality, the low DPI screens there's no getting around. And to get to a higher DPI you'd often need more RAM (especially for black and white displays where you must keep a frame buffer) and then there's the matter of the SPI bus' bandwidth. It simply can't move the massive number of pixels you'd need for higher DPI devices quickly enough to be feasible. There's very little in software that can be done about that.

So I would say given all of that, it's not the best out there - some amount of compromise is necessary, but for now it's the best you're going to get for general IoT devices.
Real programmers use butterflies

GeneralRe: My better nature vs my wallet Pin
BillWoodruff23-Jul-21 16:26
professionalBillWoodruff23-Jul-21 16:26 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch23-Jul-21 16:49
mvahoney the codewitch23-Jul-21 16:49 
AnswerRe: My better nature vs my wallet Pin
Nelek21-Jul-21 20:28
protectorNelek21-Jul-21 20:28 
AnswerRe: My better nature vs my wallet Pin
Rage22-Jul-21 1:38
professionalRage22-Jul-21 1:38 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch22-Jul-21 3:56
mvahoney the codewitch22-Jul-21 3:56 
GeneralRe: My better nature vs my wallet Pin
Rage22-Jul-21 3:59
professionalRage22-Jul-21 3:59 
AnswerRe: My better nature vs my wallet Pin
Chris Maunder22-Jul-21 1:58
cofounderChris Maunder22-Jul-21 1:58 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch22-Jul-21 3:49
mvahoney the codewitch22-Jul-21 3:49 
GeneralRe: My better nature vs my wallet Pin
Gerry Schmitz22-Jul-21 5:51
mveGerry Schmitz22-Jul-21 5:51 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch22-Jul-21 6:23
mvahoney the codewitch22-Jul-21 6:23 
AnswerRe: My better nature vs my wallet Pin
enhzflep22-Jul-21 15:54
enhzflep22-Jul-21 15:54 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch22-Jul-21 16:18
mvahoney the codewitch22-Jul-21 16:18 
GeneralRe: My better nature vs my wallet Pin
enhzflep22-Jul-21 20:16
enhzflep22-Jul-21 20:16 
AnswerRe: My better nature vs my wallet Pin
englebart29-Jul-21 18:34
professionalenglebart29-Jul-21 18:34 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch29-Jul-21 19:10
mvahoney the codewitch29-Jul-21 19:10 
GeneralRe: My better nature vs my wallet Pin
englebart30-Jul-21 4:36
professionalenglebart30-Jul-21 4:36 
GeneralRe: My better nature vs my wallet Pin
honey the codewitch30-Jul-21 4:42
mvahoney the codewitch30-Jul-21 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.