Closed thbl closed 4 years ago
setZoneEffect()
To scroll left the text on a display rotated 180 degrees:
myDisplay.displayZoneText(0, "Hello", PA_CENTER, 100, 0, PA_SCROLL_RIGHT, PA_SCROLL_RIGHT);
myDisplay.setZoneEffect(0, true, PA_FLIP_LR);
myDisplay.setZoneEffect(0, true, PA_FLIP_UD);
hi is there a function to flip / rotate text ?