Difference between revisions of "DSI series screen will have no touch or display when using the latest official 2022-04-04 system of Raspberry Pi"

From LCD wiki
Jump to: navigation, search
Line 12: Line 12:
 
2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d ' <br>
 
2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d ' <br>
 
[[file:DSI系列的屏,无触摸问题-2.png|400px]] <br> <br>
 
[[file:DSI系列的屏,无触摸问题-2.png|400px]] <br> <br>
3.'''Ctrl+X'''准备退出; 按'''Y'''确认,保存;按'''Enter''',退出
+
 
 
3.Press '''Ctrl+X''', ready to exit; Press '''Y''' , confirm to save; Press '''Enter''' to exit.
 
3.Press '''Ctrl+X''', ready to exit; Press '''Y''' , confirm to save; Press '''Enter''' to exit.
 
4.Restart:
 
4.Restart:
 
{{code|
 
{{code|
 
sudo reboot }}
 
sudo reboot }}

Revision as of 13:52, 21 July 2022

Recently, some customers have reported that the DSI series screen (4.3 inches, 5 inches, 7 inches) will not be touched when using the latest official 2022-04-04 system of Raspberry Pi, and there will be no display when it is occasionally turned on!

Reason:
Some configurations of the latest official 2022-04-04 system of raspberry pie do not match the original firmware of the DSI series screen (the firmware of the latest version of the DSI series screen has been updated, so this problem does not exist)

Solution::
1.Open 'config.txt'

sudo nano /boot/config.txt 

DSI系列的屏,无触摸问题-1.png

2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d '
DSI系列的屏,无触摸问题-2.png

3.Press Ctrl+X, ready to exit; Press Y , confirm to save; Press Enter to exit. 4.Restart:

sudo reboot