Nathanael Asher
Nathanael Asher
If you could also send it to me, that would be great!
Instead of changing directories and displaying the files it just stays in the same directory and shows the files as folders (with no contents) instead.
I’m on a raspberry pi so I couldn’t take a screenshot, but here’s the best picture I could take. This is after changing directories with os.chdir then trying to change...
What version of python does 4.1.4 require?
Thanks. I was installing it from the apt repositories so it was a old version. I will try installing it differently now.
I will work on fixing that.
It should work now.
It is working for me with this code: ```python spi = machine.SPI(1, baudrate=40000000) ``` It could be the pins you are using. I am not sure.
 It is only shown when I try to draw text (Text does usually work, it is only sometimes)
There is no way to get a st7789.py file (that I know of) but you can look in the README.md file for a list of the attributes (with needed arguments)...