Commit Graph

34 Commits (6fa3520f2a8a48088afc9825b42d7ddef5e0fbc6)

Author SHA1 Message Date
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
Joel Bodenmann 9570235ffc Preventing out-of-range warning with STM32LTDC flag definitions 2017-10-29 18:19:26 +01:00
Joel Bodenmann 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
inmarket 9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
Joel Bodenmann b682e48631 Whitespaces 2017-05-16 11:29:28 +02:00
Joel Bodenmann 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
Joel Bodenmann 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 48a9d334b7 Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
inmarket b9c3ddf839 Turn off buggy DMA2D for now 2015-10-06 12:02:28 +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
inmarket 38b0cdd5e8 Working STM32F746G-Discovery board + example for raw32
Working STM32LTDC video driver
2015-07-11 16:13:05 +10: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