Base display component page skip #3238
Unanswered
simenopsahl
asked this question in
Component enhancements
Replies: 1 comment
-
🏷️ I've automatically added the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Component name
display
Link to component documentation on our website
https://esphome.io/components/display/#display-pages
Describe the enhancement
LVGL pages support skip for navigating with
lvgl.page.next
andlvgl.page.previous
It would be nice to have this functionality for the base display component for use with
display.page.show_next
anddisplay.page.show_previous
Use cases
For example with an epaper display I have a fully black page and a fully white page for a display repair/refresh script. It would be better
to skip those pages when navigating normally, and only load them with
Anything else?
Also maybe rename
display.page.show_next
/display.page.show_previous
todisplay.page.next
/display.page.previous
to be in line with the lvgl component.Beta Was this translation helpful? Give feedback.
All reactions