vit petrik / Mbed 2 deprecated OLEDMag

Dependencies:   mbed

Committer:
vitpetrik
Date:
Thu Apr 21 13:19:41 2022 +0000
Revision:
4:3618abce1646
Share for Stepan Oslejsek

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vitpetrik 4:3618abce1646 1 #ifndef _ADAFRUIT_GFX_CONFIG_H_
vitpetrik 4:3618abce1646 2 #define _ADAFRUIT_GFX_CONFIG_H_
vitpetrik 4:3618abce1646 3
vitpetrik 4:3618abce1646 4 // Uncomment this to turn off the builtin splash
vitpetrik 4:3618abce1646 5 // #define NO_SPLASH_ADAFRUIT
vitpetrik 4:3618abce1646 6
vitpetrik 4:3618abce1646 7 // Uncomment this to enable all functionality
vitpetrik 4:3618abce1646 8 #define GFX_WANT_ABSTRACTS
vitpetrik 4:3618abce1646 9
vitpetrik 4:3618abce1646 10 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
vitpetrik 4:3618abce1646 11 //#define GFX_SIZEABLE_TEXT
vitpetrik 4:3618abce1646 12
vitpetrik 4:3618abce1646 13
vitpetrik 4:3618abce1646 14 #endif
vitpetrik 4:3618abce1646 15