Nathanael Asher

Results 10 comments of 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...

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 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.

![IMG_4411](https://github.com/user-attachments/assets/c0bf6113-7cb4-4f3c-82e4-99a7bd6ad632) 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)...