Skip to content

nygma2004/max7219scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MAX7219 Display and Text Scroller

This is a simple project using MAX7219 modules driving 8x8 LED matrix display to show a scrolling text. The sketch uses a ESP8266 (NodeMCU, or Wemos D1 mini), to drive the display. The ESP hosts a website where the text, the scrolling speed and the brightness can be controlled. But you can change any of these using simple HTTP commands:
Changing text: http://ip/set?text=My new text
Changing speed: http://ip/set?delay=40 where the delay is the miliseconds between steps. Use smaller value for faster scroll
Changing brightness: http://ip/set?intensity=4 where the brightness value can be between 0 and 15.


Wiring

MAX7219 displayCable colorESP Pin
VCCBlueVin on the NodeMCU, 5V on Wemos D1 mini
GNDPurpleGND
DINGreyD7
CSWhiteD4 (this can be a different pin too)
CLKBlackD5


You can watch a detailed video on this project at: https://youtu.be/ndeLOQo68IA

About

MAX7219 Display and Text Scroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages