/marqueeSign

Scrolling Text Sign using P3 LED Sign

Primary LanguageC++

Scrolling Text Sign

WiFi Connected Marquee Sign.
Display

Connections Connections

Uses this P3 Led Panel on Amazon

Content

Directory Notes
\src Source Code for ESP32 using PlatformIO.
\KiCad Optional PCB to wrangle all of the connections required for the display

Sign exposes an API to retrieve the current message and set the next message

Verb Url Notes
GET /message Gets the current message displayed on the sign
POST /message Sets the next message to display. Will change after the current message has finished scrolling
GET / OpenAPI (swagger) UI for testing and discovery