Commit Graph

39 Commits

Author SHA1 Message Date
Joel Bodenmann
888c7e8640 STM32LTDC: Fix bug in DMA2D blitting
Thanks to @nathanwiebe for reporting this:
https://community.ugfx.io/topic/3159-a-bug-in-the-stm32-ltdc-driver
2021-08-18 20:58:53 +02:00
Joel Bodenmann
c57bd08379 Fix comment 2021-08-18 18:26:41 +02:00
Joel Bodenmann
08c2358542 STM32LTDC: Support double buffering 2021-08-18 16:38:23 +02:00
Joel Bodenmann
8804f3a381 STM32LTDC: Fix misspelled macro (internally only) 2021-08-17 15:55:02 +02:00
Joel Bodenmann
7f78be1183 STM32LTDC: Rename user config options for consistency & add docs 2021-08-17 14:23:57 +02:00
Joel Bodenmann
91247717a0 STM32LTDC: Expose more options to board file 2021-08-17 13:40:57 +02:00
Joel Bodenmann
2de054b530 STM32LTDC: Remove obsolete LTDC_NO_CLOCK_INIT define 2021-08-17 13:29:49 +02:00
Joel Bodenmann
94fd096fdd STM32LTDC: Rename ALLOW_2ND_LAYER to LTDC_USE_2ND_LAYER 2021-08-17 13:26:54 +02:00
Joel Bodenmann
a9cf2bdfe2 STM32LTDC: Enable DMA cache flushing on H7 platforms 2021-08-17 12:32:12 +02:00
Joel Bodenmann
6fa3520f2a Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file 2021-08-12 20:22:49 +02:00
inmarket
7c5a6c928f For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
Tibo Clausen
0840c8e784 Update license header 2018-10-01 17:34:15 +02:00
inmarket
e61f0ae424 Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X 2018-07-08 13:51:20 +10:00
inmarket
bda8c738b1 Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX replace powerXXX 2018-07-08 11:47:36 +10:00
inmarket
f9c848e985 Change color_t to gColor 2018-07-08 11:19:43 +10:00
inmarket
2ab2d77fcb Change coord_t to gCoord 2018-07-08 10:54:19 +10:00
inmarket
41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket
f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
a4f203fbe2 Preventing __DSB() redeclaration in STM32LTDC driver 2017-10-29 18:11:00 +01:00
inmarket
7ef1fa156c Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. 2017-10-02 13:27:10 +10:00
inmarket
82047b1ac6 STM32LTDC 2nd layer support with alpha 2017-10-01 18:00:49 +10:00
9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
b682e48631 Whitespaces 2017-05-16 11:29:28 +02:00
67ed0c1f5a Changing syncflag type from uint8_t to uint32_t in STM32LTDC driver 2017-05-16 11:20:10 +02:00
inmarket
c67966f60e Added partial definition for the STM32F469i-Discovery board 2017-05-05 11:38:49 +10:00
4646a36cff Workaround for using RGB888 with STM32LTDC driver 2016-06-26 11:07:21 +02:00
inmarket
7b6a1acea5 Typo fix for STM32LTDC driver for RGB888 2016-02-18 09:03:10 +10:00
inmarket
6900dfc0ab Fix STM32LTDC orientation and DMA2D acceleration 2015-11-25 12:20:56 +10:00
inmarket
c5a86757bd Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
2015-11-21 19:27:08 +10:00
inmarket
e699e549ac Another minor update
Also add new studio options file
2015-10-05 07:39:58 +10:00
Joel Bodenmann
83b29284aa Merge branch 'master' into Alternate_Raw32_Scheduler 2015-07-24 14:02:15 +02:00
Joel Bodenmann
c72c20179e Fixing STM32LTDC driver for STM32F4 series 2015-07-24 14:02:05 +02:00
Joel Bodenmann
9a292562e6 STM32LTDC Cleanup and support for 180 degree rotation 2015-07-24 01:57:37 +02:00
inmarket
b3028a78d1 STM32F746 cleanup 2015-07-16 18:55:04 +10:00
Joel Bodenmann
1749ff7c3e Fixing broken macro in STM32LTDC driver (sorry for being stupid) 2015-07-12 13:19:22 +02:00
Joel Bodenmann
f31cb526e9 Cleanup STM32LTDC driver 2015-07-12 13:13:44 +02:00
Joel Bodenmann
83bd8c21a3 Adding DMA2D support to STM32LTDC driver 2015-07-12 01:43:23 +02:00
Joel Bodenmann
5a1f527fcf working on the LTDC driver (not done yet and also hacky code) 2015-07-10 14:50:12 +02:00
Joel Bodenmann
c58dabc9c9 Renaming driver to STM32LTDC as this will be a generic one 2015-07-09 00:43:04 +02:00