Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
| | | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel | ||||
* | build rules fix | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
| | |||||
* | GWIN console visible bug fix | Joel Bodenmann | 2013-12-11 | 2 | -0/+13 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 26 | -2971/+4 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-11 | 2 | -4/+7 |
| | |||||
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵ | inmarket | 2013-12-11 | 6 | -2/+878 |
| | | | | gfxMilliseconds2Ticks() to be defined by the user. | ||||
* | New versions of mingw use Red, Green Blue so we need to undefine them in ↵ | inmarket | 2013-12-11 | 1 | -2/+7 |
| | | | | | | certain places. This should really be fixed by renaming Red, Green, Blue as the names are too common however this would create compatibility problems. | ||||
* | doc fix | inmarket | 2013-12-09 | 1 | -2/+2 |
| | |||||
* | typo | Joel Bodenmann | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | added gdispGDrawThickLine() | Joel Bodenmann | 2013-12-08 | 3 | -0/+144 |
| | |||||
* | docs | Joel Bodenmann | 2013-12-08 | 1 | -0/+1 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-07 | 5 | -56/+103 |
| | |||||
* | Embest board file fix | Joel Bodenmann | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | removed obsolet file | Joel Bodenmann | 2013-12-07 | 1 | -637/+0 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-05 | 1 | -9/+9 |
| | |||||
* | doco | Joel Bodenmann | 2013-12-05 | 1 | -1/+4 |
| | |||||
* | fixed some board file | Joel Bodenmann | 2013-12-05 | 1 | -41/+15 |
| | |||||
* | compiler warning | Joel Bodenmann | 2013-12-02 | 1 | -1/+2 |
| | |||||
* | doc | Joel Bodenmann | 2013-12-02 | 1 | -1/+3 |
| | |||||
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 7 | -0/+618 |
| | |||||
* | gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw() | Joel Bodenmann | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | gwinSliderSetPosition() automatically redraws the widget | Joel Bodenmann | 2013-12-01 | 1 | -0/+2 |
| | |||||
* | 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(). | ||||
* | Revert "INLINE -> inline" | inmarket | 2013-11-30 | 1 | -8/+8 |
| | | | | This reverts commit d4c4740bcf0fe25a0b3e8a37c431accfc8edb970. | ||||
* | INLINE -> inline | Joel Bodenmann | 2013-11-27 | 1 | -8/+8 |
| | |||||
* | cleanup Olimex-STM32-LCD board file | Joel Bodenmann | 2013-11-25 | 1 | -10/+0 |
| | |||||
* | Whitespaces | Joel Bodenmann | 2013-11-25 | 1 | -2/+2 |
| | |||||
* | Olimex-STM32-LCD board files update | Joel Bodenmann | 2013-11-25 | 2 | -13/+40 |
| | |||||
* | Update release notes | inmarket | 2013-11-25 | 1 | -0/+2 |
| | |||||
* | Add support for edge to edge touch calibration. | inmarket | 2013-11-25 | 2 | -9/+14 |
| | |||||
* | Update template files for the MCU touch driver. | inmarket | 2013-11-25 | 2 | -14/+43 |
| | |||||
* | Updates to mouse and makefile for Mikromedia STM32-M4 board. | inmarket | 2013-11-24 | 3 | -90/+43 |
| | |||||
* | Rewrite of the MCU driver. This is now much more reliable. | inmarket | 2013-11-24 | 1 | -40/+40 |
| | |||||
* | Improvements to the GINPUT touch system | inmarket | 2013-11-24 | 1 | -12/+27 |
| | |||||
* | Touch driver test tool - display more useful information | inmarket | 2013-11-24 | 1 | -4/+3 |
| | |||||
* | Fix compile error | inmarket | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Move touch driver test to tools. | inmarket | 2013-11-23 | 2 | -108/+130 |
| | | | | Also replace gwin buttons as they comptete with the test for touch events | ||||
* | Comment fix | inmarket | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Start of LWIP support for the uGFXnetDisplay utility. | inmarket | 2013-11-17 | 1 | -91/+124 |
| | |||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 19 | -94/+116 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 3 | -6/+57 |
| | | | | Note LWIP requires a stack larger than the default of 512. | ||||
* | Use the GTimer thread for full screen redraws when available to save ↵ | inmarket | 2013-11-17 | 1 | -0/+21 |
| | | | | application stack space. | ||||
* | Better definitions for null functions in the GOS layer | inmarket | 2013-11-17 | 3 | -4/+4 |
| | |||||
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 2 | -5/+11 |
| | | | | Application supplied Start_LWIP() routine is now optional. | ||||
* | Fixes for LWIP in the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -12/+11 |
| | |||||
* | 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 |
| |