Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for using RGB888 with STM32LTDC driver | Joel Bodenmann | 2016-06-26 | 2 | -5/+6 |
| | |||||
* | Updating drivers list | Joel Bodenmann | 2016-04-27 | 1 | -0/+1 |
| | |||||
* | Add SSD1848 driver by czhou | inmarket | 2016-04-25 | 4 | -0/+998 |
| | |||||
* | Update framebuffer driver for better information hiding | inmarket | 2016-04-25 | 1 | -3/+4 |
| | |||||
* | Fix in ILI9481 driver code | Joel Bodenmann | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | ED060SC4 driver remove redundant files | inmarket | 2016-02-27 | 2 | -83/+0 |
| | |||||
* | Typo fix for STM32LTDC driver for RGB888 | inmarket | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Small fixes to ILI9342 | inmarket | 2015-12-22 | 2 | -9/+4 |
| | |||||
* | Add gdisp driver readme to list the type of each driver. | inmarket | 2015-12-22 | 1 | -0/+33 |
| | |||||
* | Remove obsolete file | Joel Bodenmann | 2015-12-17 | 1 | -28/+0 |
| | |||||
* | Added ILI9342 driver | Joel Bodenmann | 2015-12-17 | 4 | -0/+469 |
| | |||||
* | Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵ | inmarket | 2015-11-27 | 2 | -5/+3 |
| | | | | post_init_board() | ||||
* | Change STM32F429i-Discovery board to use the general STM32LTDC driver. | inmarket | 2015-11-25 | 8 | -894/+0 |
| | | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone | ||||
* | Fix STM32LTDC orientation and DMA2D acceleration | inmarket | 2015-11-25 | 2 | -96/+98 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 28 | -64/+64 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 37 | -281/+281 |
| | |||||
* | Turn off buggy DMA2D for now | inmarket | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Another minor update | inmarket | 2015-10-05 | 1 | -7/+2 |
| | | | | Also add new studio options file | ||||
* | Add support for SH1106 in the SSD1306 driver | inmarket | 2015-09-18 | 2 | -0/+9 |
| | |||||
* | Merge branch 'master' into Alternate_Raw32_Scheduler | Joel Bodenmann | 2015-07-24 | 1 | -3/+9 |
|\ | |||||
| * | Fixing STM32LTDC driver for STM32F4 series | Joel Bodenmann | 2015-07-24 | 1 | -3/+9 |
| | | |||||
* | | STM32LTDC Cleanup and support for 180 degree rotation | Joel Bodenmann | 2015-07-24 | 1 | -31/+62 |
| | | |||||
* | | STM32F746 cleanup | inmarket | 2015-07-16 | 1 | -2/+1 |
|/ | |||||
* | Fixing broken macro in STM32LTDC driver (sorry for being stupid) | Joel Bodenmann | 2015-07-12 | 1 | -15/+1 |
| | |||||
* | Cleanup STM32LTDC driver | Joel Bodenmann | 2015-07-12 | 1 | -14/+26 |
| | |||||
* | Adding DMA2D to STM32F429i-Discovery | Joel Bodenmann | 2015-07-12 | 3 | -0/+127 |
| | |||||
* | Adding DMA2D support to STM32LTDC driver | Joel Bodenmann | 2015-07-12 | 3 | -2/+126 |
| | |||||
* | Working STM32F746G-Discovery board + example for raw32 | inmarket | 2015-07-11 | 1 | -4/+4 |
| | | | | Working STM32LTDC video driver | ||||
* | working on the LTDC driver (not done yet and also hacky code) | Joel Bodenmann | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Renaming driver to STM32LTDC as this will be a generic one | Joel Bodenmann | 2015-07-09 | 7 | -8/+8 |
| | |||||
* | Adding correct display parameters | Joel Bodenmann | 2015-07-08 | 1 | -3/+3 |
| | |||||
* | Adding some board file stuff for the F7 discovery (nothing done yet, just ↵ | Joel Bodenmann | 2015-07-08 | 3 | -18/+7 |
| | | | | adding the required files) | ||||
* | Whitespaces | Joel Bodenmann | 2015-07-08 | 1 | -9/+17 |
| | |||||
* | Remove obsolete ILI9341 stuff. | Joel Bodenmann | 2015-07-08 | 1 | -70/+3 |
| | |||||
* | Fixing include paths | Joel Bodenmann | 2015-07-08 | 1 | -4/+2 |
| | |||||
* | Starting STM32F7 Discovery driver development | Joel Bodenmann | 2015-07-08 | 6 | -0/+673 |
| | |||||
* | Adding 'flipHorizontally' and 'flipVertically^optiony to SSD1963 | Joel Bodenmann | 2015-06-21 | 3 | -10/+23 |
| | |||||
* | Fixes to SSD1331 | inmarket | 2015-05-10 | 2 | -9/+6 |
| | |||||
* | Started prototyping some changes to the STM32F429iDiscovery driver. | inmarket | 2015-05-03 | 1 | -6/+21 |
| | | | | None are active yet. | ||||
* | SSD1331 OLED display controller driver - accelerated including scroll support. | inmarket | 2015-04-07 | 5 | -0/+493 |
| | |||||
* | First cut SSD1351 driver | inmarket | 2015-04-01 | 5 | -0/+388 |
| | |||||
* | 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 | 1 | -27/+17 |
| | |||||
* | Some changes to the SSD1963 driver to cater for new boards | inmarket | 2015-02-23 | 1 | -17/+39 |
| | |||||
* | More fixes to TLS8204 driver | inmarket | 2015-02-07 | 1 | -4/+4 |
| | |||||
* | Yet another SSD1306 driver fix | inmarket | 2015-02-07 | 1 | -0/+1 |
| | |||||
* | Fixes to all monochrome drivers | inmarket | 2015-02-07 | 9 | -6/+104 |
| | | | | TLS8204 driver is now operational | ||||
* | Fix optimization code that broke the SSD1306 for I2C interfaces. | inmarket | 2015-02-06 | 2 | -13/+3 |
| | |||||
* | Updates to TLS8204 driver | inmarket | 2015-02-05 | 1 | -6/+8 |
| | |||||
* | Driver bugfix | inmarket | 2015-02-05 | 1 | -5/+1 |
| |