aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c')
-rw-r--r--drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c b/drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c
index c44a262f..7384ef32 100644
--- a/drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c
+++ b/drivers/gdisp/SSD2119/gdisp_lld_SSD2119.c
@@ -259,7 +259,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);