ugfx/src/gdisp
Joel Bodenmann 0a55fc94bd Avoid duplicate const specifier compiler warnings
The original code is perfectly valid standard C. However, some compilers (especially GCC) complain about duplicate const specifiers anyway.
At this point we cave in as there doesn't seem to be any efforts to fix this problem by the corresponding compiler vendors.

uGFX v3 will no longer suffer from this problem as the driver interface works differently in this area.
2021-08-26 14:26:04 +02:00
..
fonts For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
mcufont For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gdisp.c Avoid duplicate const specifier compiler warnings 2021-08-26 14:26:04 +02:00
gdisp.h Typedef gImage compatibility only when GDISP_NEED_IMAGE is GFXON 2019-05-01 16:54:39 +02:00
gdisp.mk Update license header 2018-10-01 17:34:15 +02:00
gdisp_colors.h Fix doxygen comment 2020-01-21 12:10:35 +10:00
gdisp_driver.h Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00
gdisp_fonts.c For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gdisp_image.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image.h Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image_bmp.c Fix compiler warning due to implicit cast 2021-08-10 15:41:26 +02:00
gdisp_image_gif.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image_jpg.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image_native.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image_png.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_image_support.h Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_mk.c Update license header 2018-10-01 17:34:15 +02:00
gdisp_options.h Fix to gImage BMP handling where the system pixel size is less than a byte 2019-05-08 09:25:35 +10:00
gdisp_pixmap.c For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gdisp_pixmap.h Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
gdisp_rules.h Update license header 2018-10-01 17:34:15 +02:00