LoveBootCaptain / WeatherPi_TFT

a weather display for a raspberry pi and a TFT display written in python3 and pygame
Other
80 stars 24 forks source link

Not showing up on screen? #40

Open JoshuaRogetsWithPieAndSauce opened 3 years ago

JoshuaRogetsWithPieAndSauce commented 3 years ago

I have followed all the instructions on how to install WeatherPi_TFT but when i start the service nothing happens. The screen is still just on the command line prompt. I am using a generic ili9341 display with a raspberry pi 0 with Jessie minimal. Any help would be appreciated!

HWHardsoft commented 3 years ago

I have the same problem with Raspbian OS. The reason is that Pygame can not redirect the video output to "/dev/fb1". The result is an error with "fbcon" in python.

LoveBootCaptain commented 3 years ago

AZ-Touch users should use @HWHardsoft installation guide: https://github.com/HWHardsoft/AZ-Touch-Pi0-Weather RaspianOS is currently not supported for AT-Touch or WasperPi_TFT. I will update the readme concerning that issue.