aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes to all monochrome driversinmarket2015-02-079-6/+104
| | | | TLS8204 driver is now operational
* 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
| | | | Make multiple display settings set-able in the makefile.
* 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
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-234-3/+52
| | | | Updated the widgets demo to show this.
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-21149-360/+251
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* 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 ↵inmarket2015-01-133-6/+20
| | | | initialisation time.
* 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
| | | | Widgets demo updated to (optionally) use the new tabset.
* 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
| | | | issues
* 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 ↵inmarket2014-12-311-0/+11
| | | | TRUE/FALSE redefinition.
* 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 ↵inmarket2014-12-176-12/+42
| | | | | | | | | | | | | | | | | | when using DMA. Use GDISP_NO_DMA_FROM_STACK.
* | | 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
| | | | | | | Unfortunately the new method immediately flipped orientation rather than just affecting drawing operations. As both methods can be supported by the hardware/code we always use drawing only orientation support. Updated the new fill routine to match. Also fixed color black bug and moved variable definitions to start of a block as is required by pure C compilers.
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
| | | | Also add better comments to code.
* Merged in ambihelical/ugfx/ssd1306 (pull request #16) Joel Bodenman2014-12-153-49/+87
|\ | | | | Further SSD1306 driver improvements
| * Merge branch 'master' into ssd1306ergosys2014-12-156-77/+216
| |\