SPACE- adds a code to the code list a- runs the code s- deletes all code w- deletes last code d- play in loop HOLD e- stop loop a code will have 16 numbers in it telling you what the screen will display each digit coraspondes to a pixel there are rowes A wich is above B wich is above C wich is above D, and colloms 1 wich is to the left of 2 wich is to the left of 3 wich is to the left of 4, the digit determins the color, for example if digit 11 is 4 then the pixil C3 will be green, it will cycle through the code list with 1 secont between each frame
the screen: A1, A2, A3, A4 B1, B2, B3, B4 C1, C2, C3, C4 D1, D2, D3, D4 the digit corisponding to the pixel: 1:A1 2:A2 3:A3 4:A4 5:B1 6:B2 7:B3 8:B4 9:C1 10:C2 11:C3 12:C4 13:D1 14:D2 15:D3 16:D4