Click here to Skip to main content
15,886,873 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: Wordle 611 Pin
Cp-Coder20-Feb-23 0:57
Cp-Coder20-Feb-23 0:57 
GeneralRe: Wordle 611 -close - very close Pin
pkfox20-Feb-23 1:18
professionalpkfox20-Feb-23 1:18 
GeneralRe: Wordle 611 (2/6) Pin
musefan20-Feb-23 4:20
musefan20-Feb-23 4:20 
GeneralRe: Wordle 611 3/6 Pin
jmaida20-Feb-23 10:51
jmaida20-Feb-23 10:51 
Generalworldle 394 1/6 Pin
jmaida19-Feb-23 13:04
jmaida19-Feb-23 13:04 
RantDirty rectangle woes Pin
honey the codewitch18-Feb-23 21:27
mvahoney the codewitch18-Feb-23 21:27 
GeneralRe: Dirty rectangle woes Pin
gggustafson19-Feb-23 5:31
mvagggustafson19-Feb-23 5:31 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 6:19
mvahoney the codewitch19-Feb-23 6:19 
It actually makes it more complicated, because in order to avoid sending a region to the display twice you must track the overlapping portions of the screen, draw them to an offscreen bitmap, and then draw that to the display so you only do it once.

It's really important to limit screen I/O, even at the expense of CPU. The bus on these IoT monsters is usually pretty slow. Often 1-bit serial.
To err is human. Fortune favors the monsters.

GeneralRe: Dirty rectangle woes Pin
gggustafson19-Feb-23 7:41
mvagggustafson19-Feb-23 7:41 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 10:21
mvahoney the codewitch19-Feb-23 10:21 
GeneralRe: Dirty rectangle woes Pin
Daniel Pfeffer19-Feb-23 6:31
professionalDaniel Pfeffer19-Feb-23 6:31 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 11:50
mvahoney the codewitch19-Feb-23 11:50 
GeneralRe: Dirty rectangle woes Pin
Daniel Pfeffer19-Feb-23 18:50
professionalDaniel Pfeffer19-Feb-23 18:50 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 22:19
mvahoney the codewitch19-Feb-23 22:19 
GeneralRe: Dirty rectangle woes Pin
Daniel Pfeffer20-Feb-23 3:05
professionalDaniel Pfeffer20-Feb-23 3:05 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch20-Feb-23 3:58
mvahoney the codewitch20-Feb-23 3:58 
QuestionRe: Dirty rectangle woes Pin
megaadam19-Feb-23 22:22
professionalmegaadam19-Feb-23 22:22 
AnswerRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 22:34
mvahoney the codewitch19-Feb-23 22:34 
GeneralRe: Dirty rectangle woes Pin
megaadam19-Feb-23 22:59
professionalmegaadam19-Feb-23 22:59 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch19-Feb-23 23:19
mvahoney the codewitch19-Feb-23 23:19 
GeneralRe: Dirty rectangle woes Pin
BillWoodruff20-Feb-23 2:23
professionalBillWoodruff20-Feb-23 2:23 
GeneralRe: Dirty rectangle woes Pin
honey the codewitch20-Feb-23 4:03
mvahoney the codewitch20-Feb-23 4:03 
GeneralWordle 610 Pin
StarNamer@work18-Feb-23 13:50
professionalStarNamer@work18-Feb-23 13:50 
GeneralRe: Wordle 610 Pin
Sandeep Mewara18-Feb-23 18:10
mveSandeep Mewara18-Feb-23 18:10 
GeneralRe: Wordle 610 Pin
OriginalGriff18-Feb-23 20:10
mveOriginalGriff18-Feb-23 20:10 

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.