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.
Adafruit_GFX_Config.h@0:cb63da12fdcc, 2019-11-26 (annotated)
- Committer:
- wakabanban
- Date:
- Tue Nov 26 04:49:45 2019 +0000
- Revision:
- 0:cb63da12fdcc
ADC Sample
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wakabanban | 0:cb63da12fdcc | 1 | #ifndef _ADAFRUIT_GFX_CONFIG_H_ |
wakabanban | 0:cb63da12fdcc | 2 | #define _ADAFRUIT_GFX_CONFIG_H_ |
wakabanban | 0:cb63da12fdcc | 3 | |
wakabanban | 0:cb63da12fdcc | 4 | // Uncomment this to turn off the builtin splash |
wakabanban | 0:cb63da12fdcc | 5 | //#define NO_SPLASH_ADAFRUIT |
wakabanban | 0:cb63da12fdcc | 6 | |
wakabanban | 0:cb63da12fdcc | 7 | // Uncomment this to enable all functionality |
wakabanban | 0:cb63da12fdcc | 8 | #define GFX_WANT_ABSTRACTS |
wakabanban | 0:cb63da12fdcc | 9 | |
wakabanban | 0:cb63da12fdcc | 10 | // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts |
wakabanban | 0:cb63da12fdcc | 11 | //#define GFX_SIZEABLE_TEXT |
wakabanban | 0:cb63da12fdcc | 12 | |
wakabanban | 0:cb63da12fdcc | 13 | #define NO_SPLASH_ADAFRUIT |
wakabanban | 0:cb63da12fdcc | 14 | |
wakabanban | 0:cb63da12fdcc | 15 | #endif |