View Single Post
Old 01-21-2021, 09:03 AM   #97
nuetron
Member
nuetron began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Aug 2020
Device: Kobo Libra H2O
Some things to note for Libra H2O. The following code needs to be updated to launch in portrait mode. Without it, it defaults to landscape.

Quote:
export QT_QPA_PLATFORM=kobo:touchscreen_rotate=180:touchs creen_invert_x=0:touchscreen_invert_y=0:logicaldpi target=300

echo 0 > /sys/class/graphics/fb0/rotate
The backlight does not work on the first launch. I need to close the app and relaunch it for the backlight to work.
nuetron is offline   Reply With Quote