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

ili934xnew.py module has mixed settings

Open RaSTuS26 opened this issue 5 years ago • 1 comments

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 of what's expected

The rotations are mapped oddly too: r=0 mirrored 0 degrees r=1 mirrored 90 degrees r=2 mirrored 180 degrees r=3 mirrored 270 degrees r=4 normal 180 degrees r=5 normal 270 degrees r=6 normal 0 degrees r=7 normal 90 degrees

Hope this is helpful information for you.

RaSTuS26 avatar Jun 01 '20 08:06 RaSTuS26

Thanks - these are from an update to the repository by vitasam.

jeffmer avatar Jun 01 '20 08:06 jeffmer