Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Doco for latest change | inmarket | 2015-06-08 | 1 | -1/+2 | |
| | ||||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 47 | -322/+578 | |
| | | | | | | files). Simply compile src/gfx_mk.c | |||||
* | Add missing arduino make option | inmarket | 2015-06-08 | 1 | -0/+3 | |
| | ||||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 13 | -0/+65 | |
| | ||||||
* | Doco update | inmarket | 2015-06-08 | 1 | -1/+1 | |
| | ||||||
* | Add stm32m3 make option and fix stm32m1 make option | inmarket | 2015-06-08 | 9 | -3/+38 | |
| | ||||||
* | Fixing stm32f1 makefile | Joel Bodenmann | 2015-06-06 | 1 | -2/+2 | |
| | ||||||
* | Updating JSON file for uGFX-Studio | Joel Bodenmann | 2015-05-30 | 1 | -2/+2 | |
| | ||||||
* | Updating JSON file for uGFX-Studio | Joel Bodenmann | 2015-05-29 | 1 | -26/+156 | |
| | ||||||
* | Fixing typo in HY-MiniSTM32V board file | Joel Bodenmann | 2015-05-23 | 1 | -1/+1 | |
| | ||||||
* | Opening 2.4 development | Joel Bodenmann | 2015-05-16 | 1 | -1/+5 | |
| | ||||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -2/+2 | |
| | ||||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -2/+2 | |
| | ||||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 6 | -7/+11 | |
| | ||||||
* | Improving file parsed by uGFX-Studio | Joel Bodenmann | 2015-05-16 | 1 | -0/+19 | |
| | ||||||
* | Updating library parsing file for uGFX-Studio | Joel Bodenmann | 2015-05-16 | 1 | -288/+311 | |
| | ||||||
* | Doc update | inmarket | 2015-05-10 | 1 | -0/+1 | |
| | ||||||
* | 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. |