aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | Some symmetry issues fixed. Now optionally support exact 45 degree arrow heads. With 45 degree arrow heads if the height/width ratios are right a triangular button is produced.
| * Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
| | | | | | | | The corrects strange gwin arrow button appearances for certain sizes.
* | 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
| | | | 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