Click here to Skip to main content
15,887,027 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: Did anyone here ever race the electron beam? And did you win the race? Pin
glennPattonWork327-Jun-23 2:23
professionalglennPattonWork327-Jun-23 2:23 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Daniel Pfeffer27-Jun-23 2:36
professionalDaniel Pfeffer27-Jun-23 2:36 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith27-Jun-23 3:12
CodeWraith27-Jun-23 3:12 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
  Forogar  27-Jun-23 3:24
professional  Forogar  27-Jun-23 3:24 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Daniel Pfeffer27-Jun-23 3:55
professionalDaniel Pfeffer27-Jun-23 3:55 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
jmaida27-Jun-23 9:31
jmaida27-Jun-23 9:31 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
OriginalGriff27-Jun-23 3:55
mveOriginalGriff27-Jun-23 3:55 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
honey the codewitch27-Jun-23 5:20
mvahoney the codewitch27-Jun-23 5:20 
LOL I never knew it was called that but I race the beam in IoT. Of course now I have a coprocessor to help me.

RGB interface displays use 1 wire for each color bit. Those wires source bits out of RAM while the display scans up and down, left to right. You have to spit the bits at exactly the right time to get the display to show correctly.

I use a little feature in the ESP32 called GDMA to make it possible, but it takes the chasing away from the CPU. Basically you can connect 1 bit to a 1 wire - up to 16 at a time, and point to a memory buffer, and the GDMA processor at a frequency you give it, will read or write data to or from that buffer using those wires.

Aside from that, I've emulated racing the beam several times, building old school emulators, like Nintendo emulators.

Fun times!
Check out my IoT graphics library here:
https://honeythecodewitch/gfx

GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
DerekT-P27-Jun-23 11:12
professionalDerekT-P27-Jun-23 11:12 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith27-Jun-23 13:35
CodeWraith27-Jun-23 13:35 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
jochance28-Jun-23 5:43
jochance28-Jun-23 5:43 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith2-Jul-23 22:28
CodeWraith2-Jul-23 22:28 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Member 1194113128-Jun-23 6:03
Member 1194113128-Jun-23 6:03 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith2-Jul-23 22:12
CodeWraith2-Jul-23 22:12 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Member 119411313-Jul-23 10:25
Member 119411313-Jul-23 10:25 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Juan Pablo Reyes Altamirano28-Jun-23 6:41
Juan Pablo Reyes Altamirano28-Jun-23 6:41 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith2-Jul-23 21:59
CodeWraith2-Jul-23 21:59 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Matthew Barnett28-Jun-23 6:49
Matthew Barnett28-Jun-23 6:49 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Member 119411313-Jul-23 9:50
Member 119411313-Jul-23 9:50 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Peter Shaw28-Jun-23 10:14
professionalPeter Shaw28-Jun-23 10:14 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
CodeWraith2-Jul-23 21:42
CodeWraith2-Jul-23 21:42 
GeneralRe: Did anyone here ever race the electron beam? And did you win the race? Pin
Peter Shaw3-Jul-23 1:32
professionalPeter Shaw3-Jul-23 1:32 
GeneralCCC 27-06-2023 Pin
pkfox26-Jun-23 21:37
professionalpkfox26-Jun-23 21:37 
GeneralRe: CCC 27-06-2023 Pin
OriginalGriff26-Jun-23 21:41
mveOriginalGriff26-Jun-23 21:41 
GeneralRe: CCC 27-06-2023 Pin
pkfox26-Jun-23 21:55
professionalpkfox26-Jun-23 21:55 

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.