Click here to Skip to main content
15,887,776 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: Hmmm. The new CP look ... I'm not sure I like it. Pin
GuyThiebaut21-Mar-22 21:15
professionalGuyThiebaut21-Mar-22 21:15 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
Sander Rossel21-Mar-22 21:27
professionalSander Rossel21-Mar-22 21:27 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
Joe Woodbury21-Mar-22 22:06
professionalJoe Woodbury21-Mar-22 22:06 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
Fueled By Decaff21-Mar-22 23:25
Fueled By Decaff21-Mar-22 23:25 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
megaadam21-Mar-22 23:44
professionalmegaadam21-Mar-22 23:44 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
Gerry Schmitz22-Mar-22 5:52
mveGerry Schmitz22-Mar-22 5:52 
GeneralRe: Hmmm. The new CP look ... I'm not sure I like it. Pin
obermd22-Mar-22 7:45
obermd22-Mar-22 7:45 
PraiseI actually love situations where I *have* to make it work Pin
honey the codewitch21-Mar-22 6:53
mvahoney the codewitch21-Mar-22 6:53 
I have someone using my GFX library for a project of theirs.

They need a really tall font to show up large enough on their screen. Raster doesn't seem to be in the equation because I can't find 40px high raster fonts in a format digestible by any major IoT graphics libraries.

So TrueType it is. The trouble is, he doesn't have the RAM on his widget to load a TTF into memory. It must be embedded as a .h header file and streamed from the "program flash" space.

It works, but it's not fast. I need to make it fast, or he's out of luck, and his fairly simple use case blows a sizable hole in my own project.

*cracks knuckles*

This is coding. This kind of thing gets the blood flowing for me. I'm behind the 8-ball and only being smarter than the hardware is going to get me out of that predicament.

EDIT: IT WORKS. Using it from a header is plenty fast enough even on a WROOM: ttgo_ttf_mock/main.cpp at master · codewitch-honey-crisis/ttgo_ttf_mock · GitHub[^]
To err is human. Fortune favors the monsters.


modified 21-Mar-22 17:33pm.

GeneralRe: I actually love situations where I *have* to make it work Pin
David O'Neil21-Mar-22 7:46
professionalDavid O'Neil21-Mar-22 7:46 
GeneralRe: I actually love situations where I *have* to make it work Pin
honey the codewitch21-Mar-22 10:51
mvahoney the codewitch21-Mar-22 10:51 
GeneralRe: I actually love situations where I *have* to make it work Pin
Roger Wright21-Mar-22 20:02
professionalRoger Wright21-Mar-22 20:02 
GeneralCan't access Wordle site from laptop Pin
pkfox21-Mar-22 5:16
professionalpkfox21-Mar-22 5:16 
GeneralRe: Can't access Wordle site from laptop Pin
dan!sh 21-Mar-22 5:20
professional dan!sh 21-Mar-22 5:20 
GeneralRe: Can't access Wordle site from laptop Pin
OriginalGriff21-Mar-22 5:24
mveOriginalGriff21-Mar-22 5:24 
GeneralRe: Can't access Wordle site from laptop Pin
pkfox21-Mar-22 6:25
professionalpkfox21-Mar-22 6:25 
GeneralRe: Can't access Wordle site from laptop Pin
OriginalGriff21-Mar-22 6:36
mveOriginalGriff21-Mar-22 6:36 
GeneralRe: Can't access Wordle site from laptop Pin
pkfox21-Mar-22 6:43
professionalpkfox21-Mar-22 6:43 
GeneralRe: Can't access Wordle site from laptop Pin
OriginalGriff21-Mar-22 7:07
mveOriginalGriff21-Mar-22 7:07 
GeneralRe: Can't access Wordle site from laptop Pin
pkfox21-Mar-22 8:47
professionalpkfox21-Mar-22 8:47 
GeneralRe: Can't access Wordle site from laptop Pin
OriginalGriff21-Mar-22 9:02
mveOriginalGriff21-Mar-22 9:02 
GeneralRe: Can't access Wordle site from laptop Pin
pkfox23-Mar-22 3:48
professionalpkfox23-Mar-22 3:48 
GeneralRe: Can't access Wordle site from laptop Pin
Slacker00721-Mar-22 5:59
professionalSlacker00721-Mar-22 5:59 
GeneralRe: Can't access Wordle site from laptop Pin
Ravi Bhavnani21-Mar-22 6:50
professionalRavi Bhavnani21-Mar-22 6:50 
GeneralRe: Can't access Wordle site from laptop Pin
OriginalGriff21-Mar-22 7:08
mveOriginalGriff21-Mar-22 7:08 
GeneralCan we move Wordle to its own forum PinPopular
obermd21-Mar-22 4:09
obermd21-Mar-22 4:09 

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.