on my birthday back in march I got a adafruit PID #1601 (touch screen)
I tried the easy install but it did not work so...
I followed their DIY install script here https://learn.adafruit.com/adafruit-pit ... sy-install
I ssh into my rpi to do what it said. This is what I first typed in (like it said)
Code: Select all
curl -SLs https://apt.adafruit.com/add | sudo bash
but the strange thing is when I typed the next bit in
Code: Select all
sudo apt-get install -y adafruit-pitft-helper
I then decided to follow the detailed instructions to try to pin point the problem.
https://learn.adafruit.com/adafruit-pit ... stallation
I passed this part with out any problems.
It was already there so I did not have to do anything.OK since you're not going to run the helper, lets add the device tree overlay manually. Edit /boot/config.txt with
sudo nano /boot/config.txt
and add the following lines at the end:Code: Select all
[pi1] device_tree=bcm2708-rpi-b-plus.dtb [pi2] device_tree=bcm2709-rpi-2-b.dtb [all] dtparam=spi=on dtparam=i2c1=on dtparam=i2c_arm=on dtoverlay=pitft28r,rotate=90,speed=32000000,fps=20
the next thing said this
but when I typed this inRun the following commands to startx on the /dev/fb1 framebuffer, a.k.a PiTFT screen:Code: Select all
sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~ export FRAMEBUFFER=/dev/fb1 startx
Code: Select all
sudo mv /usr/share/X11/xorg.conf.d/99-fbturbo.conf ~
So I am thinking that probably something went hay wire with the kernel install. Could someone that is more knowledgeable with this help me.mv: cannot stat `/usr/share/X11/xorg.conf.d/99-fbturbo.conf': No such file or directory
Note:I am only 14 so please excuse my ignorance that I have at moments

