Yeah, display_lcd_rotate=2 will rotate the display 180 degrees i.e. upside down. I think you still need to rotate the touch input as well (quick Google search says 'dtoverlay=rpi-ft5406,touchscreen-inverted-x=1,touchscreen-inverted-y=1' but I didn't bother to test this).H1sware wrote: ↑Tue May 19, 2020 3:56 amSo I thought to help someone who still has screen rotation problems (touch screen 7 "official)
[*]after loading LineageOS 16.0 to SD you will have these files, in particular (Config.txt)config lineageos rasppi4.PNG, open it and edit it with brackets, notepad ++ and the like ... if you don't want problems.
[*]in the file (config.txt) under the wording "disable_overscan = 1" insert a space and lcd_rotate=2 (config lineageos rasppi4 (before).PNGas in the image)
the last image will clarify everything .. config lineageos rasppi4 (after).PNG
I hope I have been of help to someone ..![]()
[*]Raspberry pi 4 model b (4gb)[*]
Rotating 90 degrees to portrait orientation was discussed here (http://disq.us/p/27gzrfc). In addition to display_lcd_rotate=1 you also need to modify the touchscreen overlay to 'dtoverlay=rpi-ft5406,touchscreen-swapped-x-y=1,touchscreen-inverted-x=1' which I tested working at the time.