aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2017-10-01 18:00:49 +1000
committerinmarket <andrewh@inmarket.com.au>2017-10-01 18:00:49 +1000
commit82047b1ac6e56361abac0c4b01f06c405e941d19 (patch)
tree85c199ec82a65f0db2e944f309a93b2b7655724f /demos
parent70222f8c8ddaccf1362f97f4c595d1d06ef680ef (diff)
downloaduGFX-82047b1ac6e56361abac0c4b01f06c405e941d19.tar.gz
uGFX-82047b1ac6e56361abac0c4b01f06c405e941d19.tar.bz2
uGFX-82047b1ac6e56361abac0c4b01f06c405e941d19.zip
STM32LTDC 2nd layer support with alpha
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gdisp/multiple_displays/gfxconf.h2
1 files changed, 1 insertions, 1 deletions
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
/*