aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD2119/gdisp_lld.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-03-29 18:10:22 +0100
committerJoel Bodenmann <joel@unormal.org>2013-03-29 18:10:22 +0100
commitd6b75429b25bec5f83cd9eb1db21a8337454d5a6 (patch)
treed3cc07d1b900e6cd0f9659e7ca15f88924ee087e /drivers/gdisp/SSD2119/gdisp_lld.c
parent49550c4999c6e9c02e6e3e57c95c98e9b0eceab3 (diff)
downloaduGFX-d6b75429b25bec5f83cd9eb1db21a8337454d5a6.tar.gz
uGFX-d6b75429b25bec5f83cd9eb1db21a8337454d5a6.tar.bz2
uGFX-d6b75429b25bec5f83cd9eb1db21a8337454d5a6.zip
STMPE811 - initial
Diffstat (limited to 'drivers/gdisp/SSD2119/gdisp_lld.c')
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gdisp/SSD2119/gdisp_lld.c b/drivers/gdisp/SSD2119/gdisp_lld.c
index a7ad7b1a..9e6fdb4f 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld.c
+++ b/drivers/gdisp/SSD2119/gdisp_lld.c
@@ -55,15 +55,7 @@
/* Driver local functions. */
/*===========================================================================*/
-#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"
-#else
- /* Include the user supplied board definitions */
- #include "gdisp_lld_board.h"
-#endif
// Some common routines and macros
#define write_reg(reg, data) { write_index(reg); write_data(data); }