aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/ssd1963.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-21 19:38:15 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-21 19:38:15 +1000
commit4e8d2569d638c232cb4c15926cf72e2fb42404d5 (patch)
tree79f0c430e237cd5728592ad3f93ef2e18655b9c0 /drivers/gdisp/SSD1963/ssd1963.h
parentf4b9f0bcfeb5a71cf5b46073cc30f6e496c23dc2 (diff)
downloaduGFX-4e8d2569d638c232cb4c15926cf72e2fb42404d5.tar.gz
uGFX-4e8d2569d638c232cb4c15926cf72e2fb42404d5.tar.bz2
uGFX-4e8d2569d638c232cb4c15926cf72e2fb42404d5.zip
Convert SSD1963 driver to new format.
Intergrate the old panel include file into the board file.
Diffstat (limited to 'drivers/gdisp/SSD1963/ssd1963.h')
-rw-r--r--drivers/gdisp/SSD1963/ssd1963.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h
index 46369be6..be328775 100644
--- a/drivers/gdisp/SSD1963/ssd1963.h
+++ b/drivers/gdisp/SSD1963/ssd1963.h
@@ -8,11 +8,6 @@
#ifndef SSD1963_H
#define SSD1963_H
-#include "gdisp_lld_panel.h"
-
-#define mHIGH(x) (x >> 8)
-#define mLOW(x) (x & 0xFF)
-
/* SSD1963 commands */
#define SSD1963_NOP 0x0000