Using WaveShare / SainSmart 3.2 inch RPi LCD whit RPi 3
I brought a WaveShare / SainSmart 3.2 inch RPi LCD I’ve followed this instructions with some modification: Using raspbian 2016/03/18 http://hardware-libre.fr/2015/07/review-guide-waveshare-sainsmart-3-2-inch-rpi-lcd/ fbtft module entered into staging using it vi add fbtft into /et/modules cd /tmp git clone https://github.com/swkim01/waveshare-dtoverlays.git sudo cp waveshare-dtoverlays/*.dtb /boot/overlays/ /etc/udev/rules.d/touchscreen.rules SUBSYSTEM==”input”, KERNEL==”event[0-9]*”, ATTRS{name}==”ADS7846*”, SYMLINK+=”input/touchscreen” SUBSYSTEM==”input”, ATTRS{name}==”stmpe-ts”, ENV{DEVNAME}==”*event*”, SYMLINK+=”input/touchscreen”