Click here to Skip to main content
15,896,269 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: I've been stuck for two days on nothing Pin
honey the codewitch24-Jun-21 1:51
mvahoney the codewitch24-Jun-21 1:51 
GeneralRe: I've been stuck for two days on nothing Pin
Member 1419238225-Jun-21 3:42
Member 1419238225-Jun-21 3:42 
GeneralRe: I've been stuck for two days on nothing Pin
honey the codewitch25-Jun-21 4:36
mvahoney the codewitch25-Jun-21 4:36 
QuestionRe: I've been stuck for two days on nothing Pin
CPallini24-Jun-21 2:21
mveCPallini24-Jun-21 2:21 
AnswerRe: I've been stuck for two days on nothing Pin
honey the codewitch24-Jun-21 6:09
mvahoney the codewitch24-Jun-21 6:09 
GeneralRe: I've been stuck for two days on nothing Pin
obeobe24-Jun-21 22:58
obeobe24-Jun-21 22:58 
GeneralRe: I've been stuck for two days on nothing Pin
AnotherKen25-Jun-21 17:54
professionalAnotherKen25-Jun-21 17:54 
GeneralRe: I've been stuck for two days on nothing Pin
honey the codewitch25-Jun-21 18:22
mvahoney the codewitch25-Jun-21 18:22 
I don't have that kind of memory. The e-paper displays essentially require me to keep the frame buffer around in local RAM. So my size in bytes for monochrome black and white displays is width*height/8 and it gets worse when you introduce virtualization of higher bit depths through dithering, such that you can simulate 8-bit grayscale for example, but at that point your frame buffer size becomes simply width*height in bytes. Ouch. That's my state for each mode.

It's not a good idea to hold a frame buffer around when someone is not using it on these devices. The devices I'm targeting with these displays range in RAM anywhere from about 300k to 4.5MB, with the caveat that 4MBs of that is PSRAM over SPI and thus slow.
Real programmers use butterflies

GeneralRe: I've been stuck for two days on nothing Pin
AnotherKen26-Jun-21 7:55
professionalAnotherKen26-Jun-21 7:55 
GeneralRe: I've been stuck for two days on nothing Pin
honey the codewitch26-Jun-21 9:12
mvahoney the codewitch26-Jun-21 9:12 
GeneralNo more McAfee Pin
OriginalGriff23-Jun-21 9:59
mveOriginalGriff23-Jun-21 9:59 
GeneralRe: No more McAfee Pin
Matthew Dennis23-Jun-21 10:02
sysadminMatthew Dennis23-Jun-21 10:02 
GeneralRe: No more McAfee PinPopular
Slacker00723-Jun-21 10:07
professionalSlacker00723-Jun-21 10:07 
GeneralRe: No more McAfee Pin
pkfox23-Jun-21 10:19
professionalpkfox23-Jun-21 10:19 
GeneralRe: No more McAfee Pin
Mike Hankey23-Jun-21 11:00
mveMike Hankey23-Jun-21 11:00 
GeneralRe: No more McAfee Pin
W Balboos, GHB24-Jun-21 2:37
W Balboos, GHB24-Jun-21 2:37 
GeneralRe: No more McAfee Pin
honey the codewitch23-Jun-21 12:21
mvahoney the codewitch23-Jun-21 12:21 
GeneralRe: No more McAfee Pin
Gary R. Wheeler23-Jun-21 12:43
Gary R. Wheeler23-Jun-21 12:43 
GeneralRe: No more McAfee Pin
honey the codewitch23-Jun-21 13:07
mvahoney the codewitch23-Jun-21 13:07 
GeneralRe: No more McAfee Pin
Slacker00723-Jun-21 13:10
professionalSlacker00723-Jun-21 13:10 
GeneralRe: No more McAfee Pin
honey the codewitch23-Jun-21 13:22
mvahoney the codewitch23-Jun-21 13:22 
GeneralRe: No more McAfee Pin
Slacker00723-Jun-21 13:24
professionalSlacker00723-Jun-21 13:24 
RantRe: No more McAfee Pin
Gary R. Wheeler23-Jun-21 12:34
Gary R. Wheeler23-Jun-21 12:34 
GeneralRe: No more McAfee Pin
Slacker00723-Jun-21 13:11
professionalSlacker00723-Jun-21 13:11 
GeneralRe: No more McAfee Pin
Gary R. Wheeler23-Jun-21 13:48
Gary R. Wheeler23-Jun-21 13:48 

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.