aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for mouse drivers that do their own orientation mapping as the ↵inmarket2013-11-162-13/+17
| | | | display rotation changes.
* Win32 GDISP driver - Get rid of compiler warnings created by the new ↵inmarket2013-11-161-0/+8
| | | | orientation modes.
* Re-order the GDISP initialisation routine so that it initialises all ↵inmarket2013-11-161-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.inmarket2013-11-161-1/+8
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-162-7/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Boundary condition fixes to Arcsinmarket2013-11-141-26/+27
| | | | Fix multiple display support for rounded boxes.
* Start of new remote display tool.inmarket2013-11-142-0/+170
|
* 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.
* missing semicolonJoel Bodenmann2013-11-121-1/+1
|
* Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2013-11-123-24/+2
|\
| * Fix a couple of doxygen comments, remove a couple of double definitions.inmarket2013-11-113-24/+2
| |
* | Olimex-STM32-LCD board file fixJoel Bodenmann2013-11-121-4/+2
| |
* | Embest-STM32-DMSTF4BB board file fixJoel Bodenmann2013-11-121-4/+2
| |
* | Marlin board file fixJoel Bodenmann2013-11-121-4/+2
| |
* | FireBull-STM32F103-FB board file fixJoel Bodenmann2013-11-121-5/+2
|/
* whitespacesJoel Bodenmann2013-11-101-0/+1
|
* docsJoel Bodenmann2013-11-102-4/+9
|
* added forgotten filesJoel Bodenmann2013-11-106-0/+660
|
* cleanupsJoel Bodenmann2013-11-102-0/+4
|
* fixed some boards file namesJoel Bodenmann2013-11-106-660/+0
|
* added Olimex-STM32-LCDJoel Bodenmann2013-11-108-49/+332
|
* added Marlin boardJoel Bodenmann2013-11-108-0/+1441
|
* fixed Embest boardJoel Bodenmann2013-11-105-0/+0
|
* fixed Embest boardJoel Bodenmann2013-11-104-200/+2
|
* added FireBull-STM32F103-FB boardJoel Bodenmann2013-11-108-0/+371
|
* added readme.txtJoel Bodenmann2013-11-101-0/+7
|
* added Embest-STM32-DMSTF4BB base boardJoel Bodenmann2013-11-109-46/+2628
|
* doxygen fixesJoel Bodenmann2013-11-103-8/+8
|
* added exclude paths to Doxygen fileJoel Bodenmann2013-11-101-1/+4
|
* merging GDISPStreamingJoel Bodenmann2013-11-10279-15523/+26608
|\
| * Update changes listinmarket2013-11-101-1/+18
| |
| * Allow full range of values to be returned from the mouse driver when it is ↵inmarket2013-11-101-2/+7
| | | | | | | | in RAW mode
| * Fix some compiler warnings.inmarket2013-11-101-3/+5
| |
| * Add support for a default application orientation.inmarket2013-11-095-11/+17
| | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
| * Add support for a portrait and landscape orientation modes.inmarket2013-11-092-1/+13
| |
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-095-15/+15
| |
| * OpenOCD config file for Mikromedia-STM-M4 board and updates to the makefile.inmarket2013-11-092-1/+83
| |
| * Updated Makefile and new openocd config file for the Olimex SAM7EX256 board.inmarket2013-11-092-3/+80
| | | | | | | | Makefiles modifications required for updated gcc v4.7.2
| * Fix compiler warninginmarket2013-11-061-0/+1
| |
| * New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-0521-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.inmarket2013-11-051-4/+38
| | | | | | | | Also added improved optimisation for drivers without blit but with a fill routine.
| * English grammer correctioninmarket2013-11-051-1/+1
| |
| * Fix to streaming read pixel for Win32 driver in emulation mode.inmarket2013-11-051-5/+5
| |
| * Auto-generate pixel formats using macro's.inmarket2013-11-0520-189/+385
| | | | | | | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
| * Linux board defintionsinmarket2013-10-294-0/+170
| |
| * Win32 board definitions.inmarket2013-10-296-0/+1094
| |
| * Better debugging for Win32 driverinmarket2013-10-291-3/+1
| |
| * Updates for the Mikrmedia STM32 M4 boardinmarket2013-10-294-18/+10
| |
| * ILI9341 driver fixesinmarket2013-10-292-29/+5
| |