micropython-ili9341
micropython-ili9341 copied to clipboard
Text Scroll Doesn't work with screen rotation
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