aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* whitespacesJoel Bodenmann2013-12-181-6/+45
|
* whitespacesJoel Bodenmann2013-12-181-6/+10
|
* typoJoel Bodenmann2013-12-181-2/+2
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-184-21/+147
| | | | contain bugs
* Merge branch 'master' into consoleJoel Bodenmann2013-12-181-7/+7
|\
| * whitespacesJoel Bodenmann2013-12-181-7/+7
| |
| * Fix integer overflow in gdispGDrawThickLine().Joel Bodenmann2013-12-181-39/+76
| | | | | | | | | | | | Handling the whole width/height range with Newton algorithm was too difficult. Switched to bisection search with a separate prescaling step.
* | Fix integer overflow in gdispGDrawThickLine().Joel Bodenmann2013-12-181-39/+76
|/ | | | | | Handling the whole width/height range with Newton algorithm was too difficult. Switched to bisection search with a separate prescaling step.
* whitespaceJoel Bodenmann2013-12-171-2/+2
|
* GDISP startup logo now optionalJoel Bodenmann2013-12-163-1/+14
|
* Merged in omriiluz/ugfx (pull request #3) Joel Bodenman2013-12-151-1/+1
|\ | | | | bugfix: Missing || operand
| * bugfix: Missing || operandomriiluz2013-12-141-1/+1
| |
* | Improve gdispDrawThickLine() when the line length is short.Joel Bodenmann2013-12-141-2/+23
| |
* | Merged in omriiluz/ugfx (pull request #2) Joel Bodenman2013-12-142-4/+34
|\| | | | | Improve ST7565 Driver
| * Allow for LCD specific configuration -omriiluz2013-12-142-4/+34
|/ | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel
* build rules fixJoel Bodenmann2013-12-111-1/+2
|
* GWIN console visible bug fixJoel Bodenmann2013-12-112-0/+13
|
* Removed TDISP moduleJoel Bodenmann2013-12-1126-2971/+4
|
* whitespacesJoel Bodenmann2013-12-112-4/+7
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-116-2/+878
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* New versions of mingw use Red, Green Blue so we need to undefine them in ↵inmarket2013-12-111-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 fixinmarket2013-12-091-2/+2
|
* typoJoel Bodenmann2013-12-081-1/+1
|
* added gdispGDrawThickLine()Joel Bodenmann2013-12-083-0/+144
|
* docsJoel Bodenmann2013-12-081-0/+1
|
* whitespacesJoel Bodenmann2013-12-075-56/+103
|
* Embest board file fixJoel Bodenmann2013-12-071-1/+1
|
* removed obsolet fileJoel Bodenmann2013-12-071-637/+0
|
* whitespacesJoel Bodenmann2013-12-051-9/+9
|
* docoJoel Bodenmann2013-12-051-1/+4
|
* fixed some board fileJoel Bodenmann2013-12-051-41/+15
|
* compiler warningJoel Bodenmann2013-12-021-1/+2
|
* docJoel Bodenmann2013-12-021-1/+3
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-017-0/+618
|
* gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()Joel Bodenmann2013-12-011-1/+1
|
* gwinSliderSetPosition() automatically redraws the widgetJoel Bodenmann2013-12-011-0/+2
|
* Code to allow GFXnet display driver to work (in limited mode) when LWIP ↵inmarket2013-11-301-0/+63
| | | | accept() hangs after a select().
* Revert "INLINE -> inline"inmarket2013-11-301-8/+8
| | | | This reverts commit d4c4740bcf0fe25a0b3e8a37c431accfc8edb970.
* INLINE -> inlineJoel Bodenmann2013-11-271-8/+8
|
* cleanup Olimex-STM32-LCD board fileJoel Bodenmann2013-11-251-10/+0
|
* WhitespacesJoel Bodenmann2013-11-251-2/+2
|
* Olimex-STM32-LCD board files updateJoel Bodenmann2013-11-252-13/+40
|
* Update release notesinmarket2013-11-251-0/+2
|
* Add support for edge to edge touch calibration.inmarket2013-11-252-9/+14
|
* Update template files for the MCU touch driver.inmarket2013-11-252-14/+43
|
* Updates to mouse and makefile for Mikromedia STM32-M4 board.inmarket2013-11-243-90/+43
|
* Rewrite of the MCU driver. This is now much more reliable.inmarket2013-11-241-40/+40
|
* Improvements to the GINPUT touch systeminmarket2013-11-241-12/+27
|
* Touch driver test tool - display more useful informationinmarket2013-11-241-4/+3
|
* Fix compile errorinmarket2013-11-231-1/+1
|