-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I want only to say that I use this stock ticker for my RGB LED display, and it works great! I use it on a raspberry pi 4 with a Adafruit HAT and a 32x64 LED display. I adapted the code to display the date for a different locale. It would be nice if some of the constants can be defined in the config, so that the source must not be touched:
- Rotation duration (I use 5 secs, 10 secs is too long for me)
- Different date format string (
%a, %d. %b
) - Different locale for the date (by setting
locale.setlocale(locale.LC_TIME, 'DE_de')
in the Data class)
Everything else works really great!
feram18
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request