aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-234-3/+52
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-21149-360/+251
* December 2014 Winning Demo Competition Entry - Tetrisinmarket2015-01-2122-0/+4197
* Compile fix for default orientation with pixmaps.inmarket2015-01-141-2/+4
* Support dynamic displays at compile time, don't re-orient pixmaps at initiali...inmarket2015-01-133-6/+20
* More doco updatesinmarket2015-01-131-1/+5
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-1312-13/+584
* Update Docoinmarket2015-01-131-0/+5
* First keyboard driver for Xinmarket2015-01-081-41/+183
* Better keyboard driver doco and new driver configuration flag for Win32inmarket2015-01-081-250/+304
* Oops - Error detection in the wrong place.inmarket2015-01-081-4/+0
* New keyboard demo program.inmarket2015-01-073-0/+174
* Win32 keyboard driver with US English keyboard layout.inmarket2015-01-071-10/+313
* New keyboard driver interface with international keyboard support.inmarket2015-01-079-70/+1085
* New Tabset Widget.inmarket2015-01-039-134/+991
* Fix macro problems for gwinShow, gwinHide etcinmarket2015-01-031-4/+4
* Small fix for a progressbarinmarket2015-01-031-1/+2
* Fix a serious problem with moving and sizing containers, and some visibility ...inmarket2015-01-032-58/+102
* Safety protection in creation of extended GWIN types.inmarket2015-01-031-0/+6
* Fix serious bug in GTIMER.inmarket2015-01-031-1/+1
* Protect against NULL stringsinmarket2015-01-031-0/+3
* Make a Win32 driver define available from gfxconf.hinmarket2015-01-031-2/+3
* Fixing wrong define in ADS7843 driverJoel Bodenmann2015-01-021-1/+1
* Add Chibios v3 example files for the STM32F429iDiscovery board.inmarket2014-12-3110-7/+1307
* Fix complaints with some ChibiOS versions and some compilers about TRUE/FALSE...inmarket2014-12-311-0/+11
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2014-12-226-12/+42
|\
| * Merge branch 'master' of https://bitbucket.org/Tectu/ugfxinmarket2014-12-171-0/+287
| |\
| * | Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when...inmarket2014-12-176-12/+42
* | | Updating options fileJoel Bodenmann2014-12-221-1/+13
| |/ |/|
* | doxygen fixJoel Bodenmann2014-12-161-0/+287
|/
* Had to revert the new method of orientation support for SSD1306.inmarket2014-12-161-55/+85
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
* Merged in ambihelical/ugfx/ssd1306 (pull request #16) Joel Bodenman2014-12-153-49/+87
|\