bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

U8G2 Font Support #57

Open e-labInnovations opened 3 years ago

e-labInnovations commented 3 years ago

Arduino have a library for Monochrome display like OLED called U8G2. U8G2 have wide variety of fonts, can I use U8G2 Font with this library.

U8G2 Font List

More about U8G2 font

Martin-Laclaustra commented 3 years ago

This is what you need: https://github.com/olikraus/U8g2_for_Adafruit_GFX

Look at the GFXWrapper example in this library.

Please report your progress here.