How to change partial buffer drawing from rows to columns?
Hello,
Is it possible to change partial buffer drawing from pixel rows to columns?
I have partial buffer allocated for 3 rows (lines), so that lines 1-3 are drawn first, then lines 4-6, 7-9 ...
I would like to change it to rows: rows 1-3 first, then 4-6....
Background:
Our display has native orientation in columns (we use it rotated by 90 degrees) and the fact that TouchGFX generates update by rows and display is refreshed column-wise causes very visible diagonal tearing effect. Having the tear line vertical would be less irritating.
Thanks,
Petr
