jeffmer / micropython-ili9341

Micropython Driver for ILI9341 display
MIT License
124 stars 43 forks source link

Text Scroll Doesn't work with screen rotation #12

Open Big-coconut opened 3 months ago

Big-coconut commented 3 months ago

When using display.print(), if the text overflows past the bottom of the screen, it attempts to scroll to display the new text. However this only works with screen rotation is set to 0. Thank you