index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
demos
/
tools
/
touch_driver_test
Commit message (
Collapse
)
Author
Age
Files
Lines
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
1
-1
/
+1
|
*
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
inmarket
2018-07-08
1
-7
/
+7
|
*
Added type gFont to replace V2.x font_t
inmarket
2018-07-08
1
-1
/
+1
|
*
Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵
inmarket
2018-07-08
1
-1
/
+1
|
|
|
|
replace fontXXX
*
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵
inmarket
2018-07-08
1
-5
/
+5
|
|
|
|
replace justifyXXX
*
Change coord_t to gCoord
inmarket
2018-07-08
1
-2
/
+2
|
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
1
-15
/
+15
|
*
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
inmarket
2018-03-10
1
-14
/
+14
|
*
First set of V3 macro changes
inmarket
2018-02-27
1
-17
/
+17
|
*
Big file rename to reduce problems with brain-dead IDE's that don't handle ↵
inmarket
2015-01-21
1
-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 ↵
inmarket
2014-11-14
3
-0
/
+526
compiled using the standard build system facility for building demo's.