Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New uGFXnetESP8266 driver. A gdisp driver for the ESP8266. | inmarket | 2016-08-30 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -2/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 1 | -0/+3 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -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. | inmarket | 2014-11-07 | 1 | -2/+3 |
| | |||||
* | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | uGFXnet ported to newmouse driver (and tidied up) | inmarket | 2014-09-29 | 1 | -179/+194 |
| | |||||
* | Makefile fix | inmarket | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 1 | -0/+4 |
| | |||||
* | Remove compile warning. | inmarket | 2014-09-17 | 1 | -1/+0 |
| | |||||
* | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 1 | -34/+28 |
| | | | | This will also be more compatible with newmouse infrastructure | ||||
* | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 1 | -1/+2 |
| | |||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 4 | -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. | inmarket | 2014-02-19 | 1 | -4/+4 |
| | |||||
* | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 1 | -1/+1 |
| | | | | having a void pointer | ||||
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP ↵ | inmarket | 2013-11-30 | 1 | -0/+63 |
| | | | | accept() hangs after a select(). | ||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -4/+4 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 2 | -6/+56 |
| | | | | Note LWIP requires a stack larger than the default of 512. | ||||
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 1 | -5/+10 |
| | | | | Application supplied Start_LWIP() routine is now optional. | ||||
* | 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 | 4 | -95/+202 |
| | |||||
* | uGFXnet driver: Initialise the sockets layer correctly under Win32 | inmarket | 2013-11-13 | 1 | -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 ↵ | inmarket | 2013-11-13 | 5 | -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. |