Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Erm... How do the screen and key chips work ? ๐Ÿ˜‚๐Ÿ˜… Also, Project deletion is a bit buggy (Idk how to fix it...)

Which problems you have with Key chip?

Nothing is being output, and Idk how to make the key output something

(1 edit)

Also idk if it is supposed to output something.

PS : the chip import is very buggy pls fix that for the next update, it's a very useful feature.

Yeah, we are fixing importer

You need to press key on keyboard

Thanks. And the screen ?

The Screen consists of 2 Main Components.

1. Pixel Index,

2. Color

The pixel index is can be changed using the Address Pins. The Address is represented in Binary. So, For example, If we want to change the pixel in the top left which is the first pixel we can leave all the address pins empty which sets the address/pixel index to 0 in binary.

After we select the Address of your Choice.  We have to choose a color. Unfortunately, There is only 8 available Colors. There are 3 Color pins - Red, Green Blue. We can combine these colors to create another color such as pink, yellow, cyan etc. After we select the color of our choice, We can Update or Change the Pixel we chose to the color we selected by pulsing or bringing the Store Pin High. The store pin isn't edge triggered so can keep it high and actively change pixels.

I ended up understanding, But thanks !