-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 716 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Code is work in progress
========================
LED Display reference : " CI5TD Centaure Brinon "
arduino sketch is ok, once uploaded to arduino, write text on serial port, it will be displayed
on the display. escape followed by a number will do a control character :
^[0 : switch to/from binary mode (everything is "on" ; space or 0 is "off")
^[1 : push an on pixel
^[2 : push an off pixel
^[3 : clear the screen
^[4 : put the screen to all on
^[5 : write a sample text
^[6 : print the display buffer
N.B. in binary mode the display buffer is not used.
python upload bitmap code is still work in progress (need to work out the matrix transformation
so it is correctly displayed).