I tried following https://blog.falafel.com/rapi-lcd-display/ and got this
Code: Select all
rpi3:/LCD-show $ ./LCD35-show 0
./LCD35-show[14]: sudo: not found
./LCD35-show[14]: can't create ./boot/mark: Read-only file system
./LCD35-show[32]: sudo: not found
./LCD35-show[32]: sudo: not found
LCD configrue 0
./LCD35-show[34]: sudo: not found
./LCD35-show[35]: sudo: not found
./LCD35-show[36]: sudo: not found
./LCD35-show[37]: sudo: not found
./LCD35-show[38]: sudo: not found
./LCD35-show[45]: sudo: not found
reboot nowOr otherwise how would I get the screen to work? The screen looks exactly like that although I don't know if it's a clone. The driver which is indicated on the packaging I bought it with says ili9486.
I also found this https://github.com/notro/fbtft/blob/master/fb_ili9486.c
But even after reading the wiki https://github.com/notro/fbtft/wiki I had no idea what files I am supposed to copy where to make it work.
Advice please!