From 82047b1ac6e56361abac0c4b01f06c405e941d19 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 1 Oct 2017 18:00:49 +1000 Subject: STM32LTDC 2nd layer support with alpha --- demos/modules/gdisp/multiple_displays/gfxconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/modules/gdisp/multiple_displays/gfxconf.h b/demos/modules/gdisp/multiple_displays/gfxconf.h index 42e0b5e8..af71500e 100644 --- a/demos/modules/gdisp/multiple_displays/gfxconf.h +++ b/demos/modules/gdisp/multiple_displays/gfxconf.h @@ -84,7 +84,7 @@ //#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888 #elif !defined(GDISP_TOTAL_DISPLAYS) && (!defined(GDISP_PIXELFORMAT) || !defined(GDISP_DRIVER_LIST)) - #error "gfxconf.h: You have not defined multiple displays properly. Try defining GDISP_TOTAL_DISPLAY or, GDISP_PIXELFORMAT and GDISP_DRIVER_LIST in your makefile" + #error "gfxconf.h: You have not defined multiple displays properly. Try defining GDISP_TOTAL_DISPLAYS or, GDISP_PIXELFORMAT and GDISP_DRIVER_LIST in your makefile" #endif /* -- cgit v1.2.3