Skip to content

Commit 2e3b5b6

Browse files
author
dave
committed
Initial version of the fork, removed everything except the core, added in SSD1306 and SH1106 support.
1 parent 8d7bdff commit 2e3b5b6

17 files changed

+1819
-5683
lines changed

Adafruit_GFX.cpp

Lines changed: 890 additions & 1739 deletions
Large diffs are not rendered by default.

Adafruit_GFX.h

Lines changed: 333 additions & 362 deletions
Large diffs are not rendered by default.

Adafruit_GFX_Config.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#ifndef _ADAFRUIT_GFX_CONFIG_H_
2+
#define _ADAFRUIT_GFX_CONFIG_H_
3+
4+
// Uncomment this to turn off the builtin splash
5+
//#define NO_SPLASH_ADAFRUIT
6+
7+
// Uncomment this to enable all functionality
8+
//#define GFX_WANT_ABSTRACTS
9+
10+
// Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
11+
//#define GFX_SIZEABLE_TEXT
12+
13+
14+
#endif

0 commit comments

Comments
 (0)