olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Reducing RAM usage by ESP8266 #21

Open ppelikan opened 4 years ago

ppelikan commented 4 years ago

This fix optimizes the usage of memory. Fonts are no longer buffered in RAM, instead they are being read directly from Flash. Based on https://github.com/olikraus/u8g2/issues/159 Tested and verified on ESP8266 NodeMCU ESP12F