Closed mtoman closed 3 months ago
At this point we hardcode a 3 seconds delay before applying display rotation, which on some systems is not enough, while on other systems it is too much.
This patch exposes a ROTATE_DELAY variable that makes the delay configurable.
ROTATE_DELAY
@mtoman I ran this quickly on a pi3 I had connected to my display and it all seems to work correctly
I've also tested this on a Pi5 and it seems to work fine.
lgtm
At this point we hardcode a 3 seconds delay before applying display rotation, which on some systems is not enough, while on other systems it is too much.
This patch exposes a
ROTATE_DELAY
variable that makes the delay configurable.