aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
Commit message (Collapse)AuthorAgeFilesLines
* Adding Altera Frame Reader IP Core display driverJoel Bodenmann2017-02-185-0/+366
|
* Updating drivers listJoel Bodenmann2017-02-181-0/+2
|
* Adding UC8173 driverJoel Bodenmann2017-02-025-0/+730
|
* Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displaysinmarket2017-01-206-0/+305
|
* Add support for 128x32 SSD1306 displaysWesley Moore2016-12-151-0/+2
|
* Fixing typo in ILI9488 driverJoel Bodenmann2016-11-271-2/+2
|
* Adding ILI9488 display driverJoel Bodenmann2016-11-274-0/+425
|
* Minor improvement to the ST7565 driverJoel Bodenmann2016-08-261-2/+6
|
* Merge branch 'ili9225_mr' of olegator77/uGFX into masterJoel2016-08-204-0/+450
|\
| * Added ILI9225 driverOleg Gerasimov2016-08-194-0/+450
| |
* | Increased st7735 refresh rate - no more flickerOleg Gerasimov2016-08-191-2/+2
| |
* | Added ST7735 driverOleg Gerasimov2016-08-194-0/+457
|/
* Adding QImage display driverJoel Bodenmann2016-07-196-0/+141
|
* Workaround for using RGB888 with STM32LTDC driverJoel Bodenmann2016-06-262-5/+6
|
* Updating drivers listJoel Bodenmann2016-04-271-0/+1
|
* Add SSD1848 driver by czhouinmarket2016-04-254-0/+998
|
* Update framebuffer driver for better information hidinginmarket2016-04-251-3/+4
|
* Fix in ILI9481 driver codeJoel Bodenmann2016-03-291-1/+1
|
* ED060SC4 driver remove redundant filesinmarket2016-02-272-83/+0
|
* Typo fix for STM32LTDC driver for RGB888inmarket2016-02-181-1/+1
|
* Small fixes to ILI9342inmarket2015-12-222-9/+4
|
* Add gdisp driver readme to list the type of each driver.inmarket2015-12-221-0/+33
|
* Remove obsolete fileJoel Bodenmann2015-12-171-28/+0
|
* Added ILI9342 driverJoel Bodenmann2015-12-174-0/+469
|
* Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵inmarket2015-11-272-5/+3
| | | | post_init_board()
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-258-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 accelerationinmarket2015-11-252-96/+98
|
* Make all include paths in ugfx relative.inmarket2015-11-2128-64/+64
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-2337-281/+281
|
* Turn off buggy DMA2D for nowinmarket2015-10-061-1/+1
|
* Another minor updateinmarket2015-10-051-7/+2
| | | | Also add new studio options file
* Add support for SH1106 in the SSD1306 driverinmarket2015-09-182-0/+9
|
* Merge branch 'master' into Alternate_Raw32_SchedulerJoel Bodenmann2015-07-241-3/+9
|\
| * Fixing STM32LTDC driver for STM32F4 seriesJoel Bodenmann2015-07-241-3/+9
| |
* | STM32LTDC Cleanup and support for 180 degree rotationJoel Bodenmann2015-07-241-31/+62
| |
* | STM32F746 cleanupinmarket2015-07-161-2/+1
|/
* Fixing broken macro in STM32LTDC driver (sorry for being stupid)Joel Bodenmann2015-07-121-15/+1
|
* Cleanup STM32LTDC driverJoel Bodenmann2015-07-121-14/+26
|
* Adding DMA2D to STM32F429i-DiscoveryJoel Bodenmann2015-07-123-0/+127
|
* Adding DMA2D support to STM32LTDC driverJoel Bodenmann2015-07-123-2/+126
|
* Working STM32F746G-Discovery board + example for raw32inmarket2015-07-111-4/+4
| | | | Working STM32LTDC video driver
* working on the LTDC driver (not done yet and also hacky code)Joel Bodenmann2015-07-101-1/+1
|
* Renaming driver to STM32LTDC as this will be a generic oneJoel Bodenmann2015-07-097-8/+8
|
* Adding correct display parametersJoel Bodenmann2015-07-081-3/+3
|
* Adding some board file stuff for the F7 discovery (nothing done yet, just ↵Joel Bodenmann2015-07-083-18/+7
| | | | adding the required files)
* WhitespacesJoel Bodenmann2015-07-081-9/+17
|
* Remove obsolete ILI9341 stuff.Joel Bodenmann2015-07-081-70/+3
|
* Fixing include pathsJoel Bodenmann2015-07-081-4/+2
|
* Starting STM32F7 Discovery driver developmentJoel Bodenmann2015-07-086-0/+673
|
* Adding 'flipHorizontally' and 'flipVertically^optiony to SSD1963Joel Bodenmann2015-06-213-10/+23
|