Click here to Skip to main content
15,878,809 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.

 
JokeRe: The beauty of standards Pin
Daniel Pfeffer14-Feb-22 0:02
professionalDaniel Pfeffer14-Feb-22 0:02 
GeneralRe: The beauty of standards Pin
HobbyProggy13-Feb-22 22:55
professionalHobbyProggy13-Feb-22 22:55 
GeneralRe: The beauty of standards Pin
den2k8813-Feb-22 23:01
professionalden2k8813-Feb-22 23:01 
GeneralRe: The beauty of standards Pin
HobbyProggy13-Feb-22 23:02
professionalHobbyProggy13-Feb-22 23:02 
GeneralRe: The beauty of standards Pin
jsc4214-Feb-22 0:30
professionaljsc4214-Feb-22 0:30 
GeneralRe: The beauty of standards Pin
trønderen14-Feb-22 12:16
trønderen14-Feb-22 12:16 
GeneralRe: The beauty of standards Pin
den2k8814-Feb-22 20:28
professionalden2k8814-Feb-22 20:28 
GeneralWhen refactoring attacks =( Pin
honey the codewitch13-Feb-22 21:51
mvahoney the codewitch13-Feb-22 21:51 
I recently separated the hardware bus communication code from my video driver code. I thought I was slick.

Then I ran into the RA8875. I had forgotten that during the initialization phase, it must run at 1/20th of the speed of normal over an SPI bus.

I already don't care for this chip. It's odd how it works, relatively slow unless you forward all the shape drawing and font drawing to the onboard functions that do it, relying on its "hardware acceleration" which shouldn't even be necessary but it only operates at 20MHz.

No other devices require a slowdown during the initialization phase.

So now I'm wondering about this. I really don't want to add that one-off to my API, but it looks like I'll have to.

If I had never factored the bus into a separate interface this wouldn't be an issue. Sigh | :sigh:
Real programmers use butterflies

GeneralRe: When refactoring attacks =( Pin
lmoelleb13-Feb-22 22:07
lmoelleb13-Feb-22 22:07 
GeneralRe: When refactoring attacks =( Pin
honey the codewitch13-Feb-22 22:08
mvahoney the codewitch13-Feb-22 22:08 
GeneralWSO CCC OTD 2022-02-14 Pin
OriginalGriff13-Feb-22 21:26
mveOriginalGriff13-Feb-22 21:26 
GeneralRe: WSO CCC OTD 2022-02-14 Pin
pkfox13-Feb-22 21:56
professionalpkfox13-Feb-22 21:56 
GeneralRe: WSO CCC OTD 2022-02-14 Pin
OriginalGriff13-Feb-22 22:08
mveOriginalGriff13-Feb-22 22:08 
GeneralRe: WSO CCC OTD 2022-02-14 Pin
pkfox13-Feb-22 22:28
professionalpkfox13-Feb-22 22:28 
GeneralRe: WSO CCC OTD 2022-02-14 - we have a winner! Pin
OriginalGriff13-Feb-22 22:48
mveOriginalGriff13-Feb-22 22:48 
GeneralRe: WSO CCC OTD 2022-02-14 - we have a winner! Pin
pkfox13-Feb-22 23:01
professionalpkfox13-Feb-22 23:01 
QuestionCalling any IoT hackers out there Pin
honey the codewitch13-Feb-22 11:55
mvahoney the codewitch13-Feb-22 11:55 
AnswerRe: Calling any IoT hackers out there Pin
Super Lloyd13-Feb-22 13:35
Super Lloyd13-Feb-22 13:35 
GeneralRe: Calling any IoT hackers out there Pin
honey the codewitch13-Feb-22 13:37
mvahoney the codewitch13-Feb-22 13:37 
AnswerObligatory xkcd Pin
Peter_in_278013-Feb-22 14:17
professionalPeter_in_278013-Feb-22 14:17 
AnswerRe: Calling any IoT hackers out there Pin
Memtha15-Feb-22 13:07
Memtha15-Feb-22 13:07 
GeneralRe: Calling any IoT hackers out there Pin
honey the codewitch15-Feb-22 13:10
mvahoney the codewitch15-Feb-22 13:10 
GeneralIP address confusion Pin
Cp-Coder13-Feb-22 9:18
Cp-Coder13-Feb-22 9:18 
GeneralRe: IP address confusion Pin
OriginalGriff13-Feb-22 9:35
mveOriginalGriff13-Feb-22 9:35 
GeneralRe: IP address confusion Pin
RickZeeland13-Feb-22 19:44
mveRickZeeland13-Feb-22 19:44 

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.