(work in progress)
This is a simple project to create a low cost animated 128x32 LED display for the marquee of a full-size MAME Arcade cabinet.
The code allows a Teensy3.6 to use a simple command line protocol to browse the contents of the attached SD card, upload and download files using the ZMODEM protocol, change directories, display text messages and display animated GIF's on the attached LED panels.
Displayed GIF's should have a resolution of 132x64 to match the attached panels.
Can be modified to run on a single panel at 64x32 and I have run it on four panels for a 256x32 display with a minor code change.
Most of the hard work is accomplished using the Smartmatrix library and the SmartmatrixV4 interface.
The panels are not fitted yet but this short video should give an idea of the final intention https://youtu.be/MTyskXJbor0
Full details and code at https://github.com/gi1mic/teensy2dmd
This is a simple project to create a low cost animated 128x32 LED display for the marquee of a full-size MAME Arcade cabinet.
The code allows a Teensy3.6 to use a simple command line protocol to browse the contents of the attached SD card, upload and download files using the ZMODEM protocol, change directories, display text messages and display animated GIF's on the attached LED panels.
Displayed GIF's should have a resolution of 132x64 to match the attached panels.
Can be modified to run on a single panel at 64x32 and I have run it on four panels for a 256x32 display with a minor code change.
Most of the hard work is accomplished using the Smartmatrix library and the SmartmatrixV4 interface.
The panels are not fitted yet but this short video should give an idea of the final intention https://youtu.be/MTyskXJbor0
Full details and code at https://github.com/gi1mic/teensy2dmd