Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSD1331 board file for the SAM7EX256 via UEXT connector | inmarket | 2015-05-10 | 1 | -0/+223 |
| | |||||
* | Fixes to SSD1331 | inmarket | 2015-05-10 | 2 | -9/+6 |
| | |||||
* | Fix to LLD driver color conversions. | inmarket | 2015-05-10 | 1 | -2/+2 |
| | |||||
* | More comments for the UEXT SSD1306 SPI board file | inmarket | 2015-05-09 | 2 | -2/+162 |
| | |||||
* | Improve the UEXT bus descriptor file | inmarket | 2015-05-09 | 1 | -2/+18 |
| | |||||
* | Started prototyping some changes to the STM32F429iDiscovery driver. | inmarket | 2015-05-03 | 1 | -6/+21 |
| | | | | None are active yet. | ||||
* | Updating docs | Joel Bodenmann | 2015-04-30 | 1 | -1/+4 |
| | |||||
* | Add the ability to change a gwin list selection via the api | inmarket | 2015-04-30 | 2 | -0/+90 |
| | | | | Add the ability to scroll a particular item into the current view. | ||||
* | Workaround for dynamically sized labels crashing sometimes when the text ↵ | inmarket | 2015-04-29 | 1 | -3/+11 |
| | | | | | | size is changed. A real fix requires more work on the redraw handler. | ||||
* | Remove superfluous forward definition on a container. | inmarket | 2015-04-29 | 1 | -3/+0 |
| | |||||
* | Fix a bug in detecting the button area in a frame window | inmarket | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 15 | -2/+939 |
| | |||||
* | Update Doc | inmarket | 2015-04-08 | 1 | -0/+5 |
| | |||||
* | Example board files for connecting "TinyScreen" - an arduino SSD1331 display ↵ | inmarket | 2015-04-07 | 2 | -0/+122 |
| | | | | from Tiny-Circuits | ||||
* | SSD1331 OLED display controller driver - accelerated including scroll support. | inmarket | 2015-04-07 | 5 | -0/+493 |
| | |||||
* | More GOS arduino files - oops missed them last commit. | inmarket | 2015-04-07 | 2 | -0/+652 |
| | |||||
* | Add Arduino as a full GOS supported operating system (even though it is ↵ | inmarket | 2015-04-07 | 4 | -3/+13 |
| | | | | really just a special bare bones platform) | ||||
* | Fix in color conversions for some strange compilers that don't do macro ↵ | inmarket | 2015-04-07 | 1 | -9/+9 |
| | | | | expansion in the highest available integer format | ||||
* | Add more pixel format support | inmarket | 2015-04-07 | 1 | -1/+5 |
| | |||||
* | Small fix for scrolling | inmarket | 2015-04-07 | 1 | -1/+3 |
| | |||||
* | Typo | inmarket | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Example board file and cpp file for the Auduino teensy and the SSD1351 driver | inmarket | 2015-04-01 | 2 | -0/+95 |
| | |||||
* | First cut SSD1351 driver | inmarket | 2015-04-01 | 5 | -0/+388 |
| | |||||
* | Fix misspelling of KEIL preprocessor directive. | inmarket | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | More updates for Keil with raw32 GOS. | inmarket | 2015-03-18 | 2 | -16/+10 |
| | |||||
* | Attempt to fix setjmp issues with the Kiel compiler. | inmarket | 2015-03-18 | 1 | -7/+9 |
| | |||||
* | Support ChibiOS V3 changes to the FileStream API | inmarket | 2015-03-11 | 3 | -14/+26 |
| | |||||
* | Fix shimmering with the STM32F429-iDiscovery display | inmarket | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driver | inmarket | 2015-02-28 | 3 | -78/+63 |
| | |||||
* | Fix compiler warnings | inmarket | 2015-02-28 | 3 | -0/+3 |
| | |||||
* | Fix self calibration for touch devices FT5x06 and STMPE610 | inmarket | 2015-02-28 | 2 | -7/+23 |
| | |||||
* | Remove unneeded definition | inmarket | 2015-02-28 | 1 | -1/+0 |
| | |||||
* | GFILE was not being initialised properly. | inmarket | 2015-02-28 | 3 | -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. | inmarket | 2015-02-28 | 3 | -3/+3 |
| | |||||
* | Replace missing breaks. | inmarket | 2015-02-25 | 1 | -0/+2 |
| | |||||
* | New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods) | inmarket | 2015-02-23 | 22 | -1/+5842 |
| | |||||
* | Some changes to the SSD1963 driver to cater for new boards | inmarket | 2015-02-23 | 1 | -17/+39 |
| | |||||
* | Compile warning fix for GWIN tabset | inmarket | 2015-02-23 | 1 | -0/+2 |
| | |||||
* | Fix to STMPE811 touch driver to fix self-calibration in other orientations | inmarket | 2015-02-23 | 1 | -2/+15 |
| | |||||
* | Add touch driver STMPE610 by lliypuk | inmarket | 2015-02-23 | 5 | -0/+411 |
| | |||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 14 | -16/+56 |
| | |||||
* | Compile error fix for GFILE_ALLOW_FLOAT | inmarket | 2015-02-21 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-02-16 | 3 | -30/+154 |
|\ | |||||
| * | Big improvements to GWIN arrow button drawing. | inmarket | 2015-02-14 | 2 | -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(). | inmarket | 2015-02-14 | 1 | -0/+7 |
| | | | | | | | | The corrects strange gwin arrow button appearances for certain sizes. | ||||
* | | Adding STM32F1 script | Joel Bodenmann | 2015-02-16 | 2 | -1/+21 |
|/ | |||||
* | Toggle fixes. | inmarket | 2015-02-14 | 3 | -14/+27 |
| | |||||
* | SSD1306 board file for SAM7EX256 using UEXT connector | inmarket | 2015-02-07 | 1 | -0/+212 |
| | |||||
* | Change ugfx startup logo to white so it shows up on monochrome displays | inmarket | 2015-02-07 | 1 | -1/+2 |
| | |||||
* | Oops - left some debugging. | inmarket | 2015-02-07 | 1 | -4/+3 |
| |