Replies: 2 comments 2 replies
-
Thanks @Jason2866. I'm interested to get confirmation than enabling uTouch does not break legacy drivers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have isolated all information related to migrating to uDisplay and uTouch here: https://tasmota.github.io/docs/Universal-Display-Driver/ @gemu2015 What do you think about using this page for uDisplay documentation? The current one is hard to find within the Displays page |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Follow up of actually open todo's (copy from PR) identified by @gemu2015
these ICs have to be initially flashed with a config block for several parameters like horizontal and vertical resolution.
normally this should only happen once in the displays lifetime. the legacy drivers compares the resolution of the display and the touch ic on startup and on mismatch flashes the chip. i did not implement this in universal driver, so may be we should have a berry script to flash that chip if it ever should be necessary
currently we compare the chip id on startup. i will provide a multi compare opcode to match several ICs later
-> done, UTouch is enabled by default in build lvgl
Beta Was this translation helpful? Give feedback.
All reactions