├── LCD-hdmi ├── LCD101-1024x600-show ├── LCD154-show ├── LCD28-show ├── LCD28-show-V2 ├── LCD32-show ├── LCD32C-show ├── LCD35-HDMI-480x320-show ├── LCD35-HDMI-800x480-show ├── LCD35-show ├── LCD35B-show ├── LCD35B-show-V2 ├── LCD35C-show ├── LCD4-800x480-show ├── LCD4-show ├── LCD43-show ├── LCD43-show-V2 ├── LCD4C-show ├── LCD5-show ├── LCD7-1024x600-show ├── LCD7-800x480-show ├── README.md ├── boot ├── config-101-1024x600.txt ├── config-101-1024x600.txt-180 ├── config-101-1024x600.txt-270 ├── config-101-1024x600.txt-90 ├── config-154.txt ├── config-154.txt-90 ├── config-28-v2.txt ├── config-28-v2.txt-180 ├── config-28-v2.txt-180-lite ├── config-28-v2.txt-270 ├── config-28-v2.txt-270-lite ├── config-28-v2.txt-90 ├── config-28-v2.txt-90-lite ├── config-28-v2.txt-retropie ├── config-32.txt ├── config-32.txt-180 ├── config-32.txt-180-lite ├── config-32.txt-270 ├── config-32.txt-270-lite ├── config-32.txt-90 ├── config-32.txt-90-lite ├── config-32.txt-retropie ├── config-32c.txt ├── config-32c.txt-180 ├── config-32c.txt-180-lite ├── config-32c.txt-270 ├── config-32c.txt-270-lite ├── config-32c.txt-90 ├── config-32c.txt-90-lite ├── config-32c.txt-retropie ├── config-35.txt ├── config-35.txt-180 ├── config-35.txt-180-lite ├── config-35.txt-270 ├── config-35.txt-270-lite ├── config-35.txt-90 ├── config-35.txt-90-lite ├── config-35.txt-retropie ├── config-35H-480x320.txt ├── config-35H-480x320.txt-180 ├── config-35H-480x320.txt-270 ├── config-35H-480x320.txt-90 ├── config-35b-v2.txt ├── config-35b-v2.txt-180 ├── config-35b-v2.txt-180-lite ├── config-35b-v2.txt-180t ├── config-35b-v2.txt-270 ├── config-35b-v2.txt-270-lite ├── config-35b-v2.txt-90 ├── config-35b-v2.txt-90-lite ├── config-35b-v2.txt-retropie ├── config-35b.txt ├── config-35b.txt-180 ├── config-35b.txt-180-lite ├── config-35b.txt-180-liteY ├── config-35b.txt-270 ├── config-35b.txt-270-lite ├── config-35b.txt-90 ├── config-35b.txt-90-lite ├── config-35b.txt-retropie ├── config-35c.txt ├── config-35c.txt-180 ├── config-35c.txt-180-lite ├── config-35c.txt-270 ├── config-35c.txt-270-lite ├── config-35c.txt-90 ├── config-35c.txt-90-lite ├── config-35c.txt-lite ├── config-35c.txt-retropie ├── config-4-800x480.txt ├── config-4-800x480.txt-180 ├── config-4-800x480.txt-270 ├── config-4-800x480.txt-90 ├── config-4.txt ├── config-4.txt-180 ├── config-4.txt-180-lite ├── config-4.txt-270 ├── config-4.txt-270-lite ├── config-4.txt-90 ├── config-4.txt-90-lite ├── config-4.txt-retropie ├── config-43.txt ├── config-43.txt-180 ├── config-43.txt-180-v2 ├── config-43.txt-270 ├── config-43.txt-270-v2 ├── config-43.txt-90 ├── config-43.txt-90-v2 ├── config-43.txt-v2 ├── config-4c.txt ├── config-4c.txt-180 ├── config-4c.txt-180-lite ├── config-4c.txt-270 ├── config-4c.txt-270-lite ├── config-4c.txt-90 ├── config-4c.txt-90-lite ├── config-4c.txt-lite ├── config-4c.txt-retropie ├── config-5.txt ├── config-5.txt-180 ├── config-5.txt-270 ├── config-5.txt-90 ├── config-7-1024x600.txt ├── config-7-1024x600.txt-180 ├── config-7-1024x600.txt-270 ├── config-7-1024x600.txt-90 ├── config-7-800x480.txt ├── config-7-800x480.txt-180 ├── config-7-800x480.txt-270 ├── config-7-800x480.txt-90 ├── config-mhs32.txt ├── config-mhs35.txt ├── config-mhs395.txt ├── config-nomal.txt ├── mark └── shh-reboot ├── cmdline.txt ├── cmdline.txt-noobs ├── dtc.sh ├── etc ├── X11 │ └── xorg.conf.d │ │ ├── 99-calibration.conf-101-1024x600 │ │ ├── 99-calibration.conf-101-1024x600-180 │ │ ├── 99-calibration.conf-101-1024x600-270 │ │ ├── 99-calibration.conf-101-1024x600-90 │ │ ├── 99-calibration.conf-154 │ │ ├── 99-calibration.conf-154-90 │ │ ├── 99-calibration.conf-28-v2 │ │ ├── 99-calibration.conf-28-v2-180 │ │ ├── 99-calibration.conf-28-v2-270 │ │ ├── 99-calibration.conf-28-v2-90 │ │ ├── 99-calibration.conf-28-v2-90-lite │ │ ├── 99-calibration.conf-32 │ │ ├── 99-calibration.conf-32-180 │ │ ├── 99-calibration.conf-32-270 │ │ ├── 99-calibration.conf-32-90 │ │ ├── 99-calibration.conf-32c │ │ ├── 99-calibration.conf-32c-180 │ │ ├── 99-calibration.conf-32c-270 │ │ ├── 99-calibration.conf-32c-90 │ │ ├── 99-calibration.conf-35 │ │ ├── 99-calibration.conf-35-180 │ │ ├── 99-calibration.conf-35-270 │ │ ├── 99-calibration.conf-35-90 │ │ ├── 99-calibration.conf-35H │ │ ├── 99-calibration.conf-35b │ │ ├── 99-calibration.conf-35b-180 │ │ ├── 99-calibration.conf-35b-270 │ │ ├── 99-calibration.conf-35b-90 │ │ ├── 99-calibration.conf-35c │ │ ├── 99-calibration.conf-35c-180 │ │ ├── 99-calibration.conf-35c-270 │ │ ├── 99-calibration.conf-35c-90 │ │ ├── 99-calibration.conf-4 │ │ ├── 99-calibration.conf-4-180 │ │ ├── 99-calibration.conf-4-270 │ │ ├── 99-calibration.conf-4-90 │ │ ├── 99-calibration.conf-43 │ │ ├── 99-calibration.conf-43-180 │ │ ├── 99-calibration.conf-43-270 │ │ ├── 99-calibration.conf-43-90 │ │ ├── 99-calibration.conf-4c │ │ ├── 99-calibration.conf-4c-180 │ │ ├── 99-calibration.conf-4c-180-bk │ │ ├── 99-calibration.conf-4c-270 │ │ ├── 99-calibration.conf-4c-90 │ │ ├── 99-calibration.conf-4c-bk │ │ ├── 99-calibration.conf-5 │ │ ├── 99-calibration.conf-5-180 │ │ ├── 99-calibration.conf-5-270 │ │ ├── 99-calibration.conf-5-270T │ │ ├── 99-calibration.conf-5-90 │ │ ├── 99-calibration.conf-7-1024x600 │ │ ├── 99-calibration.conf-7-1024x600-180 │ │ ├── 99-calibration.conf-7-1024x600-270 │ │ └── 99-calibration.conf-7-1024x600-90 ├── modprobe.d │ └── joystick.conf ├── modules ├── rc.local ├── rc.local-154 ├── rc.local-154-90 ├── rc.local-gpio ├── rc.local-gpio-28 └── rc.local-kali ├── inittab ├── mk_arcade_joystick_rpi-master ├── DEBIAN │ ├── control │ ├── postinst │ └── prerm ├── LICENSE ├── Makefile ├── Makefile.cross ├── README.md ├── dkms.conf ├── mk_arcade_joystick_rpi.c ├── utils │ ├── custombuild │ ├── install.sh │ └── makepackage.sh └── wiki │ └── images │ ├── mk_joystick_arcade_GPIOs.png │ ├── mk_joystick_arcade_GPIOs.xcf │ ├── mk_joystick_arcade_GPIOsb+.png │ ├── mk_joystick_arcade_GPIOsb+.xcf │ ├── mk_joystick_arcade_mcp23017.png │ └── mk_joystick_arcade_mcp23017.xcf ├── nes ├── 100in1.zip ├── 13in1.zip ├── 42in1.zip ├── 700in1.zip ├── Battle City (J).nes ├── CONTRA.NES ├── MARIO.NES ├── StreetFighterVI12.zip ├── mario3.zip ├── samurai.zip └── tmnt2.zip ├── rpi-fbcp ├── CMakeLists.txt ├── README.md ├── build │ ├── CMakeCache.txt │ ├── CMakeFiles │ │ ├── 3.7.2 │ │ │ ├── CMakeCCompiler.cmake │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ ├── CMakeSystem.cmake │ │ │ ├── CompilerIdC │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ └── a.out │ │ │ └── CompilerIdCXX │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ └── a.out │ │ ├── CMakeDirectoryInformation.cmake │ │ ├── CMakeOutput.log │ │ ├── Makefile.cmake │ │ ├── Makefile2 │ │ ├── TargetDirectories.txt │ │ ├── cmake.check_cache │ │ ├── fbcp.dir │ │ │ ├── C.includecache │ │ │ ├── DependInfo.cmake │ │ │ ├── build.make │ │ │ ├── cmake_clean.cmake │ │ │ ├── depend.internal │ │ │ ├── depend.make │ │ │ ├── flags.make │ │ │ ├── link.txt │ │ │ ├── main.c.o │ │ │ └── progress.make │ │ ├── feature_tests.bin │ │ ├── feature_tests.c │ │ ├── feature_tests.cxx │ │ └── progress.marks │ ├── Makefile │ ├── cmake_install.cmake │ └── fbcp └── main.c ├── st7789_module ├── .Module.symvers.cmd ├── .fb_st7789v.ko.cmd ├── .fb_st7789v.mod.cmd ├── .fb_st7789v.mod.o.cmd ├── .fb_st7789v.o.cmd ├── .modules.order.cmd ├── Makefile ├── Module.symvers ├── fb_st7789v.c ├── fb_st7789v.ko ├── fb_st7789v.mod ├── fb_st7789v.mod.c ├── fb_st7789v.mod.o ├── fb_st7789v.o ├── fbtft.h └── modules.order ├── usr └── share │ └── X11 │ └── xorg.conf.d │ ├── 45-evdev.conf │ ├── 99-fbturbo.conf │ ├── 99-fbturbo.conf-HDMI │ ├── 99-fbturbo.conf-kali │ └── 99-fbturbo.conf-kali-HDMI ├── waveshare28-v2.dtbo ├── waveshare32b-overlay.dtb ├── waveshare32c-overlay.dtb ├── waveshare35a-overlay.dtb ├── waveshare35b-overlay.dtb ├── waveshare35b-v2-overlay.dtb ├── waveshare35c-overlay.dtb ├── waveshare4c-overlay.dtb └── xinput-calibrator_0.7.5-1_armhf.deb /LCD-hdmi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD-hdmi -------------------------------------------------------------------------------- /LCD101-1024x600-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD101-1024x600-show -------------------------------------------------------------------------------- /LCD154-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD154-show -------------------------------------------------------------------------------- /LCD28-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD28-show -------------------------------------------------------------------------------- /LCD28-show-V2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD28-show-V2 -------------------------------------------------------------------------------- /LCD32-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD32-show -------------------------------------------------------------------------------- /LCD32C-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD32C-show -------------------------------------------------------------------------------- /LCD35-HDMI-480x320-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35-HDMI-480x320-show -------------------------------------------------------------------------------- /LCD35-HDMI-800x480-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35-HDMI-800x480-show -------------------------------------------------------------------------------- /LCD35-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35-show -------------------------------------------------------------------------------- /LCD35B-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35B-show -------------------------------------------------------------------------------- /LCD35B-show-V2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35B-show-V2 -------------------------------------------------------------------------------- /LCD35C-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD35C-show -------------------------------------------------------------------------------- /LCD4-800x480-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD4-800x480-show -------------------------------------------------------------------------------- /LCD4-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD4-show -------------------------------------------------------------------------------- /LCD43-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD43-show -------------------------------------------------------------------------------- /LCD43-show-V2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD43-show-V2 -------------------------------------------------------------------------------- /LCD4C-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD4C-show -------------------------------------------------------------------------------- /LCD5-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD5-show -------------------------------------------------------------------------------- /LCD7-1024x600-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD7-1024x600-show -------------------------------------------------------------------------------- /LCD7-800x480-show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/LCD7-800x480-show -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/README.md -------------------------------------------------------------------------------- /boot/config-101-1024x600.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-101-1024x600.txt -------------------------------------------------------------------------------- /boot/config-101-1024x600.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-101-1024x600.txt-180 -------------------------------------------------------------------------------- /boot/config-101-1024x600.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-101-1024x600.txt-270 -------------------------------------------------------------------------------- /boot/config-101-1024x600.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-101-1024x600.txt-90 -------------------------------------------------------------------------------- /boot/config-154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-154.txt -------------------------------------------------------------------------------- /boot/config-154.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-154.txt-90 -------------------------------------------------------------------------------- /boot/config-28-v2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt -------------------------------------------------------------------------------- /boot/config-28-v2.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-180 -------------------------------------------------------------------------------- /boot/config-28-v2.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-180-lite -------------------------------------------------------------------------------- /boot/config-28-v2.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-270 -------------------------------------------------------------------------------- /boot/config-28-v2.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-270-lite -------------------------------------------------------------------------------- /boot/config-28-v2.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-90 -------------------------------------------------------------------------------- /boot/config-28-v2.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-90-lite -------------------------------------------------------------------------------- /boot/config-28-v2.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-28-v2.txt-retropie -------------------------------------------------------------------------------- /boot/config-32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt -------------------------------------------------------------------------------- /boot/config-32.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-180 -------------------------------------------------------------------------------- /boot/config-32.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-180-lite -------------------------------------------------------------------------------- /boot/config-32.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-270 -------------------------------------------------------------------------------- /boot/config-32.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-270-lite -------------------------------------------------------------------------------- /boot/config-32.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-90 -------------------------------------------------------------------------------- /boot/config-32.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-90-lite -------------------------------------------------------------------------------- /boot/config-32.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32.txt-retropie -------------------------------------------------------------------------------- /boot/config-32c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt -------------------------------------------------------------------------------- /boot/config-32c.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-180 -------------------------------------------------------------------------------- /boot/config-32c.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-180-lite -------------------------------------------------------------------------------- /boot/config-32c.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-270 -------------------------------------------------------------------------------- /boot/config-32c.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-270-lite -------------------------------------------------------------------------------- /boot/config-32c.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-90 -------------------------------------------------------------------------------- /boot/config-32c.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-90-lite -------------------------------------------------------------------------------- /boot/config-32c.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-32c.txt-retropie -------------------------------------------------------------------------------- /boot/config-35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt -------------------------------------------------------------------------------- /boot/config-35.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-180 -------------------------------------------------------------------------------- /boot/config-35.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-180-lite -------------------------------------------------------------------------------- /boot/config-35.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-270 -------------------------------------------------------------------------------- /boot/config-35.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-270-lite -------------------------------------------------------------------------------- /boot/config-35.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-90 -------------------------------------------------------------------------------- /boot/config-35.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-90-lite -------------------------------------------------------------------------------- /boot/config-35.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35.txt-retropie -------------------------------------------------------------------------------- /boot/config-35H-480x320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35H-480x320.txt -------------------------------------------------------------------------------- /boot/config-35H-480x320.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35H-480x320.txt-180 -------------------------------------------------------------------------------- /boot/config-35H-480x320.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35H-480x320.txt-270 -------------------------------------------------------------------------------- /boot/config-35H-480x320.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35H-480x320.txt-90 -------------------------------------------------------------------------------- /boot/config-35b-v2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-180 -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-180-lite -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-180t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-180t -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-270 -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-270-lite -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-90 -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-90-lite -------------------------------------------------------------------------------- /boot/config-35b-v2.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b-v2.txt-retropie -------------------------------------------------------------------------------- /boot/config-35b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt -------------------------------------------------------------------------------- /boot/config-35b.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-180 -------------------------------------------------------------------------------- /boot/config-35b.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-180-lite -------------------------------------------------------------------------------- /boot/config-35b.txt-180-liteY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-180-liteY -------------------------------------------------------------------------------- /boot/config-35b.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-270 -------------------------------------------------------------------------------- /boot/config-35b.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-270-lite -------------------------------------------------------------------------------- /boot/config-35b.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-90 -------------------------------------------------------------------------------- /boot/config-35b.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-90-lite -------------------------------------------------------------------------------- /boot/config-35b.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35b.txt-retropie -------------------------------------------------------------------------------- /boot/config-35c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt -------------------------------------------------------------------------------- /boot/config-35c.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-180 -------------------------------------------------------------------------------- /boot/config-35c.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-180-lite -------------------------------------------------------------------------------- /boot/config-35c.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-270 -------------------------------------------------------------------------------- /boot/config-35c.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-270-lite -------------------------------------------------------------------------------- /boot/config-35c.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-90 -------------------------------------------------------------------------------- /boot/config-35c.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-90-lite -------------------------------------------------------------------------------- /boot/config-35c.txt-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-lite -------------------------------------------------------------------------------- /boot/config-35c.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-35c.txt-retropie -------------------------------------------------------------------------------- /boot/config-4-800x480.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4-800x480.txt -------------------------------------------------------------------------------- /boot/config-4-800x480.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4-800x480.txt-180 -------------------------------------------------------------------------------- /boot/config-4-800x480.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4-800x480.txt-270 -------------------------------------------------------------------------------- /boot/config-4-800x480.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4-800x480.txt-90 -------------------------------------------------------------------------------- /boot/config-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt -------------------------------------------------------------------------------- /boot/config-4.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-180 -------------------------------------------------------------------------------- /boot/config-4.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-180-lite -------------------------------------------------------------------------------- /boot/config-4.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-270 -------------------------------------------------------------------------------- /boot/config-4.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-270-lite -------------------------------------------------------------------------------- /boot/config-4.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-90 -------------------------------------------------------------------------------- /boot/config-4.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-90-lite -------------------------------------------------------------------------------- /boot/config-4.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4.txt-retropie -------------------------------------------------------------------------------- /boot/config-43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt -------------------------------------------------------------------------------- /boot/config-43.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-180 -------------------------------------------------------------------------------- /boot/config-43.txt-180-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-180-v2 -------------------------------------------------------------------------------- /boot/config-43.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-270 -------------------------------------------------------------------------------- /boot/config-43.txt-270-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-270-v2 -------------------------------------------------------------------------------- /boot/config-43.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-90 -------------------------------------------------------------------------------- /boot/config-43.txt-90-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-90-v2 -------------------------------------------------------------------------------- /boot/config-43.txt-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-43.txt-v2 -------------------------------------------------------------------------------- /boot/config-4c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt -------------------------------------------------------------------------------- /boot/config-4c.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-180 -------------------------------------------------------------------------------- /boot/config-4c.txt-180-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-180-lite -------------------------------------------------------------------------------- /boot/config-4c.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-270 -------------------------------------------------------------------------------- /boot/config-4c.txt-270-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-270-lite -------------------------------------------------------------------------------- /boot/config-4c.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-90 -------------------------------------------------------------------------------- /boot/config-4c.txt-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-90-lite -------------------------------------------------------------------------------- /boot/config-4c.txt-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-lite -------------------------------------------------------------------------------- /boot/config-4c.txt-retropie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-4c.txt-retropie -------------------------------------------------------------------------------- /boot/config-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-5.txt -------------------------------------------------------------------------------- /boot/config-5.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-5.txt-180 -------------------------------------------------------------------------------- /boot/config-5.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-5.txt-270 -------------------------------------------------------------------------------- /boot/config-5.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-5.txt-90 -------------------------------------------------------------------------------- /boot/config-7-1024x600.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-1024x600.txt -------------------------------------------------------------------------------- /boot/config-7-1024x600.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-1024x600.txt-180 -------------------------------------------------------------------------------- /boot/config-7-1024x600.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-1024x600.txt-270 -------------------------------------------------------------------------------- /boot/config-7-1024x600.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-1024x600.txt-90 -------------------------------------------------------------------------------- /boot/config-7-800x480.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-800x480.txt -------------------------------------------------------------------------------- /boot/config-7-800x480.txt-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-800x480.txt-180 -------------------------------------------------------------------------------- /boot/config-7-800x480.txt-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-800x480.txt-270 -------------------------------------------------------------------------------- /boot/config-7-800x480.txt-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-7-800x480.txt-90 -------------------------------------------------------------------------------- /boot/config-mhs32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-mhs32.txt -------------------------------------------------------------------------------- /boot/config-mhs35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-mhs35.txt -------------------------------------------------------------------------------- /boot/config-mhs395.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-mhs395.txt -------------------------------------------------------------------------------- /boot/config-nomal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/config-nomal.txt -------------------------------------------------------------------------------- /boot/mark: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /boot/shh-reboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/boot/shh-reboot -------------------------------------------------------------------------------- /cmdline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/cmdline.txt -------------------------------------------------------------------------------- /cmdline.txt-noobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/cmdline.txt-noobs -------------------------------------------------------------------------------- /dtc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/dtc.sh -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-101-1024x600-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-154: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-154 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-154-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-154-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-28-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-28-v2 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-28-v2-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-28-v2-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-28-v2-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-28-v2-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-28-v2-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-28-v2-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-28-v2-90-lite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-28-v2-90-lite -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32c -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32c-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32c-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32c-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32c-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-32c-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-32c-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35H -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35b -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35b-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35b-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35b-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35b-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35b-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35b-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35c -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35c-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35c-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35c-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35c-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-35c-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-35c-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-43 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-43-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-43-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-43-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-43-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-43-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-43-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c-180-bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c-180-bk -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-4c-bk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-4c-bk -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-5 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-5-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-5-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-5-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-5-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-5-270T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-5-270T -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-5-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-5-90 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-180 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-270: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-270 -------------------------------------------------------------------------------- /etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/X11/xorg.conf.d/99-calibration.conf-7-1024x600-90 -------------------------------------------------------------------------------- /etc/modprobe.d/joystick.conf: -------------------------------------------------------------------------------- 1 | options mk_arcade_joystick_rpi map=1 2 | -------------------------------------------------------------------------------- /etc/modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/modules -------------------------------------------------------------------------------- /etc/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/rc.local -------------------------------------------------------------------------------- /etc/rc.local-154: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/rc.local-154 -------------------------------------------------------------------------------- /etc/rc.local-154-90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/rc.local-154-90 -------------------------------------------------------------------------------- /etc/rc.local-gpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/rc.local-gpio -------------------------------------------------------------------------------- /etc/rc.local-gpio-28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/etc/rc.local-gpio-28 -------------------------------------------------------------------------------- /etc/rc.local-kali: -------------------------------------------------------------------------------- 1 | sleep 10 2 | 3 | FRAMEBUFFER=/dev/fb1 startx & 4 | 5 | exit 0 6 | -------------------------------------------------------------------------------- /inittab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/inittab -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/DEBIAN/control -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/DEBIAN/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/DEBIAN/postinst -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/DEBIAN/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/DEBIAN/prerm -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/LICENSE -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/Makefile -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/Makefile.cross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/Makefile.cross -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/README.md -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/dkms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/dkms.conf -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/mk_arcade_joystick_rpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/mk_arcade_joystick_rpi.c -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/utils/custombuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/utils/custombuild -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/utils/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/utils/install.sh -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/utils/makepackage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/utils/makepackage.sh -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOs.png -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOs.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOs.xcf -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOsb+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOsb+.png -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOsb+.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_GPIOsb+.xcf -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_mcp23017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_mcp23017.png -------------------------------------------------------------------------------- /mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_mcp23017.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/mk_arcade_joystick_rpi-master/wiki/images/mk_joystick_arcade_mcp23017.xcf -------------------------------------------------------------------------------- /nes/100in1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/100in1.zip -------------------------------------------------------------------------------- /nes/13in1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/13in1.zip -------------------------------------------------------------------------------- /nes/42in1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/42in1.zip -------------------------------------------------------------------------------- /nes/700in1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/700in1.zip -------------------------------------------------------------------------------- /nes/Battle City (J).nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/Battle City (J).nes -------------------------------------------------------------------------------- /nes/CONTRA.NES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/CONTRA.NES -------------------------------------------------------------------------------- /nes/MARIO.NES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/MARIO.NES -------------------------------------------------------------------------------- /nes/StreetFighterVI12.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/StreetFighterVI12.zip -------------------------------------------------------------------------------- /nes/mario3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/mario3.zip -------------------------------------------------------------------------------- /nes/samurai.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/samurai.zip -------------------------------------------------------------------------------- /nes/tmnt2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/nes/tmnt2.zip -------------------------------------------------------------------------------- /rpi-fbcp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/CMakeLists.txt -------------------------------------------------------------------------------- /rpi-fbcp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/README.md -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeCache.txt -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CMakeSystem.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdC/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdC/a.out -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdCXX/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/3.7.2/CompilerIdCXX/a.out -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/CMakeDirectoryInformation.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/CMakeDirectoryInformation.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/CMakeOutput.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/CMakeOutput.log -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/Makefile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/Makefile.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/Makefile2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/Makefile2 -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/C.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/C.includecache -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/DependInfo.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/build.make -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/depend.internal -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/depend.make -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/flags.make -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/link.txt -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/main.c.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/main.c.o -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/fbcp.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/fbcp.dir/progress.make -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/feature_tests.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/feature_tests.bin -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/feature_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/feature_tests.c -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/feature_tests.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/CMakeFiles/feature_tests.cxx -------------------------------------------------------------------------------- /rpi-fbcp/build/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 2 2 | -------------------------------------------------------------------------------- /rpi-fbcp/build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/Makefile -------------------------------------------------------------------------------- /rpi-fbcp/build/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/cmake_install.cmake -------------------------------------------------------------------------------- /rpi-fbcp/build/fbcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/build/fbcp -------------------------------------------------------------------------------- /rpi-fbcp/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/rpi-fbcp/main.c -------------------------------------------------------------------------------- /st7789_module/.Module.symvers.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.Module.symvers.cmd -------------------------------------------------------------------------------- /st7789_module/.fb_st7789v.ko.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.fb_st7789v.ko.cmd -------------------------------------------------------------------------------- /st7789_module/.fb_st7789v.mod.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.fb_st7789v.mod.cmd -------------------------------------------------------------------------------- /st7789_module/.fb_st7789v.mod.o.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.fb_st7789v.mod.o.cmd -------------------------------------------------------------------------------- /st7789_module/.fb_st7789v.o.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.fb_st7789v.o.cmd -------------------------------------------------------------------------------- /st7789_module/.modules.order.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/.modules.order.cmd -------------------------------------------------------------------------------- /st7789_module/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/Makefile -------------------------------------------------------------------------------- /st7789_module/Module.symvers: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.c -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.ko -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.mod -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.mod.c -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.mod.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.mod.o -------------------------------------------------------------------------------- /st7789_module/fb_st7789v.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fb_st7789v.o -------------------------------------------------------------------------------- /st7789_module/fbtft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/fbtft.h -------------------------------------------------------------------------------- /st7789_module/modules.order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/st7789_module/modules.order -------------------------------------------------------------------------------- /usr/share/X11/xorg.conf.d/45-evdev.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/usr/share/X11/xorg.conf.d/45-evdev.conf -------------------------------------------------------------------------------- /usr/share/X11/xorg.conf.d/99-fbturbo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/usr/share/X11/xorg.conf.d/99-fbturbo.conf -------------------------------------------------------------------------------- /usr/share/X11/xorg.conf.d/99-fbturbo.conf-HDMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/usr/share/X11/xorg.conf.d/99-fbturbo.conf-HDMI -------------------------------------------------------------------------------- /usr/share/X11/xorg.conf.d/99-fbturbo.conf-kali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/usr/share/X11/xorg.conf.d/99-fbturbo.conf-kali -------------------------------------------------------------------------------- /usr/share/X11/xorg.conf.d/99-fbturbo.conf-kali-HDMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/usr/share/X11/xorg.conf.d/99-fbturbo.conf-kali-HDMI -------------------------------------------------------------------------------- /waveshare28-v2.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare28-v2.dtbo -------------------------------------------------------------------------------- /waveshare32b-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare32b-overlay.dtb -------------------------------------------------------------------------------- /waveshare32c-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare32c-overlay.dtb -------------------------------------------------------------------------------- /waveshare35a-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare35a-overlay.dtb -------------------------------------------------------------------------------- /waveshare35b-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare35b-overlay.dtb -------------------------------------------------------------------------------- /waveshare35b-v2-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare35b-v2-overlay.dtb -------------------------------------------------------------------------------- /waveshare35c-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare35c-overlay.dtb -------------------------------------------------------------------------------- /waveshare4c-overlay.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/waveshare4c-overlay.dtb -------------------------------------------------------------------------------- /xinput-calibrator_0.7.5-1_armhf.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waveshareteam/LCD-show/HEAD/xinput-calibrator_0.7.5-1_armhf.deb --------------------------------------------------------------------------------