Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.31k stars 3.05k forks source link

WLED Feature Request: ° Support #3886

Open Michaelnorge opened 3 months ago

Michaelnorge commented 3 months ago

Hi :-)

Want: Show degree symbol (°C) for proper temperature displays in WLED. Why: Missing ° makes showing temperatures confusing (workarounds like "C" needed).

Thank you all for this brilliant project !!!

blazoncek commented 3 months ago

Only ASCII characters are supported.

keiferoh commented 2 weeks ago

I believe the degree symbol is ascii 248, so why can’t it be displayed?

https://theasciicode.com.ar/extended-ascii-code/degree-symbol-ascii-code-248.html

softhack007 commented 2 weeks ago

Because standard ascii ends at 127, and our fonts for scrolling text also end at 127.

https://en.m.wikipedia.org/wiki/ASCII