micropython-ili9341 icon indicating copy to clipboard operation
micropython-ili9341 copied to clipboard

Micropython Driver for ILI9341 display

Results 5 micropython-ili9341 issues
Sort by recently updated
recently updated
newest added

Hi, i try to load a raw image (60x60 pixels, rgb565) using the following code: ``` from machine import Pin, SPI from ili934xnew import * import tt24 as font from...

Hello, I'm new to the LCDs IoT, and struggling with few touch screens for a project. I'm unable to understand if that is currently implemented, from what I read in...

I tried to run the m5stack example on an m5stack core. Using rotation=0 shows the text from right to left. Also width and height are reversed. rotation= 6 shows the...

Hi Jeff, I've noticed some of the settings in the ili934xnew.py module are mixed up, here are my findings. Test platform: M5Go Width and height are mixed up and opposite...

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...