An arduino sketch that displays strings of text on a message board made out of a neo pixel strip. The python script converts the letters.txt file into an array to be used by the arduino sketch in the letters byte array.
The text that is displayed scrolls from right to left.
#Library https://github.com/adafruit/Adafruit_NeoPixel
#License MIT