aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c')
-rw-r--r--drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c b/drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c
index 871aa218..6513ba55 100644
--- a/drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c
+++ b/drivers/gdisp/SSD1351/gdisp_lld_SSD1351.c
@@ -170,7 +170,7 @@ LLDSPEC gBool gdisp_lld_init(GDisplay *g) {
setreadmode(g);
//dummy_read(g);
}
- LLDSPEC color_t gdisp_lld_read_color(GDisplay *g) {
+ LLDSPEC gColor gdisp_lld_read_color(GDisplay *g) {
uint16_t data;
data = read_data(g);