aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_gdisp.c
Commit message (Collapse)AuthorAgeFilesLines
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-3378/+0
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Compile fix for default orientation with pixmaps.inmarket2015-01-141-2/+4
|
* Support dynamic displays at compile time, don't re-orient pixmaps at ↵inmarket2015-01-131-6/+12
| | | | initialisation time.
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-131-1/+1
|
* Protect against NULL stringsinmarket2015-01-031-0/+3
|
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-261-5/+7
|
* Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-271-12/+251
| | | | Added demo to match.
* Change to GDriver to support an initialisation parameterinmarket2014-09-261-4/+5
|
* Expose the GDISP_STARTUP_COLOR setting for the initial color of displaysinmarket2014-09-251-3/+0
|
* GDISP updates to match previous GDRIVER and multiple display updatesinmarket2014-09-171-3/+12
|
* SImplify the options for multiple displays.inmarket2014-09-171-68/+43
| | | | This will also be more compatible with newmouse infrastructure
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-131-15/+91
|
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-231-153/+121
| | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+3100