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 can i use a dot display?

A topic by leo.zorro.11 created 62 days ago Views: 330 Replies: 5
Viewing posts 1 to 4

Hi i'm trying to use the dot display but i don't know how use it. Can anyone help me please? excusme for the language but i'm not english.

(+1)

The "Address" input selects a pixel on the display.

The "Pixel in" input is required to write the pixel. idk what it does

The "Reset" input resets the display.

The "Write" input writes the pixel on the display.

The "Refresh" input refreshes the display.

The "Clock" input is used for the clock.

I hope this helps. :)

thanks but i can't write anything on the display, i tried to select one pixe using an 8-bit input, setting the pixel in, the write pin and the refresh to high. how can i select a pixel and write anything into the screen?

activate the clock

Developer(+3)

Pixel-in allows you write either a 1 or a 0 into the display (in case you want to change a pixel that's already on, rather than resetting the entire display)

refresh is not like the clock signal, keep it on and the changes will take effect