Acknowledged

4.2.2 - Fix some graphics issues with devices that have a GPU (sim). But not on instinct, but maybe it doesn't have GPU.

Pictures in comment.

Parents
  • 4.1.7

    4.2.2/4.2.1 the same code (there is no if monkeyVer>...)

    dc.setColor(black, white);

    dc.Clear();

    dc.drawText(NUMBERS);// system font

    dc.setColor(black, -1);

    dc.drawText(BAR);// custom font

    Numbers are drawn with white background,

Comment
  • 4.1.7

    4.2.2/4.2.1 the same code (there is no if monkeyVer>...)

    dc.setColor(black, white);

    dc.Clear();

    dc.drawText(NUMBERS);// system font

    dc.setColor(black, -1);

    dc.drawText(BAR);// custom font

    Numbers are drawn with white background,

Children
No Data