aiggya
September 15, 2022, 10:00am
1
Hello.
I have bitmaps that are displaying mirrored.
Using display.drawExampleBitmap method, checked the code and in the code itself, at line 122, there is already:
if (mode & bm_default) mode |= bm_flip_x | bm_invert;
I am curious why was this decision made?
Best regards,
AiggyA
ZinggJM
September 15, 2022, 11:14am
2
Then these bitmaps are different than the example bitmaps from Good Display.
bm_default is intended for the example bitmaps.
Use explicit bm_normal, or bm_invert, if needed.
Jean-Marc
aiggya
September 15, 2022, 12:04pm
3
OK, thanks for quick feedback & library.
Best regards,
AiggyA
system
Closed
March 14, 2023, 12:05pm
4
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.