Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gfxHalt doesn't always work under ChibiOS. This has now been fixed. | inmarket | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | LWIP support for the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -5/+24 |
| | |||||
* | Update gfxconf.example.h with new values for the GDISP uGFXnet driver. | inmarket | 2013-11-16 | 1 | -4/+7 |
| | |||||
* | uGFXnetDisplay utility is now working. | inmarket | 2013-11-16 | 2 | -46/+311 |
| | |||||
* | Update uGFXnet display driver. This is now working. | inmarket | 2013-11-16 | 4 | -95/+202 |
| | |||||
* | Add support to GWIN for a routine that can redraw an entire display (subject ↵ | inmarket | 2013-11-16 | 4 | -93/+115 |
| | | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code. | ||||
* | Add support for mouse drivers that do their own orientation mapping as the ↵ | inmarket | 2013-11-16 | 2 | -13/+17 |
| | | | | display rotation changes. | ||||
* | Win32 GDISP driver - Get rid of compiler warnings created by the new ↵ | inmarket | 2013-11-16 | 1 | -0/+8 |
| | | | | orientation modes. | ||||
* | Re-order the GDISP initialisation routine so that it initialises all ↵ | inmarket | 2013-11-16 | 1 | -53/+25 |
| | | | | | | displays before it tries to draw on any of them. This also simplifies code. | ||||
* | Fix Win32 GOS layer to allow later inclusion of WinSock2. | inmarket | 2013-11-16 | 1 | -1/+8 |
| | |||||
* | Remove orientation changes in demos because this is now handled by using ↵ | inmarket | 2013-11-16 | 2 | -7/+0 |
| | | | | GDISP_DEFAULT_ORIENTATION. | ||||
* | Boundary condition fixes to Arcs | inmarket | 2013-11-14 | 1 | -26/+27 |
| | | | | Fix multiple display support for rounded boxes. | ||||
* | Start of new remote display tool. | inmarket | 2013-11-14 | 2 | -0/+170 |
| | |||||
* | 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. | ||||
* | missing semicolon | Joel Bodenmann | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2013-11-12 | 3 | -24/+2 |
|\ | |||||
| * | Fix a couple of doxygen comments, remove a couple of double definitions. | inmarket | 2013-11-11 | 3 | -24/+2 |
| | | |||||
* | | Olimex-STM32-LCD board file fix | Joel Bodenmann | 2013-11-12 | 1 | -4/+2 |
| | | |||||
* | | Embest-STM32-DMSTF4BB board file fix | Joel Bodenmann | 2013-11-12 | 1 | -4/+2 |
| | | |||||
* | | Marlin board file fix | Joel Bodenmann | 2013-11-12 | 1 | -4/+2 |
| | | |||||
* | | FireBull-STM32F103-FB board file fix | Joel Bodenmann | 2013-11-12 | 1 | -5/+2 |
|/ | |||||
* | whitespaces | Joel Bodenmann | 2013-11-10 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-11-10 | 2 | -4/+9 |
| | |||||
* | added forgotten files | Joel Bodenmann | 2013-11-10 | 6 | -0/+660 |
| | |||||
* | cleanups | Joel Bodenmann | 2013-11-10 | 2 | -0/+4 |
| | |||||
* | fixed some boards file names | Joel Bodenmann | 2013-11-10 | 6 | -660/+0 |
| | |||||
* | added Olimex-STM32-LCD | Joel Bodenmann | 2013-11-10 | 8 | -49/+332 |
| | |||||
* | added Marlin board | Joel Bodenmann | 2013-11-10 | 8 | -0/+1441 |
| | |||||
* | fixed Embest board | Joel Bodenmann | 2013-11-10 | 5 | -0/+0 |
| | |||||
* | fixed Embest board | Joel Bodenmann | 2013-11-10 | 4 | -200/+2 |
| | |||||
* | added FireBull-STM32F103-FB board | Joel Bodenmann | 2013-11-10 | 8 | -0/+371 |
| | |||||
* | added readme.txt | Joel Bodenmann | 2013-11-10 | 1 | -0/+7 |
| | |||||
* | added Embest-STM32-DMSTF4BB base board | Joel Bodenmann | 2013-11-10 | 9 | -46/+2628 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2013-11-10 | 3 | -8/+8 |
| | |||||
* | added exclude paths to Doxygen file | Joel Bodenmann | 2013-11-10 | 1 | -1/+4 |
| | |||||
* | merging GDISPStreaming | Joel Bodenmann | 2013-11-10 | 279 | -15523/+26608 |
|\ | |||||
| * | Update changes list | inmarket | 2013-11-10 | 1 | -1/+18 |
| | | |||||
| * | Allow full range of values to be returned from the mouse driver when it is ↵ | inmarket | 2013-11-10 | 1 | -2/+7 |
| | | | | | | | | in RAW mode | ||||
| * | Fix some compiler warnings. | inmarket | 2013-11-10 | 1 | -3/+5 |
| | | |||||
| * | Add support for a default application orientation. | inmarket | 2013-11-09 | 5 | -11/+17 |
| | | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro | ||||
| * | Add support for a portrait and landscape orientation modes. | inmarket | 2013-11-09 | 2 | -1/+13 |
| | | |||||
| * | Fix incorrect naming of GMISC_INVSQRT_... macros. | inmarket | 2013-11-09 | 5 | -15/+15 |
| | | |||||
| * | OpenOCD config file for Mikromedia-STM-M4 board and updates to the makefile. | inmarket | 2013-11-09 | 2 | -1/+83 |
| | | |||||
| * | Updated Makefile and new openocd config file for the Olimex SAM7EX256 board. | inmarket | 2013-11-09 | 2 | -3/+80 |
| | | | | | | | | Makefiles modifications required for updated gcc v4.7.2 | ||||
| * | Fix compiler warning | inmarket | 2013-11-06 | 1 | -0/+1 |
| | | |||||
| * | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 21 | -108/+442 |
| | | | | | | | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format. | ||||
| * | Fixes to gdisp vertical scrolling. | inmarket | 2013-11-05 | 1 | -4/+38 |
| | | | | | | | | Also added improved optimisation for drivers without blit but with a fill routine. | ||||
| * | English grammer correction | inmarket | 2013-11-05 | 1 | -1/+1 |
| | | |||||
| * | Fix to streaming read pixel for Win32 driver in emulation mode. | inmarket | 2013-11-05 | 1 | -5/+5 |
| | |