树莓派william hill官网
直播中

ICrr

8年用户 105经验值
擅长:可编程逻辑 嵌入式技术 处理器/DSP 控制/MCU
私信 关注
[经验]

树莓派屏幕校准和安装虚拟键盘

安装校准软件进行校准

§  本LCD可以通过xinput_calibrator程序进行校准。从这里下载Xinput-calibrator_0.7.5-1_ARMhf。
§  解压并把xinput-calibrator_0.7.5-1_armhf.deb复制到树莓派的raspbian系统中。
§  运行以下命令,进行安装:
1.  sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
§  点击任务栏的Menu键,选择Preferences -> Calibrate Touchscreen。
§  按显示提示进行触摸校准。此过程可能需要重启以生效。
§  如果要保存这些触摸值,需要在以下路径新建一个99-calibration.conf文件(如果已存在则不需要新建)
1.     /etc/X11/xorg.conf.d/99-calibration.conf

§  将触摸参数(不同LCD,下图数据可能不同)保存至99-calibration.conf,即可
                              
安装虚拟键盘

1. 执行以下命令安装相应软件
1.  sudo apt-get update
2.  sudo apt-get installlibfakekey-dev libpng-dev libxft-dev autoconflibtool -y


2. 下载matchbox-keyboard.zip,解压并复制到raspberry的文件系统,执行以下命令
1.  cd matchbox-keyboard
2.  chmod +x autogen.sh
3.  sudo ./autogen.sh
4.  sudo make
5.  sudo makeinstall
6.  sudo apt-get installlibmatchbox1 -y
7.  sudo nano /usr/bin/toggle-matchbox-keyboard.sh

3. 复制以下内容到toggle-matchbox-keyboard.sh,保存退出
1.  #!/bin/bash
2.  #This scripttoggle the virtual keyboard
3.  PID=`pidofmatchbox-keyboard`
4.  if [ ! -e $PID ]; then
5.  killall matchbox-keyboard
6.  else
7.  matchbox-keyboard -s 50 extended&
8.  fi

4. 执行以下命令
1.  sudo chmod +x /usr/bin/toggle-matchbox-keyboard.sh
2.  sudo nano /usr/local/share/applications/toggle-matchbox-keyboard.desktop

5. 复制以下内容到toggle-matchbox-keyboard.desktop,保存退出
1.  [Desktop Entry]
2.  Name=Toggle Matchbox Keyboard
3.  Comment=Toggle Matchbox Keyboard`
4.  Exec=toggle-matchbox-keyboard.sh
5.  Type=Application
6.  Icon=matchbox-keyboard.png
7.  Categories=Panel;Utility;MB
8.  X-MB-INPUT-MECHANSIM=True

6. 执行以下命令,注意该步骤必须使用"pi"用户权限,如果使用管理员权限,将找不到该文件
1.  nano ~/.config/lxpanel/LXDE-pi/panels/panel

7. 找到类似以下命令(不同版本的图标可能有一定差异)
1.  Plugin {
2.  type = launchbar
3.  Config {
4.  Button {
5.  id=lxde-screenlock.desktop
6.  }
7.  Button {
8.  id=lxde-logout.desktop
9.  }
10. }

8. 加入以下代码以新增一个Button项,如下图
1.  Button {
2.  id=/usr/local/share/applications/toggle-matchbox-keyboard.desktop
3.  }

  
9. 执行以下命令重启系统,正常可以看到左上角多了一个虚拟键盘的图标
1.  sudo reboot


回帖(6)

wcl2016316

2017-4-23 11:43:24
树莓派的摄像头怎么做监控?
举报

lee_st

2017-5-4 10:27:28
虚拟键盘啊,有真的吗
举报

ICrr

2017-5-5 22:27:03
引用: lee_st 发表于 2017-5-4 10:27
虚拟键盘啊,有真的吗

当然是真的喽。。。。
举报

ICrr

2017-5-5 22:27:41
引用: wcl2016316 发表于 2017-4-23 11:43
树莓派的摄像头怎么做监控?

这个现在资源很多的,你可以找一下
举报

更多回帖

发帖
×
20
完善资料,
赚取积分