https://github.com/guyzmo/leloopbigleddisplay
code for a big 63*64 LED display
https://github.com/guyzmo/leloopbigleddisplay
Last synced: 15 days ago
JSON representation
code for a big 63*64 LED display
- Host: GitHub
- URL: https://github.com/guyzmo/leloopbigleddisplay
- Owner: guyzmo
- Created: 2012-01-23T23:34:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-18T16:39:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-21T00:29:45.714Z (12 months ago)
- Language: Arduino
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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).