inmarket
f90ea57bff
First ARM build to use the new makefile plus makefile updates
2014-10-01 00:45:02 +10:00
inmarket
417f64bd3c
Makefile fix
2014-09-29 17:51:43 +10:00
inmarket
daf9f65b9f
New makefile structure. Also OSX board defintion
2014-09-28 01:42:30 +10:00
inmarket
6e265c80d2
Remove compile warning.
2014-09-17 09:34:24 +10:00
inmarket
036ad5d3dd
SImplify the options for multiple displays.
...
This will also be more compatible with newmouse infrastructure
2014-09-17 08:45:40 +10:00
inmarket
683ac0ab7f
Fixes to gdriver to make uGFXnet displays work
2014-09-13 14:50:32 +10:00
inmarket
1a495f3013
Rename all driver makefiles to driver.mk
2014-08-22 18:20:02 +10:00
Joel Bodenmann
08e1b0ebc7
Removed the doxygen inside of every driver as doxygen is only meant for highlevel API documentation.
...
Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
2014-03-28 19:45:08 +01:00
inmarket
37966ff16d
Integrate the include files with each module. Simplifies structure of code.
2014-02-19 00:36:52 +10:00
Joel Bodenmann
6515373b2a
removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer
2014-02-02 12:59:36 +01:00
inmarket
122ff8f911
Code to allow GFXnet display driver to work (in limited mode) when LWIP accept() hangs after a select().
2013-11-30 11:13:13 +10:00
inmarket
7f1b78a067
Replace color format conversion macros with proper routines to prevent side effects with using the macro.
...
Also fix a number of compiler warnings.
2013-11-17 23:32:19 +10:00
inmarket
643670ecd1
Reliability fixes for uGFXnet running on LWIP.
...
Note LWIP requires a stack larger than the default of 512.
2013-11-17 20:26:49 +10:00
inmarket
9a5a480870
Minor updates to LWIP support for uGFXnet.
...
Application supplied Start_LWIP() routine is now optional.
2013-11-17 00:52:52 +10:00
inmarket
c0f52dee38
Fixes for LWIP in the uGFXnet driver.
2013-11-16 22:50:05 +10:00
inmarket
1ae42d93c1
LWIP support for the uGFXnet driver.
2013-11-16 21:03:46 +10:00
inmarket
e6de7baf04
Update uGFXnet display driver. This is now working.
2013-11-16 02:02:45 +10:00
inmarket
6ab135a6e5
uGFXnet driver: Initialise the sockets layer correctly under Win32
...
Added a KILL command that can be send from the display to the device.
2013-11-13 22:56:13 +10:00
inmarket
e1721a9226
First version of a network display driver (the display is somewhere on the network rather than attached locally).
...
A remote display application is still to be written (coming soon).
Note: the remote display initiates the connection to the headless device rather than the headless device making the connection to the display.
2013-11-13 17:35:20 +10:00