aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c')
-rw-r--r--drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c b/drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c
index cec6f1df..0fa8c775 100644
--- a/drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c
+++ b/drivers/gdisp/SSD1848/gdisp_lld_SSD1848.c
@@ -434,7 +434,7 @@ LLDSPEC void gdisp_lld_draw_pixel (GDisplay *g)
#endif
#if GDISP_HARDWARE_PIXELREAD
-LLDSPEC color_t gdisp_lld_get_pixel_color (GDisplay *g)
+LLDSPEC gColor gdisp_lld_get_pixel_color (GDisplay *g)
{
gCoord x, y;