index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
demos
/
games
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Introduce type gImage to replace v2.x gdispImage
Joel Bodenmann
2019-04-10
2
-4
/
+4
|
*
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵
inmarket
2018-11-03
3
-5
/
+5
|
|
|
|
gMutex etc
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
11
-89
/
+89
|
*
Update license header
Tibo Clausen
2018-10-01
7
-7
/
+7
|
*
gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
inmarket
2018-07-08
3
-3
/
+3
|
*
Added type gDelay to replace V2.x delaytime_t
inmarket
2018-07-08
2
-5
/
+5
|
|
|
|
|
|
Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
*
Added type gOrientation to replace V2.x orientation_t, and values ↵
inmarket
2018-07-08
1
-1
/
+1
|
|
|
|
gOrientationX replace GDISP_ROTATE_X
*
Added type gFont to replace V2.x font_t
inmarket
2018-07-08
5
-10
/
+10
|
*
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
-6
/
+6
|
|
|
|
replace justifyXXX
*
Change color_t to gColor
inmarket
2018-07-08
3
-6
/
+6
|
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
13
-135
/
+135
|
*
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
inmarket
2018-03-10
6
-47
/
+47
|
*
First set of V3 macro changes
inmarket
2018-02-27
7
-88
/
+87
|
*
Add compatibility with Visual Studio and make compile warning capabilities ↵
inmarket
2017-06-30
2
-2
/
+10
|
|
|
|
more cross platform
*
Fixing makefiles of games that were moved to a dedicated location
Joel Bodenmann
2016-07-28
3
-3
/
+3
|
*
Move demo games into demo/games directory
Andrew Hannam
2016-07-28
136
-0
/
+45631