Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Digital Logic Sim

​A minimalistic digital logic simulator · By Sebastian Lague

How do I use RGB displays?

A topic by Rando2048 created 27 days ago Views: 143 Replies: 2
Viewing posts 1 to 2

I just need some help on this

the address input selects the pixel, the color inputs (red green and blue, all 4 but inputs) selects the color of the pixel (1111 red, 1111 blue, 1111 green make white pixels), the rest input resets the display, refresh refreshes the display and clock is obviously for the clock. the rgb display also has 3 outputs, one for each color, which makes it so when a pixel address is selected, it'll output whatever color that pixel is. the thing about this display is that you can only modify one pixel at a time, instead of multiple at once like the seven segment display.

Yea, I figured it out