aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c')
-rw-r--r--drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c b/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
index c15c6370..76042c75 100644
--- a/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
+++ b/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
@@ -55,7 +55,7 @@
/* Driver exported functions. */
/*===========================================================================*/
-static const uint8_t initdata[] = {
+static const gU8 initdata[] = {
SSD1331_DISPLAY_OFF,
SSD1331_START_LINE, 0x00,
SSD1331_COM_OFFSET, 0x00,
@@ -157,7 +157,7 @@ LLDSPEC gBool gdisp_lld_init(GDisplay *g) {
#if GDISP_HARDWARE_FILLS
LLDSPEC void gdisp_lld_fill_area(GDisplay *g) {
- uint8_t a6, b6, c6;
+ gU8 a6, b6, c6;
acquire_bus(g);