sweetlilmre / tapuino

tapuino
http://www.sweetlilmre.com
MIT License
131 stars 49 forks source link

Add support for large (8x16) fonts on small (128x32) SSD1306 displays #37

Open asig opened 4 years ago

asig commented 4 years ago

This branch adds support for 8x16 fonts on small SSD1306 displays.

Large fonts will automatically be selected if the user defined LCD_SSD1306_BIG_FONTS which was previously ignored for 128x32 displays.

Additionally, the tool used to generate font8x16.h is included as well, so users can easily exchange the font that is used.