widapro / wledPixel

Dot matrix panel management
MIT License
73 stars 12 forks source link

Update font with more special chars? #61

Open qwasy opened 2 months ago

qwasy commented 2 months ago

Can you update the wled font with more special chars? https://github.com/pilnikov/MAX7219-Clock/blob/master/Fonts.h already made all the adjustments to the font. Checking them in the github font editor, they're looking fine to me.

I tried to compile them myself, but faced several issues. AsyncElegantOTA is discontiued, ElegantOTA as a replacement will not work for me with the ESPAsyncWebserver commands. When I remove OTA, it compiles but the font LEDs won't show any special char like äöü etc...

qwasy commented 2 months ago

I created a version where the german special chars (ö ä ü ß) are working with the wled font. OTA works aswell. I attached it, if anyone needs it.

I still hope, we get a version where every char is working.

wledpixel_2.7.1_german_fixed.bin.zip