index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
demos
/
3rdparty
/
notepad-2
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Introduce type gImage to replace v2.x gdispImage
Joel Bodenmann
2019-04-10
1
-1
/
+1
|
*
Minor fixups
inmarket
2018-11-10
1
-1
/
+1
|
*
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵
inmarket
2018-11-03
2
-7
/
+7
|
|
|
|
gMutex etc
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
4
-15
/
+15
|
*
Added type gThread to replace V2.x gfxThreadHandle
inmarket
2018-07-08
3
-3
/
+3
|
*
gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
inmarket
2018-07-08
2
-2
/
+2
|
*
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
inmarket
2018-07-08
1
-1
/
+1
|
*
Added type gFont to replace V2.x font_t
inmarket
2018-07-08
2
-2
/
+2
|
*
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵
inmarket
2018-07-08
1
-1
/
+1
|
|
|
|
replace justifyXXX
*
Change color_t to gColor
inmarket
2018-07-08
4
-18
/
+18
|
*
Change coord_t to gCoord
inmarket
2018-07-08
2
-4
/
+4
|
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
3
-10
/
+10
|
*
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
inmarket
2018-03-10
2
-12
/
+12
|
*
First set of V3 macro changes
inmarket
2018-02-27
1
-38
/
+38
|
*
Add demo makefiles and update example master makefiles to match.
inmarket
2014-02-19
1
-0
/
+5
|
*
Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵
inmarket
2013-10-28
1
-4
/
+5
|
|
|
|
the new streaming and multiple display demos
*
Fix corruption of binary files by license header updates
inmarket
2013-07-22
1
-0
/
+0
|
*
fixed license headers
Joel Bodenmann
2013-07-21
1
-0
/
+0
|
*
Notepad-2 demo updated to work on ChibiOS or pure Win32 compile
inmarket
2013-06-02
8
-58
/
+65
|
*
gdispInit() -> gfxInit() in all demos
Joel Bodenmann
2013-05-30
3
-2
/
+2
|
*
New Notepad-2 Demo for ChibiOS/GFX
Abhishek Kumar
2013-05-23
10
-0
/
+1354
See demos/3rdparty/notepad-2/readme.txt for more details.