GyverLibs / GyverOLED

Лёгкая и быстрая библиотека для OLED дисплея
MIT License
123 stars 20 forks source link

Symbol degree ° are supported? #40

Closed NickyX3 closed 9 months ago

NickyX3 commented 9 months ago

Alex, i try out degree symbol ° (ALT+0176), but out "a" symbol Алекс, я попробовал вывести символ градуса ° (ALT+0176), но выводится мелкая буква "а"

String text = bme.readTemperature() + "°C";
oled.setScale(2);
oled.setCursor(0,0);
oled.print(text);

Ожидаемое/Expected 27.74°C Выводится/Output 27.74aC

GyverLibs commented 9 months ago

Only ascii and Cyrillic is supported