General UNIHIKER

Is there a way to rotate the unihiker screen?

userHead paulo.mannheimer 2024-12-04 03:33:58 474 Views3 Replies

trying to use Tkinter with unihiker, but would rather have a 320x240 screen instead.

 

Is there a way to rotate the entire screen? tried using xrandr but couldn't make it work.

2024-12-04 23:29:21

You could refer to the UNIHIKER library to rotate text display:

https://www.unihiker.com/wiki/LanguageReference/UNIHIKER_Library/ScreenDisplay/reference_unihiker_draw_text/

userHeadPic Yeez_B
2024-12-04 22:24:45

Check the available outputs using:

xrandr --query

 

If you see an output like DSI-1 or HDMI-1, try:

 

xrandr --output <OUTPUT_NAME> --rotate left

Replace <OUTPUT_NAME> with your actual display output (e.g., DSI-1).

 

If xrandr reports no outputs or doesn’t work, move to other methods.

userHeadPic lia.ifat
2024-12-04 14:13:38

I'm afraid that's not possible.

userHeadPic yiqing.guan