Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

LeLoop/LeLoopBigLedDisplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

code for a big 63*64 LED display - Moved to GitLab

Resources

Stars

Watchers

Forks

Packages

No packages published