bitbank2 / ss_oled

Simple and small library to control 1-bpp OLED displays (Linux + Arduino)
GNU General Public License v3.0
190 stars 34 forks source link

UTF8 text #42

Closed Avenitos closed 4 years ago

Avenitos commented 4 years ago

Hello!

Can display UTF8 text from ESP32?

bitbank2 commented 4 years ago

It currently has 96 character ASCII fonts built-in. I would recommend using my newer library (OneBitDisplay) which supports custom fonts in Adafruit_GFX format. Those fonts have many options.

Avenitos commented 4 years ago

thanks!