Joel Bodenmann jbo
jbo closed issue uGFX/ugfx#2 2021-08-18 19:02:25 +00:00
STM32LTDC: DMA2D enabling might be too late
jbo pushed to master at uGFX/ugfx 2021-08-18 18:59:00 +00:00
888c7e8640 STM32LTDC: Fix bug in DMA2D blitting
jbo pushed to master at uGFX/ugfx 2021-08-18 18:51:57 +00:00
853f2cba98 Relocate current benchmark to /demos/benchmarks/rectangles
jbo pushed to master at uGFX/ugfx 2021-08-18 17:18:06 +00:00
c713719326 Update /demos/benchmarks configuration file
jbo pushed to master at uGFX/ugfx 2021-08-18 17:17:05 +00:00
b98a6c258c Update /demos/benchmarks
jbo pushed to master at uGFX/ugfx 2021-08-18 16:26:42 +00:00
c57bd08379 Fix comment
jbo pushed to master at uGFX/ugfx 2021-08-18 16:09:51 +00:00
409b8d4490 Update changelog.txt
jbo pushed to master at uGFX/ugfx 2021-08-18 15:12:14 +00:00
77f10024e0 STM32LTDC: Improve pixel format detection if 2nd layer is used
jbo deleted branch feature/stm32ltdc from uGFX/ugfx 2021-08-18 15:05:36 +00:00
jbo pushed to master at uGFX/ugfx 2021-08-18 15:05:30 +00:00
72200af286 Update changelog.txt
d980418e81 STM32LTDC: Update readme.md
Compare 2 commits »
jbo pushed to master at uGFX/ugfx 2021-08-18 14:38:44 +00:00
08c2358542 STM32LTDC: Support double buffering
5e3159064a Fix typo in readme
8804f3a381 STM32LTDC: Fix misspelled macro (internally only)
7f78be1183 STM32LTDC: Rename user config options for consistency & add docs
91247717a0 STM32LTDC: Expose more options to board file
Compare 7 commits »
jbo pushed to feature/stm32ltdc at uGFX/ugfx 2021-08-18 14:38:27 +00:00
08c2358542 STM32LTDC: Support double buffering
jbo pushed to feature/stm32ltdc at uGFX/ugfx 2021-08-17 16:29:13 +00:00
5e3159064a Fix typo in readme
8804f3a381 STM32LTDC: Fix misspelled macro (internally only)
7f78be1183 STM32LTDC: Rename user config options for consistency & add docs
Compare 3 commits »
jbo commented on issue uGFX/ugfx#2 2021-08-17 12:09:17 +00:00
STM32LTDC: DMA2D enabling might be too late

Confirmed: We need to either do this in the config file or the gfxconf.h.

We're therefore going to "expose" all STM32LTDC driver related options to gfxconf.h.

jbo opened issue uGFX/ugfx#2 2021-08-17 11:47:15 +00:00
STM32LTDC: DMA2D enabling might be too late
jbo created branch feature/stm32ltdc in uGFX/ugfx 2021-08-17 11:40:59 +00:00
jbo pushed to feature/stm32ltdc at uGFX/ugfx 2021-08-17 11:40:59 +00:00
91247717a0 STM32LTDC: Expose more options to board file
2de054b530 STM32LTDC: Remove obsolete LTDC_NO_CLOCK_INIT define
94fd096fdd STM32LTDC: Rename ALLOW_2ND_LAYER to LTDC_USE_2ND_LAYER
Compare 3 commits »
jbo pushed to master at uGFX/ugfx 2021-08-17 10:32:13 +00:00
a9cf2bdfe2 STM32LTDC: Enable DMA cache flushing on H7 platforms
jbo pushed to master at uGFX/ugfx 2021-08-16 14:25:06 +00:00
b1b264b6a1 Fix legacy string
jbo pushed to master at uGFX/ugfx 2021-08-13 09:53:11 +00:00
cf01cb2e7c GDISP: Move extern GDISPVMT declarations outside of function body