aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-12 02:35:06 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-12 02:35:06 +0100
commit7ccd3da85f9d913366eec5b8ed7109bd84430f9a (patch)
treeaa630db5341b5f1fdca74f6535c325b4dbed4da9 /include
parentfafe23f2e45d5ecc755f2115ddb517e831b338a4 (diff)
downloaduGFX-7ccd3da85f9d913366eec5b8ed7109bd84430f9a.tar.gz
uGFX-7ccd3da85f9d913366eec5b8ed7109bd84430f9a.tar.bz2
uGFX-7ccd3da85f9d913366eec5b8ed7109bd84430f9a.zip
implemented power modes for ILI9320
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h
index 1a78e448..fecd710a 100644
--- a/include/gdisp_lld.h
+++ b/include/gdisp_lld.h
@@ -556,7 +556,7 @@ typedef enum orientation {GDISP_ROTATE_0, GDISP_ROTATE_90, GDISP_ROTATE_180, GDI
/**
* @brief Type for the available power modes for the screen.
*/
-typedef enum powermode {powerOff, powerSleep, powerOn} gdisp_powermode_t;
+typedef enum powermode {powerOff, powerSleep, powerDeepSleep, powerOn} gdisp_powermode_t;
/*===========================================================================*/
/* External declarations. */