-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LCD ILI9881C: Supported LCD mirror. Not supported swap XY. #295
Conversation
ed14955
to
a8f0dc9
Compare
@suda-morris Thank you for review. All fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @espzav, thank you for updating. According to my testing, both the RGB element order and mirror()
only require the use of the 36h
command, without needing to set 22h
. Could you please confirm this again?
73dc0bd
to
22f83ec
Compare
Hi @Lzw655, Awesome! It is not in documentation, but it is working (inverted |
22f83ec
to
df577c9
Compare
@tore-espressif PTAL |
ESP-BSP Pull Request checklist
Change description
Updated LCD ILI9881C initialization, set color mode. Add support for mirror x/y. Not supported swap XY by driver.