The offical µGFX repository.
 
 
 
 
 
Go to file
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
3rdparty Update license header 2018-10-01 17:34:15 +02:00
boards STM32LTDC: Support double buffering 2021-08-18 16:38:23 +02:00
demos GTRANS: Update /demos/modules/gtrans/basic 2021-08-23 15:46:47 +02:00
docs More updating of license header 2018-10-14 14:56:52 +10:00
drivers Win32 driver: Fix memory leak / invalid pointer to free() when re-calculating buffer position in a specific situation. 2021-08-26 00:22:19 +02:00
src Avoid duplicate const specifier compiler warnings 2021-08-26 14:26:04 +02:00
tools Minor fixups 2018-11-10 10:45:28 +10:00
.gitignore Updating .gitignore 2019-02-26 16:00:55 +01:00
Doxygenfile Minor doxygen fixes 2021-08-19 13:48:44 +02:00
changelog.txt Win32 driver: Fix memory leak / invalid pointer to free() when re-calculating buffer position in a specific situation. 2021-08-26 00:22:19 +02:00
ffconf.h Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gfx.h Update license header 2018-10-01 17:34:15 +02:00
gfx.mk Update license header 2018-10-01 17:34:15 +02:00
gfxconf.example.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
license.html More updating of license header 2018-10-14 14:56:52 +10:00
mf_bwfont.h Update license header 2018-10-01 17:34:15 +02:00
mf_rlefont.h Update license header 2018-10-01 17:34:15 +02:00
mf_scaledfont.h Update license header 2018-10-01 17:34:15 +02:00
pffconf.h Add GFILE support for PetitFS (a very tiny FAT implementation) 2014-08-15 02:22:02 +10:00
readme.txt Updating URLs 2017-10-29 18:37:11 +01:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Homepage:           http://ugfx.io
Documentation:      http://wiki.ugfx.io
API-Reference:      http://api.ugfx.io
Forum:              http://community.ugfx.io
uGFX-Studio:        http://studio.ugfx.io