index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
multiple
/
uGFXnet
/
gdisp_lld_uGFXnet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a mouse driver to not return any results when it is polled.
inmarket
2014-11-07
1
-2
/
+3
*
uGFXnet ported to newmouse driver (and tidied up)
inmarket
2014-09-29
1
-179
/
+194
*
Remove compile warning.
inmarket
2014-09-17
1
-1
/
+0
*
SImplify the options for multiple displays.
inmarket
2014-09-17
1
-34
/
+28
*
Fixes to gdriver to make uGFXnet displays work
inmarket
2014-09-13
1
-1
/
+2
*
Removed the doxygen inside of every driver as doxygen is only meant for highl...
Joel Bodenmann
2014-03-28
1
-4
/
+0
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-4
/
+4
*
removing casts of gfxAlloc() return value as that is the whole idea behind ha...
Joel Bodenmann
2014-02-02
1
-1
/
+1
*
Code to allow GFXnet display driver to work (in limited mode) when LWIP accep...
inmarket
2013-11-30
1
-0
/
+63
*
Replace color format conversion macros with proper routines to prevent side e...
inmarket
2013-11-17
1
-4
/
+4
*
Reliability fixes for uGFXnet running on LWIP.
inmarket
2013-11-17
1
-2
/
+44
*
Minor updates to LWIP support for uGFXnet.
inmarket
2013-11-17
1
-5
/
+10
*
Fixes for LWIP in the uGFXnet driver.
inmarket
2013-11-16
1
-12
/
+11
*
LWIP support for the uGFXnet driver.
inmarket
2013-11-16
1
-5
/
+24
*
Update uGFXnet display driver. This is now working.
inmarket
2013-11-16
1
-93
/
+158
*
uGFXnet driver: Initialise the sockets layer correctly under Win32
inmarket
2013-11-13
1
-1
/
+21
*
First version of a network display driver (the display is somewhere on the ne...
inmarket
2013-11-13
1
-0
/
+509