Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:add-ons:ts050-touchscreen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
products:sbc:vim3:add-ons:ts050-touchscreen [2022/11/08 20:23]
nick
products:sbc:vim3:add-ons:ts050-touchscreen [2022/11/08 20:46]
nick
Line 10: Line 10:
  
  
-{{/products/sbc/common/accessories/vim3-ts050-front.png?500|vim3-ts050-front}} +{{products:sbc:vim3:add-ons:vim3-ts050-front.webp?500|vim3-ts050-front}} 
-{{products:sbc:vim3:add-ons:vim3-ts050-back.png?500|vim3-ts050}}+{{products:sbc:vim3:add-ons:vim3-ts050-back.webp?500|vim3-ts050}}
  
 ===== Ubuntu ===== ===== Ubuntu =====
Line 99: Line 99:
 1. Rotate via system node. 1. Rotate via system node.
  
-  * Check the current configuration of the node. \\ ```sh +  * Check the current configuration of the node. \\ ```shell 
-khadas@Khadas:~$ cat /sys/class/graphics/fbcon/rotate+$ cat /sys/class/graphics/fbcon/rotate
 0 0
 ``` ```
  
   * Modify the configuration to rotate the framebuffer(90 degrees). \\ ```sh   * Modify the configuration to rotate the framebuffer(90 degrees). \\ ```sh
-khadas@Khadas:$ echo 1 | sudo tee /sys/class/graphics/fbcon/rotate +$ echo 1 | sudo tee /sys/class/graphics/fbcon/rotate 
-khadas@Khadas:$ cat /sys/class/graphics/fbcon/rotate+$ cat /sys/class/graphics/fbcon/rotate
 1 1
 ``` ```
  
   * Restore framebuffer console to the default setting. \\ ```shell   * Restore framebuffer console to the default setting. \\ ```shell
-echo 0 | sudo tee /sys/class/graphics/fbcon/rotate +echo 0 | sudo tee /sys/class/graphics/fbcon/rotate 
-cat /sys/class/graphics/fbcon/rotate     +cat /sys/class/graphics/fbcon/rotate     
 0 0
 ``` ```
Line 123: Line 123:
  
   * Check related configuration. \\ ```shell   * Check related configuration. \\ ```shell
-khadas@Khadas:~$ cat /boot/env.txt | grep "fb_rotate"+$ cat /boot/env.txt | grep "fb_rotate"
 fb_rotate=0 fb_rotate=0
 ``` ```
  
   * Change setting(rotate 90 degrees): \\ ```shell   * Change setting(rotate 90 degrees): \\ ```shell
-khadas@Khadas:~$ sudo vim /boot/env.txt+$ sudo vim /boot/env.txt
 fb_rotate=0 change to fb_rotate=1 fb_rotate=0 change to fb_rotate=1
 ``` ```
Last modified: 2023/03/21 03:25 by nick