aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* First cut SSD1351 driverinmarket2015-04-015-0/+388
* Fix misspelling of KEIL preprocessor directive.inmarket2015-03-251-2/+2
* More updates for Keil with raw32 GOS.inmarket2015-03-182-16/+10
* Attempt to fix setjmp issues with the Kiel compiler.inmarket2015-03-181-7/+9
* Support ChibiOS V3 changes to the FileStream APIinmarket2015-03-113-14/+26
* Fix shimmering with the STM32F429-iDiscovery displayinmarket2015-02-281-1/+1
* Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driverinmarket2015-02-283-78/+63
* Fix compiler warningsinmarket2015-02-283-0/+3
* Fix self calibration for touch devices FT5x06 and STMPE610inmarket2015-02-282-7/+23
* Remove unneeded definitioninmarket2015-02-281-1/+0
* GFILE was not being initialised properly.inmarket2015-02-283-0/+32
* Background images on GWIN containers had cx and cy interposed.inmarket2015-02-283-3/+3
* Replace missing breaks.inmarket2015-02-251-0/+2
* New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods)inmarket2015-02-2322-1/+5842
* Some changes to the SSD1963 driver to cater for new boardsinmarket2015-02-231-17/+39
* Compile warning fix for GWIN tabsetinmarket2015-02-231-0/+2
* Fix to STMPE811 touch driver to fix self-calibration in other orientationsinmarket2015-02-231-2/+15
* Add touch driver STMPE610 by lliypukinmarket2015-02-235-0/+411
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-2114-16/+56
* Compile error fix for GFILE_ALLOW_FLOATinmarket2015-02-211-6/+6
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-02-163-30/+154
|\
| * Big improvements to GWIN arrow button drawing.inmarket2015-02-142-30/+147
| * Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
* | Adding STM32F1 scriptJoel Bodenmann2015-02-162-1/+21
|/
* Toggle fixes.inmarket2015-02-143-14/+27
* SSD1306 board file for SAM7EX256 using UEXT connectorinmarket2015-02-071-0/+212
* Change ugfx startup logo to white so it shows up on monochrome displaysinmarket2015-02-071-1/+2
* Oops - left some debugging.inmarket2015-02-071-4/+3
* Update multiple display demo to display better on very small displays.inmarket2015-02-071-4/+14
* Chibios definition updates for the Olimex-SAM7EX256inmarket2015-02-072-11/+35
* Board file fixes for the Olimex-SAM7EX256 boardinmarket2015-02-073-85/+136
* Add TLS8204 on UEXT (Olimex MOD3310) to the SAM7EX256 boardinmarket2015-02-072-0/+161
* More fixes to TLS8204 driverinmarket2015-02-072-4/+6
* Yet another SSD1306 driver fixinmarket2015-02-071-0/+1
* Fixes to all monochrome driversinmarket2015-02-079-6/+104
* Fix optimization code that broke the SSD1306 for I2C interfaces.inmarket2015-02-062-13/+3
* Add UEXT connector definitions for the SAM7EX256 board.inmarket2015-02-051-0/+63
* Update vararg macro's to C99 standard syntax.inmarket2015-02-051-8/+8
* Fix compiler warnings for some driversinmarket2015-02-051-34/+17
* Updates to TLS8204 driverinmarket2015-02-051-6/+8
* Driver bugfixinmarket2015-02-051-5/+1
* Missing definition in driver board template fileinmarket2015-02-051-0/+5
* Missing definition in driver board template fileinmarket2015-02-051-0/+5
* Multiple Displays demo - use sprintg instead of sprintf.inmarket2015-02-052-6/+19
* Fixing SSD2119 orientation bugJoel Bodenmann2015-02-041-3/+3
* DocumentationJoel Bodenmann2015-02-011-1/+3
* Adding HY-MiniSTM32V board supportJoel Bodenmann2015-02-017-0/+672
* Add TLS8204 monochrome display. Not fully tested yet.inmarket2015-01-275-0/+405
* Fix multiple display/keyboard/mouse problem with some compilers.inmarket2015-01-273-17/+15
* Add the ability to flash a gwin window/widget.inmarket2015-01-259-2/+180