GxGDEH0154D67 and bm_flip_x

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

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

OK, thanks for quick feedback & library.

Best regards,
AiggyA

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.