aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnet
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-211-0/+3
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-2/+2
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-071-2/+3
|
* First ARM build to use the new makefile plus makefile updatesinmarket2014-10-011-1/+1
|
* uGFXnet ported to newmouse driver (and tidied up)inmarket2014-09-291-179/+194
|
* Makefile fixinmarket2014-09-291-1/+1
|
* New makefile structure. Also OSX board defintioninmarket2014-09-281-0/+4
|
* Remove compile warning.inmarket2014-09-171-1/+0
|
* SImplify the options for multiple displays.inmarket2014-09-171-34/+28
| | | | This will also be more compatible with newmouse infrastructure
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-131-1/+2
|
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-284-31/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-4/+4
|
* removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-021-1/+1
| | | | having a void pointer
* Code to allow GFXnet display driver to work (in limited mode) when LWIP ↵inmarket2013-11-301-0/+63
| | | | accept() hangs after a select().
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-4/+4
| | | | | | effects with using the macro. Also fix a number of compiler warnings.
* Reliability fixes for uGFXnet running on LWIP.inmarket2013-11-172-6/+56
| | | | Note LWIP requires a stack larger than the default of 512.
* Minor updates to LWIP support for uGFXnet.inmarket2013-11-171-5/+10
| | | | Application supplied Start_LWIP() routine is now optional.
* Fixes for LWIP in the uGFXnet driver.inmarket2013-11-161-12/+11
|
* LWIP support for the uGFXnet driver.inmarket2013-11-161-5/+24
|
* Update uGFXnet display driver. This is now working.inmarket2013-11-164-95/+202
|
* uGFXnet driver: Initialise the sockets layer correctly under Win32inmarket2013-11-131-1/+21
| | | | Added a KILL command that can be send from the display to the device.
* First version of a network display driver (the display is somewhere on the ↵inmarket2013-11-135-0/+622
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.