aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/STM32LTDC
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-033-41/+41
|
* Update license headerTibo Clausen2018-10-014-4/+4
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-082-25/+25
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-1/+1
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-10/+10
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-5/+5
|
* First set of V3 macro changesinmarket2018-02-274-12/+12
|
* Preventing out-of-range warning with STM32LTDC flag definitionsJoel Bodenmann2017-10-291-138/+138
|
* Preventing __DSB() redeclaration in STM32LTDC driverJoel Bodenmann2017-10-291-593/+593
|
* Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.inmarket2017-10-022-8/+75
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-013-68/+133
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-6/+7
| | | | more cross platform
* WhitespacesJoel Bodenmann2017-05-161-1/+1
|
* Changing syncflag type from uint8_t to uint32_t in STM32LTDC driverJoel Bodenmann2017-05-161-1/+1
|
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-051-11/+18
|
* Workaround for using RGB888 with STM32LTDC driverJoel Bodenmann2016-06-262-5/+6
|
* Typo fix for STM32LTDC driver for RGB888inmarket2016-02-181-1/+1
|
* Fix STM32LTDC orientation and DMA2D accelerationinmarket2015-11-252-96/+98
|
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-3/+3
|
* Turn off buggy DMA2D for nowinmarket2015-10-061-1/+1
|
* Another minor updateinmarket2015-10-051-7/+2
| | | | Also add new studio options file
* 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 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-096-0/+601