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/Adafruit_GFX_Config.h@1:0e75de2a5d21, 2016-06-13 (annotated)
- Committer:
- lixianyu
- Date:
- Mon Jun 13 02:21:11 2016 +0000
- Revision:
- 1:0e75de2a5d21
u8glib???????????????????????????Adafruit_GFX????OLED????????bitmap??????
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| lixianyu | 1:0e75de2a5d21 | 1 | #ifndef _ADAFRUIT_GFX_CONFIG_H_ |
| lixianyu | 1:0e75de2a5d21 | 2 | #define _ADAFRUIT_GFX_CONFIG_H_ |
| lixianyu | 1:0e75de2a5d21 | 3 | |
| lixianyu | 1:0e75de2a5d21 | 4 | // Uncomment this to turn off the builtin splash |
| lixianyu | 1:0e75de2a5d21 | 5 | //#define NO_SPLASH_ADAFRUIT |
| lixianyu | 1:0e75de2a5d21 | 6 | |
| lixianyu | 1:0e75de2a5d21 | 7 | // Uncomment this to enable all functionality |
| lixianyu | 1:0e75de2a5d21 | 8 | #define GFX_WANT_ABSTRACTS |
| lixianyu | 1:0e75de2a5d21 | 9 | |
| lixianyu | 1:0e75de2a5d21 | 10 | // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts |
| lixianyu | 1:0e75de2a5d21 | 11 | #define GFX_SIZEABLE_TEXT |
| lixianyu | 1:0e75de2a5d21 | 12 | |
| lixianyu | 1:0e75de2a5d21 | 13 | |
| lixianyu | 1:0e75de2a5d21 | 14 | #endif |