This project is supposed for those who need to have their own ticker, learn languages or have a need to memorize text information and are involved in Raspberry Pi, RGB LED projects and Python-programming.
This project allows to output colored and decorated text messages on the ticker or build a timeline consisting of updating messages.
There are 3 main software parts:
1. LED Server. The main task is transforming text messages to pulse-width modulation signals sending to the LED panel for rendering.
2. Graphic Interface Application. It receives keyboard commands and transforms them to POST requests and make these requests to the LED Server, requires information from the Dictionary, send it to the ticker, and play pronunciations of the text messages.
3. Dictionary Server. This is a real website based on the Django framework where information can be structured in different ways.