So, I bought one of these cute little LCD panels that plugs into and RPi and after a couple of tries got it to work just fine. Even figured out how to rotate screen 180 so it can sit upright on a shelf.
Then I (maybe) broke it, by doing apt-get update and apt-get upgrade. Now I have a white screen and no writing. Before reloading from scratch, which may not fix it, where else can I look? Tried rerunning the startup program to no avail. If I reload from scratch, easy enough, but then do an upgrade, will it break again?
Patrick
Re: LCD35
pmcgilla wrote: ↑Fri Jul 31, 2020 9:32 pmSo, I bought one of these cute little LCD panels that plugs into and RPi and after a couple of tries got it to work just fine. Even figured out how to rotate screen 180 so it can sit upright on a shelf.
Then I (maybe) broke it, by doing apt-get update and apt-get upgrade. Now I have a white screen and no writing. Before reloading from scratch, which may not fix it, where else can I look? Tried rerunning the startup program to no avail. If I reload from scratch, easy enough, but then do an upgrade, will it break again?
Patrick
You didn’t mention what display you have but I had the exact problem a few days ago. Bottom line, I had to update the Python libraries.
viewtopic.php?f=28&t=281131
Re: LCD35
That's fine, but in my case it wasn't apt update/upgrade that fixed it.
I needed to do pip3 install --upgrade adafruit_blinka
apt update/upgrade won't upgrade these individual libraries because they weren't installed with apt.
If your screen uses Python libraries you might need to do the same/similar.
Re: LCD35
I've got two brands of those little screens that don't work with the 5.4 kernel. One is a Waveshare and the other is an goodtft/LCDwiki(?). The only fix I found was to go back to the 4.19 kernel. I managed to do that with rpi-update on one but the other I had to burn a new card with the 05/27 Raspbian to get it to work. Just don't upgrade it.
I would assume that all the makers of those little screens with come out with new drivers soon but I haven't seen any yet.
Here is the command I used to get the one to revert to the 4.19 kernel:
sudo rpi-update e1050e94821a70b2e4c72b318d6c6c968552e9a2
I would assume that all the makers of those little screens with come out with new drivers soon but I haven't seen any yet.
Here is the command I used to get the one to revert to the 4.19 kernel:
sudo rpi-update e1050e94821a70b2e4c72b318d6c6c968552e9a2
-
- Posts: 14392
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: LCD35
This https://github.com/notro/fbtft/wiki#ste ... sing-fbtft web page may have a clue to the underlying problem. 5.4 is missing modules that the SPI-connected screens rely on. Not sure what the solution is going to be, but for now, yes, don't upgrade. However, that is a very bad solution in the long run as it means one doesn't get security updates.knute wrote: ↑Sat Aug 01, 2020 7:20 pmI've got two brands of those little screens that don't work with the 5.4 kernel. One is a Waveshare and the other is an goodtft/LCDwiki(?). The only fix I found was to go back to the 4.19 kernel. I managed to do that with rpi-update on one but the other I had to burn a new card with the 05/27 Raspbian to get it to work. Just don't upgrade it.
I would assume that all the makers of those little screens with come out with new drivers soon but I haven't seen any yet.
Here is the command I used to get the one to revert to the 4.19 kernel:
sudo rpi-update e1050e94821a70b2e4c72b318d6c6c968552e9a2
-
- Posts: 14392
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: LCD35
For the TinyLCD 35 it looks like it may need a new dtbo module for kernel 5.4. Maybe...
Re: LCD35
Just a quick update:
It seems this has been fixed. I have successfully installed PEPPY and the latest Rasberry OS with the drivers... I will report on my latest octopi buster release once installed... (Do not want to run an update on my current OctoPi system as it is printing 24/7! - getting ready for XMAS)
It seems this has been fixed. I have successfully installed PEPPY and the latest Rasberry OS with the drivers... I will report on my latest octopi buster release once installed... (Do not want to run an update on my current OctoPi system as it is printing 24/7! - getting ready for XMAS)