Click here to Skip to main content
15,886,362 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: This is the most Canadian thing I've ever encountered Pin
W Balboos, GHB26-Apr-21 1:49
W Balboos, GHB26-Apr-21 1:49 
GeneralRe: This is the most Canadian thing I've ever encountered Pin
obermd26-Apr-21 3:35
obermd26-Apr-21 3:35 
GeneralHeckin heck, it's done Pin
honey the codewitch25-Apr-21 16:59
mvahoney the codewitch25-Apr-21 16:59 
GeneralRe: Heckin heck, it's done Pin
pkfox25-Apr-21 22:00
professionalpkfox25-Apr-21 22:00 
GeneralRe: Heckin heck, it's done Pin
Jörgen Andersson25-Apr-21 22:45
professionalJörgen Andersson25-Apr-21 22:45 
GeneralRe: Heckin heck, it's done Pin
honey the codewitch25-Apr-21 23:02
mvahoney the codewitch25-Apr-21 23:02 
GeneralRe: Heckin heck, it's done Pin
pkfox26-Apr-21 6:12
professionalpkfox26-Apr-21 6:12 
GeneralRe: Heckin heck, it's done Pin
honey the codewitch26-Apr-21 6:26
mvahoney the codewitch26-Apr-21 6:26 
Oh you will. Right now I'm poring over the datasheet for an ILI9341 but I may stop and do the SSD1306 first if it's simpler.

The problem with the ILI9341 is to get any performance out of it everything has to be asynchronous, including the SPI transactions and that makes it just ... complicated as hell.

I know the rule - make it work, then make it fast, but here's the problem: The asynchronous stuff is so necessary I don't need to profile to know it's going to be too slow without it - i already have a driver I wrote halfway a long time ago for a different codebase and that's why I know it's needs to be async.

And designing that is just ... I can't wrap my head around it yet. If I had more RAM it would be easy. But I don't.
Real programmers use butterflies

GeneralRe: Heckin heck, it's done Pin
pkfox27-Apr-21 0:59
professionalpkfox27-Apr-21 0:59 
GeneralA labor of love? Pin
honey the codewitch24-Apr-21 12:54
mvahoney the codewitch24-Apr-21 12:54 
GeneralRe: A labor of love? Pin
Eddy Vluggen24-Apr-21 13:19
professionalEddy Vluggen24-Apr-21 13:19 
GeneralRe: A labor of love? Pin
honey the codewitch24-Apr-21 14:48
mvahoney the codewitch24-Apr-21 14:48 
QuestionRe: A labor of love? Pin
Eddy Vluggen24-Apr-21 15:11
professionalEddy Vluggen24-Apr-21 15:11 
AnswerRe: A labor of love? Pin
honey the codewitch24-Apr-21 20:59
mvahoney the codewitch24-Apr-21 20:59 
GeneralRe: A labor of love? Pin
k505424-Apr-21 16:02
mvek505424-Apr-21 16:02 
GeneralRe: A labor of love? Pin
honey the codewitch24-Apr-21 20:56
mvahoney the codewitch24-Apr-21 20:56 
GeneralRe: A labor of love? Pin
W Balboos, GHB25-Apr-21 1:51
W Balboos, GHB25-Apr-21 1:51 
GeneralRe: A labor of love? Pin
honey the codewitch25-Apr-21 3:07
mvahoney the codewitch25-Apr-21 3:07 
GeneralRe: A labor of love? Pin
W Balboos, GHB26-Apr-21 1:09
W Balboos, GHB26-Apr-21 1:09 
GeneralRe: A labor of love? Pin
Daniel Pfeffer25-Apr-21 3:26
professionalDaniel Pfeffer25-Apr-21 3:26 
GeneralRe: A labor of love? Pin
Greg Utas25-Apr-21 5:31
professionalGreg Utas25-Apr-21 5:31 
GeneralRe: A labor of love? Pin
honey the codewitch25-Apr-21 8:37
mvahoney the codewitch25-Apr-21 8:37 
GeneralFor sale... PinPopular
Mike Hankey24-Apr-21 11:04
mveMike Hankey24-Apr-21 11:04 
GeneralRe: For sale... Pin
Eddy Vluggen24-Apr-21 11:40
professionalEddy Vluggen24-Apr-21 11:40 
GeneralRe: For sale... Pin
Mike Hankey24-Apr-21 11:50
mveMike Hankey24-Apr-21 11:50 

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.