Rolling text #10
Anders-Holst
started this conversation in
Effects
Replies: 1 comment
-
To make it easier to use I have now added a file "show_text.py". You can use it as:
You can also add the ip-address of your device to the arguments (before or after your text) if you don't want to use "discover" to find it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is now an effect checked in to produce simple rolling text messages over your leds, "RunningText".
Previously it has been possible to do text with the app from an Iphone, but not from Android. Now you can do it with python too.
This is a simple first attempt. Only capital letters, and numbers and some punctuations, are provided. There are many potential variants of this, so see it more as a proof-of-concept and inspiration, than final solution.
You need today's release of xled_plus:
pip install -U xled_plus
Then you can use it for example by starting a python prompt and typing (after replacing "HELLO" with something appropriate):
Beta Was this translation helpful? Give feedback.
All reactions