Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SSD1306_mini/Adafruit_GFX_Config.h@4:3618abce1646, 2022-04-21 (annotated)
- Committer:
- vitpetrik
- Date:
- Thu Apr 21 13:19:41 2022 +0000
- Revision:
- 4:3618abce1646
Share for Stepan Oslejsek
Who changed what in which revision?
| User | Revision | Line number | New 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 |