I need to write scrolling text in the Arabic language, and it seems that it is not supported by the program. Is there any way to type a specific language on the led?
This has been asked a few times. But no. The map of which pixels are on/off for each character at each font size is compiled into the WLED binary. We’d exhaust all the space trying to support all characters even at one size.
@blazoncek if there were a web service that provided the bitmap for Unicode characters. Something like this
1 Like
The problem is twofold: RAM size and flash size.
For ESP8266 it lacks RAM, for ESP32 its flash utilization is nearing 95% leaving no room for additional content.
It would be possible to upload a file containing font definition to a file system but it would be difficult to correctly select it from UI.
1 Like