I have a problem using itdb2-2.4e tft screen.
2 months ago, I managed to use it. To do so, I followed these intructions :
https://github.com/notro/fbtft/wiki#install
Here is what I did :
Code: Select all
sudo REPO_URI=https://github.com/notro/rpi-firmware rpi-updateCode: Select all
sudo modprobe fbtft_device name=itdb24 gpios=db0:17,db1:18,db2:27,db3:22,db4:23,db5:24,db6:25,db7:4,cs:8,dc:2,wr:3,reset:7Code: Select all
FRAMEBUFFER=/dev/fb1 startxSo I restarted from scratch, with last raspbian image, then :
Code: Select all
sudo apt-get update && sudo apt-get dist-upgrade && sudo rpi-update Do I have to use Tree method ?
If not, what do I have to do ?
Thank's for your help