aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-2/+2
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-15/+15
|
* Update license headerTibo Clausen2018-10-012-2/+2
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-2/+2
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-083-9/+9
|
* Added type gFont to replace V2.x font_tinmarket2018-07-084-4/+4
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-083-3/+3
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-084-8/+8
| | | | replace justifyXXX
* Change coord_t to gCoordinmarket2018-07-084-7/+7
|
* Added new type definitions - moving towards V3.0inmarket2018-06-234-23/+23
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-104-19/+19
|
* First set of V3 macro changesinmarket2018-02-275-71/+71
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-1/+5
| | | | more cross platform
* Fixing demosJoel Bodenmann2015-10-301-2/+2
|
* Improving demo (/demos/tools/touch_calibration_grabber)Joel Bodenmann2015-06-191-0/+4
|
* Adding /demos/tools/touch_calibration_grabber which can be used to read out ↵Joel Bodenmann2015-06-183-0/+151
| | | | the calibration data
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-212-4/+4
| | | | | | | 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-149-0/+1172
compiled using the standard build system facility for building demo's.