pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.28k stars 488 forks source link

Pico display isn't working :( / I'm a bad programmer #996

Open I-cannot-code opened 6 days ago

I-cannot-code commented 6 days ago

I've recently purchased and recieved my pico, and I've believe I set it up right; put it in bootloader mode, downloaded the uf2 file and downloaded thonny. However, every time I try to run code on it to show something on the screen, nothing works! I tried around 1 week ago and it worked, however I forgot what I did and now nothing appears on the screen, it just says 'invalid syntax', but I've copied the raw code from Github! Some advice would be helpful, thank you! picoproblems

Gadgetoid commented 6 days ago

It looks like you're trying to run the C++ examples (that's on us, they're much easier to find in this repository than the MicroPython ones) in Thonny, which needs Python code.

Try some of the .py examples from https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/pico_display