New to both python and circuitpython here, so I’m doing all the newbie struggles, despite having done a bunch of c/AVR stuff in the past. (and apologies in advance for any newbie faux pas I might make.) I’m using the ST7735R-based adafruit 1.44” TFT display, and trying to get the progress bar method to work. I had a few other things working on the display, so my first step was to take the progressbar_simpletest.py example and try to get it running on my hardware (Raspberry Pi 4). The example ran without errors, but it only painted the outline of the progress bar on the display, not the moving bar itself. I’ve poked and prodded a bit, and added some debugging odds and ends, but with no success. One thing I added was reporting the value of progress_bar.progress, which shows 0, 0.01, 0.02… as the program runs.
Is there something about the ST7735R that’s making this not work? I can’t think of anything else that’s different between the example and my setup. All methods (and my pi iso) were downloaded in the last week or so, so they should be current. Most likely my issue is some sort of newbie error, but I’d be grateful for any insight or wisdom offered. (test file attached)