Joel Bodenmann
9c0678a291
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.
9 months ago
inmarket
7c5a6c928f
For all source files update integer types to the new gI8 etc type names
4 years ago
Tibo Clausen
0840c8e784
Update license header
4 years ago
inmarket
41271d632b
Added new type definitions - moving towards V3.0
4 years ago
inmarket
f265924396
First set of V3 macro changes
4 years ago
inmarket
c5a86757bd
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
7 years ago
inmarket
682503e672
Another fix to gdriver
7 years ago
inmarket
2867d6b8f9
Another fix to gdriver
7 years ago
Joel Bodenmann
9a410b29e3
GDRIVER bugfix. Thanks to David.
7 years ago
inmarket
ccde54722f
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
7 years ago
inmarket
aa7ebf9c26
Add the license to the makefiles
7 years ago
inmarket
fa8167b94d
Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
7 years ago
Joel Bodenmann
af44bbc9d4
Fixing doxygen
8 years ago
inmarket
0d35e6b6ae
Another GDriver bugfix
8 years ago
inmarket
2d81114256
gdriver bugfix
8 years ago
inmarket
ca71163aa0
gdriver bugfix
8 years ago
inmarket
b42a2098eb
Change to GDriver to support an initialisation parameter
8 years ago
inmarket
72d04f891b
Change to GDriver to support an initialisation parameter
8 years ago
inmarket
0e73d65e58
Additional GDriver call
8 years ago
inmarket
33200c1a97
Additional GDriver call
8 years ago
inmarket
16fbcdc0b5
Convert GDRIVER instance numbers to unsigned.
8 years ago
inmarket
683ac0ab7f
Fixes to gdriver to make uGFXnet displays work
8 years ago
inmarket
0c7c74112e
GDRIVER now working for GDISP including multiple displays.
Still uses old GDISP driver model for now
Untested with uGFXnet.
Still to come: Input drivers etc
8 years ago
inmarket
339150c55f
New gdriver module.
8 years ago