aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating library parsing file for uGFX-StudioJoel Bodenmann2015-05-161-288/+311
|
* Doc updateinmarket2015-05-101-0/+1
|
* SSD1331 board file for the SAM7EX256 via UEXT connectorinmarket2015-05-101-0/+223
|
* Fixes to SSD1331inmarket2015-05-102-9/+6
|
* Fix to LLD driver color conversions.inmarket2015-05-101-2/+2
|
* More comments for the UEXT SSD1306 SPI board fileinmarket2015-05-092-2/+162
|
* Improve the UEXT bus descriptor fileinmarket2015-05-091-2/+18
|
* Started prototyping some changes to the STM32F429iDiscovery driver.inmarket2015-05-031-6/+21
| | | | None are active yet.
* Updating docsJoel Bodenmann2015-04-301-1/+4
|
* Add the ability to change a gwin list selection via the apiinmarket2015-04-302-0/+90
| | | | Add the ability to scroll a particular item into the current view.
* Workaround for dynamically sized labels crashing sometimes when the text ↵inmarket2015-04-291-3/+11
| | | | | | size is changed. A real fix requires more work on the redraw handler.
* Remove superfluous forward definition on a container.inmarket2015-04-291-3/+0
|
* Fix a bug in detecting the button area in a frame windowinmarket2015-04-291-1/+1
|
* Add GWIN virtual keyboard widgetinmarket2015-04-1215-2/+939
|
* Update Docinmarket2015-04-081-0/+5
|
* Example board files for connecting "TinyScreen" - an arduino SSD1331 display ↵inmarket2015-04-072-0/+122
| | | | from Tiny-Circuits
* SSD1331 OLED display controller driver - accelerated including scroll support.inmarket2015-04-075-0/+493
|
* More GOS arduino files - oops missed them last commit.inmarket2015-04-072-0/+652
|
* Add Arduino as a full GOS supported operating system (even though it is ↵inmarket2015-04-074-3/+13
| | | | really just a special bare bones platform)
* Fix in color conversions for some strange compilers that don't do macro ↵inmarket2015-04-071-9/+9
| | | | expansion in the highest available integer format
* Add more pixel format supportinmarket2015-04-071-1/+5
|
* Small fix for scrollinginmarket2015-04-071-1/+3
|
* Typoinmarket2015-04-011-1/+1
|
* Example board file and cpp file for the Auduino teensy and the SSD1351 driverinmarket2015-04-012-0/+95
|
* 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
| | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
* 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
| | | | | | | | | | | | 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
|