diff options
| author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-08-05 21:45:58 +1000 |
|---|---|---|
| committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-08-05 21:45:58 +1000 |
| commit | 8ccb2b24442f1cc26a877a866f92e8f0e8caf28e (patch) | |
| tree | 881179491cb48371b1e366a8765c93307373f15c /halext/include/gdisp.h | |
| parent | 4f26ccedd0191e1d8d7b295eefdaea8cb1517190 (diff) | |
| download | uGFX-8ccb2b24442f1cc26a877a866f92e8f0e8caf28e.tar.gz uGFX-8ccb2b24442f1cc26a877a866f92e8f0e8caf28e.tar.bz2 uGFX-8ccb2b24442f1cc26a877a866f92e8f0e8caf28e.zip | |
Update GLCD to use GDISP low level drivers
Diffstat (limited to 'halext/include/gdisp.h')
| -rw-r--r-- | halext/include/gdisp.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/halext/include/gdisp.h b/halext/include/gdisp.h index 24a8b1b4..d284c125 100644 --- a/halext/include/gdisp.h +++ b/halext/include/gdisp.h @@ -59,26 +59,6 @@ #define Pink HTML2COLOR(0xFFC0CB)
#define SkyBlue HTML2COLOR(0x87CEEB)
-/**
- * @brief Driver Control Constants
- * @detail Unsupported control codes are ignored.
- * @note The value parameter should always be typecast to (void *).
- * @note There are some predefined and some specific to the low level driver.
- * @note GDISP_CONTROL_POWER - Takes a gdisp_powermode_t
- * GDISP_CONTROL_ORIENTATION - Takes a gdisp_orientation_t
- * GDISP_CONTROL_BACKLIGHT - Takes an int from 0 to 100. For a driver
- * that only supports off/on anything other
- * than zero is on.
- * GDISP_CONTROL_CONTRAST - Takes an int from 0 to 100.
- * GDISP_CONTROL_LLD - Low level driver control constants start at
- * this value.
- */
-#define GDISP_CONTROL_POWER 0
-#define GDISP_CONTROL_ORIENTATION 1
-#define GDISP_CONTROL_BACKLIGHT 2
-#define GDISP_CONTROL_CONTRAST 3
-#define GDISP_CONTROL_LLD 1000
-
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/
|
