aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools/touch_driver_test
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+1
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-7/+7
|
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-1/+1
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-5/+5
| | | | replace justifyXXX
* Change coord_t to gCoordinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-15/+15
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-14/+14
|
* First set of V3 macro changesinmarket2018-02-271-17/+17
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-2/+2
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Move the uGFX based tools into a sub-directory of demos so they can be ↵inmarket2014-11-143-0/+526
compiled using the standard build system facility for building demo's.