树莓派4 QT5的模块的编译安装

树莓派4 QT5模块的编译安装


1、QT5和Qtcreator的安装,安装完后,应该编程菜单出现 Qt Creator
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install qt5-default
sudo apt-get install qtcreator
sudo apt install qtbase5-private-dev------private/qobject_p.h-------

2、QT5模块的安装
sudo apt-get install libqt5* 为对应模块
libqt5chart
libqt5script*

3、固定IP,树莓派4请编辑 /etc/dhcpcd.conf

4、不黑屏
sudo vi /etc/lightdm/lightdm.conf
找到[SeatDefaults]段下的’xserver-command’,取消注释,修改为如下:
#xserver-command=X
修改为
xserver-command=X -s 0 -dpms
-s # –设置屏幕保护不启用
dpms 关闭电源节能管理

5、竖屏
修改/boot/config.txt文件
文件末尾添加
lcd_rotate=0 // 触摸屏(不能有空格)
display_rotate=0 // HDMI外接显示屏(不能有空格)
编辑/usr/share/X11/xorg.conf.d/

	sudo nano 40-libinput.conf
	  找到touchscreen section
	  Section "InputClass"
	        Identifier "libinput touchscreen catchall"
	        MatchIsTouchscreen "on"
	        MatchDevicePath "/dev/input/event*"
	        Driver "libinput"
	  EndSection
	  添加一行  Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
	  结果为
	  Section "InputClass"
	        Identifier "libinput touchscreen catchall"
	        Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1"
	        MatchIsTouchscreen "on"
	        MatchDevicePath "/dev/input/event*"
	        Driver "libinput"
	 EndSection
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值