diff --git a/LCD-hdmi b/LCD-hdmi deleted file mode 100644 index 644bf84..0000000 --- a/LCD-hdmi +++ /dev/null @@ -1,10 +0,0 @@ -sudo cp -rf ./usr/modules-HDMI /etc/modules -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo cp ./boot/config-nomal.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo reboot diff --git a/LCD24-show b/LCD24-show deleted file mode 100644 index d2bb23b..0000000 --- a/LCD24-show +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/ -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/tft9341.dtbo -sudo cp -rf ./usr/99-calibration.conf-32 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-32.txt /boot/config.txt -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/LCD28-show b/LCD28-show deleted file mode 100644 index d2bb23b..0000000 --- a/LCD28-show +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/ -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/tft9341.dtbo -sudo cp -rf ./usr/99-calibration.conf-32 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-32.txt /boot/config.txt -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/LCD32-show b/LCD32-show deleted file mode 100644 index d2bb23b..0000000 --- a/LCD32-show +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/ -sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/tft9341.dtbo -sudo cp -rf ./usr/99-calibration.conf-32 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-32.txt /boot/config.txt -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/LCD35-show b/LCD35-show deleted file mode 100644 index ae3995e..0000000 --- a/LCD35-show +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/tft35a-overlay.dtb /boot/overlays/ -sudo cp ./usr/tft35a-overlay.dtb /boot/overlays/tft35a.dtbo -sudo cp -rf ./usr/99-calibration.conf-35 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-35.txt /boot/config.txt -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/LCD5-show b/LCD5-show deleted file mode 100644 index c1bd81c..0000000 --- a/LCD5-show +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo cp -rf ./boot/config-5.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp -rf ./usr/99-calibration.conf-5 /etc/X11/xorg.conf.d/99-calibration.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/LCD7B-show b/LCD7B-show deleted file mode 100644 index 0e17561..0000000 --- a/LCD7B-show +++ /dev/null @@ -1,26 +0,0 @@ -sudo cp -rf ./boot/config-7B-800x480.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version%% *} -version=${version#*#} -echo $version -if test $version -lt 970;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -fi -fi -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/40-libinput.conf-HDMI7B /etc/X11/xorg.conf.d/40-libinput.conf -sudo reboot diff --git a/LCD7C-show b/LCD7C-show deleted file mode 100644 index ce18243..0000000 --- a/LCD7C-show +++ /dev/null @@ -1,28 +0,0 @@ -sudo cp -rf ./boot/config-7C-1024x600.txt /boot/config.txt - -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf - -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version%% *} -version=${version#*#} -echo $version -if test $version -lt 970;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -fi -fi -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/40-libinput.conf-HDMI7C /etc/X11/xorg.conf.d/40-libinput.conf -sudo reboot diff --git a/MHS24-show b/MHS24-show deleted file mode 100644 index aa63fcb..0000000 --- a/MHS24-show +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp ./usr/mhs24-overlay.dtb /boot/overlays/ -sudo cp ./usr/mhs24-overlay.dtb /boot/overlays/mhs24.dtbo -sudo cp -rf ./usr/99-calibration.conf-mhs24 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-mhs24.txt /boot/config.txt -#FBCP install -sudo cp -rf ./etc/rc.local /etc/rc.local -sudo apt-get install git cmake -y -sudo rm -rf rpi-fbcp -sudo git clone https://github.com/tasanakorn/rpi-fbcp -sudo mkdir ./rpi-fbcp/build -cd ./rpi-fbcp/build/ -sudo cmake .. -sudo make -sudo install fbcp /usr/local/bin/fbcp -#evdev install -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MHS32-show b/MHS32-show deleted file mode 100644 index 647c4e7..0000000 --- a/MHS32-show +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp ./usr/mhs32-overlay.dtb /boot/overlays/ -sudo cp ./usr/mhs32-overlay.dtb /boot/overlays/mhs32.dtbo -sudo cp -rf ./usr/99-calibration.conf-mhs32 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/ -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-mhs32.txt /boot/config.txt -#FBCP install -sudo cp -rf ./etc/rc.local /etc/rc.local -sudo apt-get install git cmake -y -sudo rm -rf rpi-fbcp -sudo git clone https://github.com/tasanakorn/rpi-fbcp -sudo mkdir ./rpi-fbcp/build -cd ./rpi-fbcp/build/ -sudo cmake .. -sudo make -sudo install fbcp /usr/local/bin/fbcp -#evdev install -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MHS35-show b/MHS35-show deleted file mode 100644 index a2a4efe..0000000 --- a/MHS35-show +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp ./usr/mhs35-overlay.dtb /boot/overlays/ -sudo cp ./usr/mhs35-overlay.dtb /boot/overlays/mhs35.dtbo -sudo cp -rf ./usr/99-calibration.conf-mhs35 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-mhs35.txt /boot/config.txt -#FBCP install -sudo cp -rf ./etc/rc.local /etc/rc.local -sudo apt-get install git cmake -y -sudo rm -rf rpi-fbcp -sudo git clone https://github.com/tasanakorn/rpi-fbcp -sudo mkdir ./rpi-fbcp/build -cd ./rpi-fbcp/build/ -sudo cmake .. -sudo make -sudo install fbcp /usr/local/bin/fbcp -#evdev install -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MHS40-show b/MHS40-show deleted file mode 100644 index a5d43a9..0000000 --- a/MHS40-show +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp ./usr/mhs395-overlay.dtb /boot/overlays/ -sudo cp ./usr/mhs395-overlay.dtb /boot/overlays/mhs395.dtbo -sudo cp -rf ./usr/99-calibration.conf-mhs395 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-mhs395.txt /boot/config.txt -#FBCP install -sudo cp -rf ./etc/rc.local /etc/rc.local -sudo apt-get install git cmake -y -sudo rm -rf rpi-fbcp -sudo git clone https://github.com/tasanakorn/rpi-fbcp -sudo mkdir ./rpi-fbcp/build -cd ./rpi-fbcp/build/ -sudo cmake .. -sudo make -sudo install fbcp /usr/local/bin/fbcp -#evdev install -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MIS35-show b/MIS35-show deleted file mode 100644 index 4bf443d..0000000 --- a/MIS35-show +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp ./usr/mis35-overlay.dtb /boot/overlays/ -sudo cp ./usr/mis35-overlay.dtb /boot/overlays/mis35.dtbo -sudo cp -rf ./usr/99-calibration.conf-mhs35 /etc/X11/xorg.conf.d/99-calibration.conf -sudo cp -rf ./usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp ./boot/config-mis35.txt /boot/config.txt -#FBCP install -sudo cp -rf ./etc/rc.local /etc/rc.local -sudo apt-get install git cmake -y -sudo rm -rf rpi-fbcp -sudo git clone https://github.com/tasanakorn/rpi-fbcp -sudo mkdir ./rpi-fbcp/build -cd ./rpi-fbcp/build/ -sudo cmake .. -sudo make -sudo install fbcp /usr/local/bin/fbcp -#evdev install -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MPI3508-show b/MPI3508-show deleted file mode 100644 index 8e06009..0000000 --- a/MPI3508-show +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo cp -rf ./boot/config-35-480X320.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp -rf ./usr/99-calibration.conf-3508 /etc/X11/xorg.conf.d/99-calibration.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MPI3508_480_320-show b/MPI3508_480_320-show deleted file mode 100644 index 8e06009..0000000 --- a/MPI3508_480_320-show +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf -sudo cp -rf ./boot/config-35-480X320.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp -rf ./usr/99-calibration.conf-3508 /etc/X11/xorg.conf.d/99-calibration.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MPI3510-show b/MPI3510-show deleted file mode 100644 index a73275f..0000000 --- a/MPI3510-show +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -sudo cp -rf ./boot/config-35DPI.txt /boot/config.txt -#sudo cp ./usr/bcm2709-rpi-2-b.dtb /boot/ -#sudo cp ./usr/bcm2710-rpi-3-b.dtb /boot/ -#sudo cp ./usr/cmdline.txt /boot/ -#sudo cp ./usr/qddpi24.dtb /boot/overlays/ -#sudo cp ./usr/qddpi24.dtb /boot/overlays/qddpi24.dtbo -#sudo cp ./usr/inittab /etc/ -#sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo mkdir -p /etc/X11/xorg.conf.d -sudo cp -rf ./usr/99-calibration.conf-3508 /etc/X11/xorg.conf.d/99-calibration.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MPI4008-show b/MPI4008-show deleted file mode 100644 index b99bb17..0000000 --- a/MPI4008-show +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -sudo cp -rf ./boot/config-397.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf -sudo mkdir /etc/X11/xorg.conf.d -sudo cp -rf ./usr/99-calibration.conf-397 /etc/X11/xorg.conf.d/99-calibration.conf -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version##* } -#version=${version#*#} -echo $version -if test $version -lt 2017;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf -echo "reboot" -fi -else -echo "this is not raspberrypi kernel, no need to update touch configure, reboot" -fi -sudo reboot diff --git a/MPI5001-show b/MPI5001-show deleted file mode 100644 index d202a73..0000000 --- a/MPI5001-show +++ /dev/null @@ -1,27 +0,0 @@ -sudo cp -rf ./boot/config-MPI5001.txt /boot/config.txt -if [ -b /dev/mmcblk0p7 ]; then -sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt -else -sudo cp ./usr/cmdline.txt /boot/ -fi -sudo cp ./usr/inittab /etc/ -sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf - -nodeplatform=`uname -n` -kernel=`uname -r` -version=`uname -v` -if test "$nodeplatform" = "raspberrypi";then -echo "this is raspberrypi kernel" -version=${version%% *} -version=${version#*#} -echo $version -if test $version -lt 970;then -echo "reboot" -else -echo "need to update touch configuration" -sudo apt-get install xserver-xorg-input-evdev -fi -fi -sudo mkdir /etc/X11/xorg.conf.d -sudo cp ./usr/40-libinput.conf-MPI5001 /etc/X11/xorg.conf.d/40-libinput.conf -sudo reboot diff --git a/README.md b/README.md deleted file mode 100644 index e502885..0000000 --- a/README.md +++ /dev/null @@ -1,80 +0,0 @@ -LCD driver for the Raspberry PI Installation
-==================================================== -Update:
-v1.9-20181204
-Update to support MHS40 & MHS32
-Update:
-v1.8-20180907
-Update to support MHS35
-Update:
-v1.7-20180320
-Update to support Raspbian Version:March 2018(Release date:2018-03-13)
-Update:
- v1.6-20170824
- Update xserver to support Raspbian-2017-08-16
-Update:
- v1.5-20170706
- Update to support Raspbian-2017-07-05,Raspbian-2017-06-21
-Update:
- v1.3-20170612
- fixed to support Raspbian-2017-03-02,Raspbian-2017-04-10
-Update:
- v1.2-20170302
- Add xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb to support Raspbian-2017-03-02
-Update:
- v1.1-20160815

- -1.)Step1, Install Raspbian official mirror
-==================================================== - a)Download Raspbian official mirror:
- https://www.raspberrypi.org/downloads/
- b)Use“SDFormatter.exe”to Format your TF Card
- c)Use“Win32DiskImager.exe” Burning mirror to TF Card
- -2.) Step2, Clone my repo onto your pi
-==================================================== -Use SSH to connect the raspberry pi,
-And Ensure that the raspberry pi is connected to the Internet before executing the following commands: ------------------------------------------------------------------------------------------------------ - -```sudo rm -rf LCD-show```
-```git clone https://github.com/goodtft/LCD-show.git```
-```chmod -R 755 LCD-show```
-```cd LCD-show/```
- -3.)Step3, According to your LCD's type, excute: -==================================================== -In case of 2.4" RPi Display(MPI2401)
- ```sudo ./LCD24-show```

-In case of 2.8" RPi Display(MPI2801)
- ```sudo ./LCD28-show```

-In case of 3.2" RPi Display(MPI3201)
- ```sudo ./LCD32-show```

-In case of 3.5inch RPi Display(MPI3501)
- ```sudo ./LCD35-show```

-In case of 3.5" HDMI Display-B(MPI3508)
- ```sudo ./MPI3508-show```

- In case of 3.2" High Speed display(MHS32)
- ```sudo ./MHS32-show```

-In case of 3.5" High Speed display(MHS35)
- ```sudo ./MHS35-show```

-In case of 4.0" High Speed display(MHS40)
- ```sudo ./MHS40-show```

-In case of 4.0" HDMI Display(MPI4008)
- ```sudo ./MPI4008-show```

-In case of 5inch HDMI Display-B(Capacitor touch)(MPI5001):
- ```sudo ./MPI5001-show```

-In case of 5inch HDMI Display(Resistance touch)(MPI5008)
- ```sudo ./LCD5-show```

-In case of 7inch HDMI Display-B-800X480(MPI7001)
- ```sudo ./LCD7B-show```

-In case of 7inch HDMI Display-C-1024X600(MPI7002)
- ```sudo ./LCD7C-show```


-If you need to switch back to the traditional HDMI display
- ```sudo ./LCD-hdmi```
- -Wait a few minutes,the system will restart automaticall , enjoy with your LCD. -------------------------------------------------------------------------------- -The LCD-show.tar.gz also can be download from: -http://www.lcdwiki.com/RaspberryPi-LCD-Driver -

diff --git a/boot/config-28.txt b/boot/config-28.txt deleted file mode 100644 index cce09e0..0000000 --- a/boot/config-28.txt +++ /dev/null @@ -1,58 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=tft9341:rotate=270 -#dtoverlay=ads7846,cs=1,penirq=17,penirq_pull=2,speed=1000000,keep_vref_on=1,swapxy=0,pmax=255,xohms=60,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-32.txt b/boot/config-32.txt deleted file mode 100644 index cce09e0..0000000 --- a/boot/config-32.txt +++ /dev/null @@ -1,58 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=tft9341:rotate=270 -#dtoverlay=ads7846,cs=1,penirq=17,penirq_pull=2,speed=1000000,keep_vref_on=1,swapxy=0,pmax=255,xohms=60,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-35-480X320.txt b/boot/config-35-480X320.txt deleted file mode 100644 index f49123a..0000000 --- a/boot/config-35-480X320.txt +++ /dev/null @@ -1,64 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_drive=2 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=87 -hdmi_cvt 480 320 60 6 0 0 0 -dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-35.txt b/boot/config-35.txt deleted file mode 100644 index d51a5eb..0000000 --- a/boot/config-35.txt +++ /dev/null @@ -1,58 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=tft35a -#dtoverlay=ads7846,cs=1,penirq=17,penirq_pull=2,speed=1000000,keep_vref_on=1,swapxy=1,pmax=255,xohms=60,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-35DPI.txt b/boot/config-35DPI.txt deleted file mode 100644 index 8e9cecd..0000000 --- a/boot/config-35DPI.txt +++ /dev/null @@ -1,73 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -#hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -#dtparam=i2c_arm=on -#dtparam=i2s=on -#dtparam=spi=on - -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on - -display_rotate=1 -dtoverlay=dpi18 -overscan_left=0 -overscan_right=0 -overscan_top=1 -overscan_bottom=1 -framebuffer_width=480 -framebuffer_height=320 -enable_dpi_lcd=1 -display_default_lcd=1 -dpi_group=2 -dpi_mode=87 -dpi_output_format=0x07f205 -hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6 - -#dtoverlay=ads7846,cs=1,penirq=18,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-397.txt b/boot/config-397.txt deleted file mode 100644 index 3bf14d7..0000000 --- a/boot/config-397.txt +++ /dev/null @@ -1,66 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -display_rotate=3 -max_usb_current=1 -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_drive=2 -hdmi_cvt 480 800 60 6 0 0 0 -dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-43.txt b/boot/config-43.txt deleted file mode 100644 index 7b6d5c6..0000000 --- a/boot/config-43.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -max_usb_current=1 -display_rotate=0 -max_usb_current=1 -hdmi_group=2 -hdmi_mode=87 -hdmi_timings=480 0 1 41 2 272 0 2 10 2 0 0 0 60 0 9000000 3 -dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-5.txt b/boot/config-5.txt deleted file mode 100644 index 7dd4eb8..0000000 --- a/boot/config-5.txt +++ /dev/null @@ -1,65 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -max_usb_current=1 -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_drive=1 -hdmi_cvt 800 480 60 6 0 0 0 -dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900 diff --git a/boot/config-7B-800x480.txt b/boot/config-7B-800x480.txt deleted file mode 100644 index 4846f03..0000000 --- a/boot/config-7B-800x480.txt +++ /dev/null @@ -1,64 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -max_usb_current=1 -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_drive=1 -hdmi_cvt 800 480 60 6 0 0 0 diff --git a/boot/config-7C-1024x600.txt b/boot/config-7C-1024x600.txt deleted file mode 100644 index 0e8c57a..0000000 --- a/boot/config-7C-1024x600.txt +++ /dev/null @@ -1,65 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -max_usb_current=1 -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_drive=1 -display_rotate=0 -hdmi_cvt 1024 600 60 6 0 0 0 diff --git a/boot/config-MPI5001.txt b/boot/config-MPI5001.txt deleted file mode 100644 index 88ffb6c..0000000 --- a/boot/config-MPI5001.txt +++ /dev/null @@ -1,65 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -max_usb_current=1 -hdmi_force_hotplug=1 -config_hdmi_boost=7 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_drive=2 -hdmi_force_edid_audio=1 -hdmi_cvt 800 480 60 6 0 0 0 diff --git a/boot/config-mhs24.txt b/boot/config-mhs24.txt deleted file mode 100644 index 7dd2e2d..0000000 --- a/boot/config-mhs24.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=mhs24 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_cvt 320 240 60 6 0 0 0 -hdmi_drive=2 diff --git a/boot/config-mhs32.txt b/boot/config-mhs32.txt deleted file mode 100644 index 2b191b6..0000000 --- a/boot/config-mhs32.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=mhs32 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_cvt 480 320 60 6 0 0 0 -hdmi_drive=2 \ No newline at end of file diff --git a/boot/config-mhs35.txt b/boot/config-mhs35.txt deleted file mode 100644 index 458b78e..0000000 --- a/boot/config-mhs35.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=mhs35 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_cvt 480 320 60 6 0 0 0 -hdmi_drive=2 diff --git a/boot/config-mhs395.txt b/boot/config-mhs395.txt deleted file mode 100644 index b9d3278..0000000 --- a/boot/config-mhs395.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=mhs395 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_cvt 480 320 60 6 0 0 0 -hdmi_drive=2 \ No newline at end of file diff --git a/boot/config-mis35.txt b/boot/config-mis35.txt deleted file mode 100644 index fc53c4a..0000000 --- a/boot/config-mis35.txt +++ /dev/null @@ -1,63 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on -dtoverlay=mis35 -hdmi_force_hotplug=1 -hdmi_group=2 -hdmi_mode=1 -hdmi_mode=87 -hdmi_cvt 480 320 60 6 0 0 0 -hdmi_drive=2 diff --git a/boot/config-nomal.txt b/boot/config-nomal.txt deleted file mode 100644 index 9184c55..0000000 --- a/boot/config-nomal.txt +++ /dev/null @@ -1,56 +0,0 @@ -# For more options and information see -# http://www.raspberrypi.org/documentation/configuration/config-txt.md -# Some settings may impact device functionality. See link above for details - -# uncomment if you get no picture on HDMI for a default "safe" mode -#hdmi_safe=1 - -# uncomment this if your display has a black border of unused pixels visible -# and your display can output without overscan -#disable_overscan=1 - -# uncomment the following to adjust overscan. Use positive numbers if console -# goes off screen, and negative if there is too much border -#overscan_left=16 -#overscan_right=16 -#overscan_top=16 -#overscan_bottom=16 - -# uncomment to force a console size. By default it will be display's size minus -# overscan. -#framebuffer_width=1280 -#framebuffer_height=720 - -# uncomment if hdmi display is not detected and composite is being output -hdmi_force_hotplug=1 - -# uncomment to force a specific HDMI mode (this will force VGA) -#hdmi_group=1 -#hdmi_mode=1 - -# uncomment to force a HDMI mode rather than DVI. This can make audio work in -# DMT (computer monitor) modes -#hdmi_drive=2 - -# uncomment to increase signal to HDMI, if you have interference, blanking, or -# no display -#config_hdmi_boost=4 - -# uncomment for composite PAL -#sdtv_mode=2 - -#uncomment to overclock the arm. 700 MHz is the default. -#arm_freq=800 - -# Uncomment some or all of these to enable the optional hardware interfaces -dtparam=i2c_arm=on -#dtparam=i2s=on -dtparam=spi=on -enable_uart=1 -# Uncomment this to enable the lirc-rpi module -#dtoverlay=lirc-rpi - -# Additional overlays and parameters are documented /boot/overlays/README - -# Enable audio (loads snd_bcm2835) -dtparam=audio=on diff --git a/etc/rc.local b/etc/rc.local deleted file mode 100644 index 4e385fd..0000000 --- a/etc/rc.local +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -e -# -# rc.local -# -# This script is executed at the end of each multiuser runlevel. -# Make sure that the script will "exit 0" on success or any other -# value on error. -# -# In order to enable or disable this script just change the execution -# bits. -# -# By default this script does nothing. - -# Print the IP address -_IP=$(hostname -I) || true -if [ "$_IP" ]; then - printf "My IP address is %s\n" "$_IP" -fi - -sleep 7 -fbcp & - -exit 0 diff --git a/etc/rc.local-original b/etc/rc.local-original deleted file mode 100644 index 7d39ed7..0000000 --- a/etc/rc.local-original +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -e -# -# rc.local -# -# This script is executed at the end of each multiuser runlevel. -# Make sure that the script will "exit 0" on success or any other -# value on error. -# -# In order to enable or disable this script just change the execution -# bits. -# -# By default this script does nothing. - -# Print the IP address -_IP=$(hostname -I) || true -if [ "$_IP" ]; then - printf "My IP address is %s\n" "$_IP" -fi - -exit 0 diff --git a/usr/40-libinput.conf-HDMI7B b/usr/40-libinput.conf-HDMI7B deleted file mode 100644 index 2207d9d..0000000 --- a/usr/40-libinput.conf-HDMI7B +++ /dev/null @@ -1,36 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - Option "CalibrationMatrix" "1 0 0 0 1 0 0 0 1" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput tablet catchall" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/usr/40-libinput.conf-HDMI7C b/usr/40-libinput.conf-HDMI7C deleted file mode 100644 index 2207d9d..0000000 --- a/usr/40-libinput.conf-HDMI7C +++ /dev/null @@ -1,36 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - Option "CalibrationMatrix" "1 0 0 0 1 0 0 0 1" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput tablet catchall" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/usr/40-libinput.conf-MPI5001 b/usr/40-libinput.conf-MPI5001 deleted file mode 100644 index 2207d9d..0000000 --- a/usr/40-libinput.conf-MPI5001 +++ /dev/null @@ -1,36 +0,0 @@ -# Match on all types of devices but tablet devices and joysticks -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - Option "CalibrationMatrix" "1 0 0 0 1 0 0 0 1" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput tablet catchall" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/usr/99-calibration.conf-24 b/usr/99-calibration.conf-24 deleted file mode 100644 index 4f2d9b8..0000000 --- a/usr/99-calibration.conf-24 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3639 145 192 3794" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-28 b/usr/99-calibration.conf-28 deleted file mode 100644 index 9520bf6..0000000 --- a/usr/99-calibration.conf-28 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3770 171 239 3892" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-32 b/usr/99-calibration.conf-32 deleted file mode 100644 index bb27f01..0000000 --- a/usr/99-calibration.conf-32 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "115 3700 3865 155" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-35 b/usr/99-calibration.conf-35 deleted file mode 100644 index 7f85eb0..0000000 --- a/usr/99-calibration.conf-35 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3936 227 268 3880" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-3508 b/usr/99-calibration.conf-3508 deleted file mode 100644 index 51e9729..0000000 --- a/usr/99-calibration.conf-3508 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3945 233 3939 183" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-397 b/usr/99-calibration.conf-397 deleted file mode 100644 index 8b4e9aa..0000000 --- a/usr/99-calibration.conf-397 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "4012 72 182 3916" - Option "SwapAxes" "1" -EndSection diff --git a/usr/99-calibration.conf-43 b/usr/99-calibration.conf-43 deleted file mode 100644 index 489410f..0000000 --- a/usr/99-calibration.conf-43 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "535 3860 254 3883" - Option "SwapAxes" "0" -EndSection diff --git a/usr/99-calibration.conf-5 b/usr/99-calibration.conf-5 deleted file mode 100644 index c6fbc8c..0000000 --- a/usr/99-calibration.conf-5 +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "140 3951 261 3998" - Option "SwapAxes" "0" -EndSection diff --git a/usr/99-calibration.conf-HDMI7C b/usr/99-calibration.conf-HDMI7C deleted file mode 100644 index b19b1c9..0000000 --- a/usr/99-calibration.conf-HDMI7C +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "深圳市全动电子技术有限公司 ByQDtech 触控USB鼠标" - Option "Calibration" "0 1024 0 600" - Option "SwapAxes" "0" -EndSection diff --git a/usr/99-calibration.conf-mhs24 b/usr/99-calibration.conf-mhs24 deleted file mode 100644 index af6faea..0000000 --- a/usr/99-calibration.conf-mhs24 +++ /dev/null @@ -1,9 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3697 135 136 3839" - Option "SwapAxes" "1" - Option "EmulateThirdButton" "1" - Option "EmulateThirdButtonTimeout" "1000" - Option "EmulateThirdButtonMoveThreshold" "300" -EndSection diff --git a/usr/99-calibration.conf-mhs32 b/usr/99-calibration.conf-mhs32 deleted file mode 100644 index 044c457..0000000 --- a/usr/99-calibration.conf-mhs32 +++ /dev/null @@ -1,9 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3713 158 3901 212" - Option "SwapAxes" "1" - Option "EmulateThirdButton" "1" - Option "EmulateThirdButtonTimeout" "1000" - Option "EmulateThirdButtonMoveThreshold" "300" -EndSection diff --git a/usr/99-calibration.conf-mhs35 b/usr/99-calibration.conf-mhs35 deleted file mode 100644 index 2df34e2..0000000 --- a/usr/99-calibration.conf-mhs35 +++ /dev/null @@ -1,9 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3936 227 268 3880" - Option "SwapAxes" "1" - Option "EmulateThirdButton" "1" - Option "EmulateThirdButtonTimeout" "1000" - Option "EmulateThirdButtonMoveThreshold" "300" -EndSection diff --git a/usr/99-calibration.conf-mhs395 b/usr/99-calibration.conf-mhs395 deleted file mode 100644 index 2df34e2..0000000 --- a/usr/99-calibration.conf-mhs395 +++ /dev/null @@ -1,9 +0,0 @@ -Section "InputClass" - Identifier "calibration" - MatchProduct "ADS7846 Touchscreen" - Option "Calibration" "3936 227 268 3880" - Option "SwapAxes" "1" - Option "EmulateThirdButton" "1" - Option "EmulateThirdButtonTimeout" "1000" - Option "EmulateThirdButtonMoveThreshold" "300" -EndSection diff --git a/usr/99-fbturbo-fbcp.conf b/usr/99-fbturbo-fbcp.conf deleted file mode 100644 index 1f2fae0..0000000 --- a/usr/99-fbturbo-fbcp.conf +++ /dev/null @@ -1,16 +0,0 @@ -# This is a minimal sample config file, which can be copied to -# /etc/X11/xorg.conf in order to make the Xorg server pick up -# and load xf86-video-fbturbo driver installed in the system. -# -# When troubleshooting, check /var/log/Xorg.0.log for the debugging -# output and error messages. -# Run "man fbturbo" to get additional information about the extra -# configuration options for tuning the driver. - -Section "Device" - Identifier "Allwinner A10/A13/A20 FBDEV" - Driver "fbturbo" - Option "fbdev" "/dev/fb0" - - Option "SwapbuffersWait" "true" -EndSection diff --git a/usr/99-fbturbo.conf b/usr/99-fbturbo.conf deleted file mode 100644 index 8b039a9..0000000 --- a/usr/99-fbturbo.conf +++ /dev/null @@ -1,16 +0,0 @@ -# This is a minimal sample config file, which can be copied to -# /etc/X11/xorg.conf in order to make the Xorg server pick up -# and load xf86-video-fbturbo driver installed in the system. -# -# When troubleshooting, check /var/log/Xorg.0.log for the debugging -# output and error messages. -# Run "man fbturbo" to get additional information about the extra -# configuration options for tuning the driver. - -Section "Device" - Identifier "Allwinner A10/A13/A20 FBDEV" - Driver "fbturbo" - Option "fbdev" "/dev/fb1" - - Option "SwapbuffersWait" "true" -EndSection diff --git a/usr/99-fbturbo.conf-HDMI b/usr/99-fbturbo.conf-HDMI deleted file mode 100644 index 1f2fae0..0000000 --- a/usr/99-fbturbo.conf-HDMI +++ /dev/null @@ -1,16 +0,0 @@ -# This is a minimal sample config file, which can be copied to -# /etc/X11/xorg.conf in order to make the Xorg server pick up -# and load xf86-video-fbturbo driver installed in the system. -# -# When troubleshooting, check /var/log/Xorg.0.log for the debugging -# output and error messages. -# Run "man fbturbo" to get additional information about the extra -# configuration options for tuning the driver. - -Section "Device" - Identifier "Allwinner A10/A13/A20 FBDEV" - Driver "fbturbo" - Option "fbdev" "/dev/fb0" - - Option "SwapbuffersWait" "true" -EndSection diff --git a/usr/bcm2709-rpi-2-b.dtb b/usr/bcm2709-rpi-2-b.dtb deleted file mode 100644 index 42ced28..0000000 Binary files a/usr/bcm2709-rpi-2-b.dtb and /dev/null differ diff --git a/usr/bcm2710-rpi-3-b.dtb b/usr/bcm2710-rpi-3-b.dtb deleted file mode 100644 index d2bf942..0000000 Binary files a/usr/bcm2710-rpi-3-b.dtb and /dev/null differ diff --git a/usr/cmdline.txt b/usr/cmdline.txt deleted file mode 100644 index 936142b..0000000 --- a/usr/cmdline.txt +++ /dev/null @@ -1 +0,0 @@ -dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo diff --git a/usr/cmdline.txt-noobs b/usr/cmdline.txt-noobs deleted file mode 100644 index 736488e..0000000 --- a/usr/cmdline.txt-noobs +++ /dev/null @@ -1 +0,0 @@ -dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo diff --git a/usr/inittab b/usr/inittab deleted file mode 100644 index 174e8fb..0000000 --- a/usr/inittab +++ /dev/null @@ -1,72 +0,0 @@ -# /etc/inittab: init(8) configuration. -# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $ - -# The default runlevel. -id:2:initdefault: - -# Boot-time system configuration/initialization script. -# This is run first except when booting in emergency (-b) mode. -si::sysinit:/etc/init.d/rcS - -# What to do in single-user mode. -~~:S:wait:/sbin/sulogin - -# /etc/init.d executes the S and K scripts upon change -# of runlevel. -# -# Runlevel 0 is halt. -# Runlevel 1 is single-user. -# Runlevels 2-5 are multi-user. -# Runlevel 6 is reboot. - -l0:0:wait:/etc/init.d/rc 0 -l1:1:wait:/etc/init.d/rc 1 -l2:2:wait:/etc/init.d/rc 2 -l3:3:wait:/etc/init.d/rc 3 -l4:4:wait:/etc/init.d/rc 4 -l5:5:wait:/etc/init.d/rc 5 -l6:6:wait:/etc/init.d/rc 6 -# Normally not reached, but fallthrough in case of emergency. -z6:6:respawn:/sbin/sulogin - -# What to do when CTRL-ALT-DEL is pressed. -ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now - -# Action on special keypress (ALT-UpArrow). -#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work." - -# What to do when the power fails/returns. -pf::powerwait:/etc/init.d/powerfail start -pn::powerfailnow:/etc/init.d/powerfail now -po::powerokwait:/etc/init.d/powerfail stop - -# /sbin/getty invocations for the runlevels. -# -# The "id" field MUST be the same as the last -# characters of the device (after "tty"). -# -# Format: -# ::: -# -# Note that on most Debian systems tty7 is used by the X Window System, -# so if you want to add more getty's go ahead but skip tty7 if you run X. -# -1:2345:respawn:/sbin/getty --noclear 38400 tty1 -2:23:respawn:/sbin/getty 38400 tty2 -3:23:respawn:/sbin/getty 38400 tty3 -4:23:respawn:/sbin/getty 38400 tty4 -5:23:respawn:/sbin/getty 38400 tty5 -6:23:respawn:/sbin/getty 38400 tty6 - -# Example how to put a getty on a serial line (for a terminal) -# -#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 -#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 - -# Example how to put a getty on a modem line. -# -#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3 - - -#Spawn a getty on Raspberry Pi serial line -T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 diff --git a/usr/mhs24-overlay.dtb b/usr/mhs24-overlay.dtb deleted file mode 100644 index 83ae9d7..0000000 Binary files a/usr/mhs24-overlay.dtb and /dev/null differ diff --git a/usr/mhs32-overlay.dtb b/usr/mhs32-overlay.dtb deleted file mode 100644 index afb5864..0000000 Binary files a/usr/mhs32-overlay.dtb and /dev/null differ diff --git a/usr/mhs35-overlay.dtb b/usr/mhs35-overlay.dtb deleted file mode 100644 index 8e983db..0000000 Binary files a/usr/mhs35-overlay.dtb and /dev/null differ diff --git a/usr/mhs395-overlay.dtb b/usr/mhs395-overlay.dtb deleted file mode 100644 index f5576c3..0000000 Binary files a/usr/mhs395-overlay.dtb and /dev/null differ diff --git a/usr/mis35-overlay.dtb b/usr/mis35-overlay.dtb deleted file mode 100644 index b583a2c..0000000 Binary files a/usr/mis35-overlay.dtb and /dev/null differ diff --git a/usr/modules-HDMI b/usr/modules-HDMI deleted file mode 100644 index 8dcd5f7..0000000 --- a/usr/modules-HDMI +++ /dev/null @@ -1,13 +0,0 @@ -# /etc/modules: kernel modules to load at boot time. -# -# This file contains the names of kernel modules that should be loaded -# at boot time, one per line. Lines beginning with "#" are ignored. -# Parameters can be specified after the module name. - -snd-bcm2835 -i2c-bcm2708 -i2c-dev - -#flexfb width=320 height=480 regwidth=16 init=-1,0xb0,0x0,-1,0x11,-2,250,-1,0x3A,0x55,-1,0xC2,0x44,-1,0xC5,0x00,0x00,0x00,0x00,-1,0xE0,0x0F,0x1F,0x1C,0x0C,0x0F,0x08,0x48,0x98,0x37,0x0A,0x13,0x04,0x11,0x0D,0x00,-1,0xE1,0x0F,0x32,0x2E,0x0B,0x0D,0x05,0x47,0x75,0x37,0x06,0x10,0x03,0x24,0x20,0x00,-1,0xE2,0x0F,0x32,0x2E,0x0B,0x0D,0x05,0x47,0x75,0x37,0x06,0x10,0x03,0x24,0x20,0x00,-1,0x36,0x28,-1,0x11,-1,0x29,-3 -#fbtft_device debug=3 rotate=90 name=flexfb speed=16000000 gpios=reset:25,dc:24 -#ads7846_device model=7846 cs=1 gpio_pendown=17 keep_vref_on=1 swap_xy=1 pressure_max=255 x_plate_ohms=60 x_min=200 x_max=3900 y_min=200 y_max=3900 diff --git a/usr/qddpi24.dtb b/usr/qddpi24.dtb deleted file mode 100644 index 957800b..0000000 Binary files a/usr/qddpi24.dtb and /dev/null differ diff --git a/usr/tft35a-overlay.dtb b/usr/tft35a-overlay.dtb deleted file mode 100644 index b3ed2f3..0000000 Binary files a/usr/tft35a-overlay.dtb and /dev/null differ diff --git a/usr/tft9341-overlay.dtb b/usr/tft9341-overlay.dtb deleted file mode 100644 index 2162ba6..0000000 Binary files a/usr/tft9341-overlay.dtb and /dev/null differ diff --git a/xinput-calibrator_0.7.5-1_armhf.deb b/xinput-calibrator_0.7.5-1_armhf.deb deleted file mode 100644 index 3ec2d5e..0000000 Binary files a/xinput-calibrator_0.7.5-1_armhf.deb and /dev/null differ diff --git a/xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb b/xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb deleted file mode 100644 index 3bae710..0000000 Binary files a/xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb and /dev/null differ diff --git a/xserver-xorg-input-evdev_2.10.5-1_armhf.deb b/xserver-xorg-input-evdev_2.10.5-1_armhf.deb deleted file mode 100644 index 1cdf3f9..0000000 Binary files a/xserver-xorg-input-evdev_2.10.5-1_armhf.deb and /dev/null differ