diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-23 01:33:43 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-23 01:33:43 +1000 |
commit | c353b6e9b01393c3c90632c97b4da0a315645b8e (patch) | |
tree | 10a7da7230a9e4f55904ea72537613b054195cf7 | |
parent | 92b00e125cf8d7754e12fd05e0a2cdfd6550af07 (diff) | |
download | uGFX-c353b6e9b01393c3c90632c97b4da0a315645b8e.tar.gz uGFX-c353b6e9b01393c3c90632c97b4da0a315645b8e.tar.bz2 uGFX-c353b6e9b01393c3c90632c97b4da0a315645b8e.zip |
Remove superflous defines
-rw-r--r-- | drivers/gdisp/SSD1306/SSD1306.h | 3 | ||||
-rw-r--r-- | drivers/gdisp/ST7565/st7565.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gdisp/SSD1306/SSD1306.h b/drivers/gdisp/SSD1306/SSD1306.h index 38507d48..47ca39e4 100644 --- a/drivers/gdisp/SSD1306/SSD1306.h +++ b/drivers/gdisp/SSD1306/SSD1306.h @@ -8,9 +8,6 @@ #ifndef _SSD1306_H
#define _SSD1306_H
-#define SSD1306_BLACK 0
-#define SSD1306_WHITE 1
-
#define SSD1306_SETCONTRAST 0x81
#define SSD1306_DISPLAYALLON_RESUME 0xA4
#define SSD1306_DISPLAYALLON 0xA5
diff --git a/drivers/gdisp/ST7565/st7565.h b/drivers/gdisp/ST7565/st7565.h index b1f43f6b..9542dd3f 100644 --- a/drivers/gdisp/ST7565/st7565.h +++ b/drivers/gdisp/ST7565/st7565.h @@ -8,9 +8,6 @@ #ifndef _ST7565_H #define _ST7565_H -#define ST7565_BLACK 0 -#define ST7565_WHITE 1 - #define ST7565_CONTRAST 0x81 #define ST7565_ALLON_NORMAL 0xA4 #define ST7565_ALLON 0xA5 |