aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD2119/gdisp_lld.c
diff options
context:
space:
mode:
authorMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-03-02 00:32:51 +0100
committerMateusz Tomaszkiewicz <silentdemon@gmail.com>2013-03-02 00:32:51 +0100
commit57f1016573e374772bf355627df045a9ec799630 (patch)
tree89b8909a8b465d7f8ae6a1475ed2e2cb1dbe4d47 /drivers/gdisp/SSD2119/gdisp_lld.c
parent2bc2dc6f682103f6870261e65b5d7edc1b8e1f2f (diff)
downloaduGFX-57f1016573e374772bf355627df045a9ec799630.tar.gz
uGFX-57f1016573e374772bf355627df045a9ec799630.tar.bz2
uGFX-57f1016573e374772bf355627df045a9ec799630.zip
SSD2119: GPIO board file removal
Removed GPIO board file. It did not work (it wasn't finished nor started to be honest). It is always possible to make it, general idea is exactly the same as in SSD1289 driver.
Diffstat (limited to 'drivers/gdisp/SSD2119/gdisp_lld.c')
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD2119/gdisp_lld.c b/drivers/gdisp/SSD2119/gdisp_lld.c
index e4e683be..b478c6d8 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld.c
+++ b/drivers/gdisp/SSD2119/gdisp_lld.c
@@ -58,8 +58,6 @@
#if defined(GDISP_USE_CUSTOM_BOARD) && GDISP_USE_CUSTOM_BOARD
/* Include the user supplied board definitions */
#include "gdisp_lld_board.h"
-#elif defined(BOARD_EMBEST_DMSTF4BB)
- #include "gdisp_lld_board_embest_dmstf4bb.h"
#elif defined(BOARD_EMBEST_DMSTF4BB_FSMC)
#include "gdisp_lld_board_embest_dmstf4bb_fsmc.h"
#else