aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp/gdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdisp/gdisp.h')
-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...