aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/board_SSD1963_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1963/board_SSD1963_template.h')
-rw-r--r--drivers/gdisp/SSD1963/board_SSD1963_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gdisp/SSD1963/board_SSD1963_template.h b/drivers/gdisp/SSD1963/board_SSD1963_template.h
index 4c615438..7d5fbfb1 100644
--- a/drivers/gdisp/SSD1963/board_SSD1963_template.h
+++ b/drivers/gdisp/SSD1963/board_SSD1963_template.h
@@ -17,8 +17,8 @@ static const LCD_Parameters DisplayTimings[] = {
2, 2, 10, // Vertical Timings (back porch, front porch, pulse)
CALC_PERIOD(272,2,2,10), // Total Vertical Period (calculated from above line)
CALC_FPR(480,272,2,2,41,2,2,10,60ULL), // FPR - the 60ULL is the frames per second. Note the ULL!
- FALSE, // Flip horizontally
- FALSE // Flip vertically
+ gFalse, // Flip horizontally
+ gFalse // Flip vertically
},
};
@@ -30,7 +30,7 @@ static GFXINLINE void post_init_board(GDisplay *g) {
(void) g;
}
-static GFXINLINE void setpin_reset(GDisplay *g, bool_t state) {
+static GFXINLINE void setpin_reset(GDisplay *g, gBool state) {
(void) g;
(void) state;
}