From 891f134bc1a210b3b91baba189ba1d48a6a617a3 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 11 Dec 2013 14:50:09 +0100 Subject: Removed TDISP module --- include/gfx.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'include/gfx.h') diff --git a/include/gfx.h b/include/gfx.h index 4959e8c9..3a10103f 100644 --- a/include/gfx.h +++ b/include/gfx.h @@ -67,15 +67,6 @@ #ifndef GFX_USE_GDISP #define GFX_USE_GDISP FALSE #endif - /** - * @brief GFX Text Display Basic API - * @details Defaults to FALSE - * @note Also add the specific hardware driver to your makefile. - * Eg. include $(GFXLIB)/drivers/tdisp/HD44780/tdisp_lld.mk - */ - #ifndef GFX_USE_TDISP - #define GFX_USE_TDISP FALSE - #endif /** * @brief GFX Graphics Windowing API * @details Defaults to FALSE @@ -173,7 +164,6 @@ #include "gdisp/options.h" #include "gwin/options.h" #include "ginput/options.h" -#include "tdisp/options.h" #include "gadc/options.h" #include "gaudin/options.h" #include "gaudout/options.h" @@ -195,7 +185,6 @@ #include "gdisp/gdisp.h" #include "gwin/gwin.h" #include "ginput/ginput.h" -#include "tdisp/tdisp.h" #include "gadc/gadc.h" #include "gaudin/gaudin.h" #include "gaudout/gaudout.h" @@ -224,3 +213,4 @@ extern "C" { #endif /* _GFX_H */ /** @} */ + -- cgit v1.2.3