Code to replicate double-draw glitch on ST dev board. Program draws full-screen Red->Green->Blue into back-buffer, then swaps the LTDC layer source buffer before repeating. This should result in a solid blue screen, but produces a visible glitch with parts of the screen flashing red and green.
Dependencies: BSP_DISCO_F746NG
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:5ceff0955fb1 | 2020-03-30 | Altronics | Added 3rd buffer for prop assembly.; Appears to fix issue. |
2:a19deff061e8 | 2020-03-27 | Altronics | Added compiler switch for single/double buffering |
1:d515deceeccc | 2020-03-27 | Altronics | Added comments. |
0:c625cc74a577 | 2020-03-27 | Altronics | First Commit. |