atomic14 / diy-esp32-epub-reader

An ESP32 e-reader
MIT License
319 stars 43 forks source link

Adds cyrillic code points #76

Closed cgreening closed 2 years ago

cgreening commented 2 years ago

We need to either find a font that has these code points: https://en.wikipedia.org/wiki/List_of_Unicode_characters#Cyrillic

Or identify a fallback font that can be used.

cgreening commented 2 years ago

I've added a fallback to opensans - maybe we should just make opensans the default font?

cgreening commented 2 years ago

I'll have to adjust the partitions.csv as our code is now too big...