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
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
3:5ceff0955fb1 | 2020-03-30 | Added 3rd buffer for prop assembly.; Appears to fix issue. | File Diff Annotate |
2:a19deff061e8 | 2020-03-27 | Added compiler switch for single/double buffering | File Diff Annotate |
1:d515deceeccc | 2020-03-27 | Added comments. | File Diff Annotate |
0:c625cc74a577 | 2020-03-27 | First Commit. | File Diff Annotate |