The graph should fill in, in the background. Just leave it showing one thing for a while. I’m running the all in one mini python example on a Breakout Garden setup using that display and a BME280. I have mine set to show the Barometric Pressure. The graph slowly fills the screen. Once it goes all the way across the colors start to fill in based on the data.
That’s how its working for me.
Thank you for the help!
I have something to try!
When thre is a power-outage no automatic to start the code is there?
I think I have to put the code manualy in?
Greetings
I autostart my python files on my headless setups via crontab.
from a terminal window I run
sudo crontab -e
and then add
@reboot python3 /home/pi/mypythonfile.py &
Just change the path and file name to match the file you want to run on bootup.
Thank you for your patient.
Can i give you a review?
greetings
rolfrd
Sure, review away. =)