From 4e8d2569d638c232cb4c15926cf72e2fb42404d5 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 21 Oct 2013 19:38:15 +1000 Subject: Convert SSD1963 driver to new format. Intergrate the old panel include file into the board file. --- drivers/gdisp/SSD1963/ssd1963.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/gdisp/SSD1963/ssd1963.h') 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 -- cgit v1.2.3