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.32k stars 499 forks source link

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

Closed I-cannot-code closed 1 month ago

I-cannot-code commented 2 months 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 2 months 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

helgibbons commented 1 month ago

Closing this one for now - let us know if you're still stuck!