turgu1 / EPub-InkPlate

An EPub Reader for the ESP32 based InkPlate e-Ink devices.
224 stars 7 forks source link

Font library problems - arduino #17

Closed jie326513988 closed 1 year ago

jie326513988 commented 1 year ago

Hello, your open source project is excellent. I also have an open source ink screen project that needs TTF fonts, but it is the arduino platform. Can you tell me how to implement your TTF font library.

turgu1 commented 1 year ago

Hello, thank you for the kind words!

The EPub-Inkplate is using Freetype version 2.10.4. There is newer versions of the library but I can't tell if my recipe would work for the new ones. The recipe is described in the main Readme.md file of the project: there is a section devoted to the specifics of building it for the EPub-Inkplate.

Please note that the EPub-Inkplate has been built using the ESP-IDF SDK, not the Arduino. I can't tell if you would be successfull or not with it as I don' t have enough experience with the Arduino stuff to tell.

Good luck!