LCD tft screen 3.2" waveshare
-
On the recalbox wiki, please!!! a little search should have bring you to this page https://github.com/recalbox/recalbox-os/wiki/TFT-Screen-SPI-Bus-(EN)
-
@ian57 I have a question regarding tft screens. Are there some significant changes in 4.1 with TFT screens? E.g. easy implementation, support, maybe auto switch HDMI - TFT? Thanks in advance
-
@ian57 Yeap i've tried that before i posted this and and i got stuck at fbcp. In the tutorial it pointed to
[https://github.com/ian57/rpi-fbcp](link url) this ink and said " copy the right binary " which, i went on to download just that one file in the "Pi3Binary" folder named 'fbcp' am i doing the right thing? or should I be copying the main.c or cmakelists.txt too?i put that file into /usr/bin and when i typed "fbcp" in terminal. ( i'm using WinSCP to do that ) the response was "command not found" am i doing something wrong here?
-
@theoldguy the fbcp binary is enough. Don't forget to put the / filesystem in RW mode before copying and make fbcp executable (chmod 755 fbcp) before copy.
-
@ian57 ah i think the chmod 755 step was the one i was missing. I'll try it again thanks.
-
@ian57 !
any ideas why its not working? apologies for the many questions.
-
try to log in via a real ssh console like putty. I don't like error windows in windows from a linux command. That sounds strange to me
-
@ian57 dude ! you're the man! Finally got it working. you're right its a windows issue. I used putty and then everything turned out fine. you might want to add that "chmod 755 fbcp" line into the tutorial. i think that'll be the only point that noobs like me will have to contend with. But besides that. Its perfect!!!
Thanks once again =D
-
@theoldguy thanks fot the feedback, I'm going to add the
chmod
command on the wiki. -
Sorry for reviving this topic, but I think the information about this is few, and some more wouldn´t hurt. So, first of all, I am using Putty, notepad++ and FileZilla. I am following the steps shown on: https://github.com/recalbox/recalbox-os/wiki/TFT-Screen-SPI-Bus-(EN) in order to get a 2.8" tft display from waveshare to work. Why am I following the steps to the 3.2" tft if mine is a diferent version? Well, waveshare says "2.8inch RPi LCD (A) and 3.2inch RPi LCD (B) are compatible with each other (the only differences are screen size and keys count), and can be mutually substituted in most cases." (the website: https://www.waveshare.com/product/2.8inch-rpi-lcd-a.htm) So, I want to verify it by managing my 2.8" display to work with recalbox as well, but I am running into some problems, back to the github guide, (sorry for the newbie language and questions) what does " after getting the binary" means? Should I wait for something after making the change to the file? Well, that´s not the question I want to make. What should I do if the comand (chmod 755 fbcp) shows up as "No such file or directory"? I tried and moved the file from my computer to the directory that was ahead of that comand, that was supposed to run. Then, after that, I tried the command again and guess what, it gave me answer! I was like, ok, it was the wrong order, but then, I tried to run fbcp by writing on Putty: fbcp. No such file... Bla bla. So, the screen as well didn´t change from white. I don´t know what to do. I am a student and wanted to use it as a " console" for a project. I guess I will try again tomorrow but I would apreciatte as much help as possible, so that, after I am sucessful I can post on every forum this in order to people as me don´t have so much work and I can test if the 2.8" works as the 3.2". Thanks again, I will post this on other forums too.