aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdriver
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmasterNick Brassel2020-01-121-1/+1
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-9/+9
|
* Update license headerTibo Clausen2018-10-016-6/+6
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-1/+1
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Another fix to gdriverinmarket2015-08-181-6/+7
|
* GDRIVER bugfix. Thanks to David.Joel Bodenmann2015-08-171-2/+4
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-0/+8
| | | | | | files). Simply compile src/gfx_mk.c
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-216-6/+6
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Fixing doxygenJoel Bodenmann2014-11-231-3/+2
|
* Another GDriver bugfixinmarket2014-09-261-2/+2
|
* gdriver bugfixinmarket2014-09-261-1/+1
|
* Change to GDriver to support an initialisation parameterinmarket2014-09-262-4/+5
|
* Additional GDriver callinmarket2014-09-252-9/+27
|
* Convert GDRIVER instance numbers to unsigned.inmarket2014-09-172-10/+10
|
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-132-44/+20
|
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-232-36/+86
| | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
* New gdriver module.inmarket2014-08-235-0/+319