Trying to use the "rotation" statement within config.yml setting the display to "rotation: 180". This has no effect on the image.
To Reproduce
Change display section in config.yml:
ui:
fps: 0.0
display:
type: 'waveshare27inch'
color: 'black'
rotation: 180
Expected behavior
screen should rotate 180 from current orientation.
Environment (please complete the following information):
180 is the default value. Maybe try to set it to something different like 90. Still no rotation?
@dadav @talonawd91 almost correct, rotation: 0 will do the trick ;).
@talonawd91 can you confirm? :)
I just changed it. Works like a charm. Thanks for the guidance.
Most helpful comment
I just changed it. Works like a charm. Thanks for the guidance.