aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-18 15:40:10 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-18 15:40:10 +0100
commit92750f02078b898a5f35957e68ba61a689dc2a85 (patch)
tree14ee80bdb674bc5999dc04f17c9921bdf37b358d
parentee69db45b3c1495db163a4f18b1efbc3f6ec251d (diff)
parente941339bba1f6bd746420e58bbcc866286da5aba (diff)
downloaduGFX-92750f02078b898a5f35957e68ba61a689dc2a85.tar.gz
uGFX-92750f02078b898a5f35957e68ba61a689dc2a85.tar.bz2
uGFX-92750f02078b898a5f35957e68ba61a689dc2a85.zip
Merge branch 'master' into console
-rw-r--r--include/gdisp/gdisp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index ef5115a9..8f379bfd 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -77,13 +77,13 @@ typedef enum powermode { powerOff, powerSleep, powerDeepSleep, powerOn } powermo
* below to access it in case the implementation ever changed.
*/
typedef struct GDISPControl {
- coord_t Width;
- coord_t Height;
- orientation_t Orientation;
- powermode_t Powermode;
- uint8_t Backlight;
- uint8_t Contrast;
- } GDISPControl;
+ coord_t Width;
+ coord_t Height;
+ orientation_t Orientation;
+ powermode_t Powermode;
+ uint8_t Backlight;
+ uint8_t Contrast;
+} GDISPControl;
/*
* Our black box display structure. We know only one thing about it...