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
/
notepadApp.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Introduce type gImage to replace v2.x gdispImage
Joel Bodenmann
2019-04-10
1
-1
/
+1
|
*
Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵
inmarket
2018-11-03
1
-4
/
+4
|
|
|
|
gMutex etc
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
1
-1
/
+1
|
*
Added type gThread to replace V2.x gfxThreadHandle
inmarket
2018-07-08
1
-1
/
+1
|
*
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
1
-1
/
+1
|
*
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
1
-4
/
+4
|
*
Change coord_t to gCoord
inmarket
2018-07-08
1
-1
/
+1
|
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
1
-5
/
+5
|
*
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
inmarket
2018-03-10
1
-7
/
+7
|
*
Notepad-2 demo updated to work on ChibiOS or pure Win32 compile
inmarket
2013-06-02
1
-22
/
+24
|
*
New Notepad-2 Demo for ChibiOS/GFX
Abhishek Kumar
2013-05-23
1
-0
/
+471
See demos/3rdparty/notepad-2/readme.txt for more details.