1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00
Files
esp8266/libraries/Adafruit_ILI9341/Load_fonts.h

9 lines
478 B
C

// Comment out the #defines below with // to stop that font being loaded
// If all fonts are loaded the total space required is ablout 17890 bytes
//#define LOAD_GLCD // Standard Adafruit font needs ~1792 bytes in FLASH
//#define LOAD_FONT2 // Small font, needs ~3092 bytes in FLASH
//#define LOAD_FONT4 // Medium font, needs ~8126 bytes in FLASH
//#define LOAD_FONT6 // Large font, needs ~4404 bytes in FLASH
//#define LOAD_FONT7 // 7 segment font, needs ~3652 bytes in FLASH