07-05-2019, 01:11 PM
This is because you still have Exp_Cropped driver running aside.
Can you try :
sudo systemctl stop fbcpCropped.service
sudo systemctl stop fbcpOld.service
sudo systemctl disable fbcpCropped.service
sudo systemctl disable fbcpOld.service
Once done still in SSH try to run 'sudo /home/pi/fbcp-ili9341/build/fbcp-ili9341' to see if you get something on screen (no need to restart at this point).
If this does work at this point, please post the output.
Please note: If fbcpOld.service was used, some modifications need to be make in /boot/config.txt:
"dtparam=spi=on" need to be commented.
Can you try :
sudo systemctl stop fbcpCropped.service
sudo systemctl stop fbcpOld.service
sudo systemctl disable fbcpCropped.service
sudo systemctl disable fbcpOld.service
Once done still in SSH try to run 'sudo /home/pi/fbcp-ili9341/build/fbcp-ili9341' to see if you get something on screen (no need to restart at this point).
If this does work at this point, please post the output.
Please note: If fbcpOld.service was used, some modifications need to be make in /boot/config.txt:
"dtparam=spi=on" need to be commented.