Added a new feature #129
kdschlosser
announced in
Announcements
Replies: 2 comments 8 replies
-
nice! i have to order more displays 😆 thank you for all your work! is amazing & game changing for micropython and all projects with a display. |
Beta Was this translation helpful? Give feedback.
8 replies
-
AIOREPPL is good for main loop control, no? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added a feature to the touch drivers that allows user input to have the highest priority. So when a user does something like scrolling the display it should make the scrolling a lot smoother. It will also update the display immediately if there is user input instead of waiting for the refresh timer to update the display.
To use this feature call the method
enable_input_priority
in the touch driver...it's as simple as that...
Beta Was this translation helpful? Give feedback.
All reactions