I hve about 10 UF2 files. How do I know which to use for LCD GFX screen?
What model Pico is it, and what screen?
Its a Raspberry Pi Pico H plugged in to a Pimoroni LCD GFX. Whenever I try to run any of the software for this I get an error. I think its because I need the right UF2 file on the board but I really donât know. Any help gratefully appreciated.
If youâre using a Pico youâll need to download pico-vx.xx.x-x-pimoroni-micropython.uf2 from the link below:
Hereâs a direct download link to the correct image and some instructions for how to install it :)
Nice one thank you. Most appreciative of your help.
Now you have my poor 80 year old brain in a total muddle. I went to pimoroni/pimoroni/pico and ended up with a page on github. Nowhere is there any reference to UF* files. Could you explain this for me? PLEASE!
sorry that was pimoroni.pico
You need to scroll down a bit on the Github page, the .uf2 files are under the âAssetsâ section.
(or you could use the direct link I posted above?)
If youâre new to Pico, perhaps our âGetting Started with Raspberry Pi Picoâ guide might be helpful?
I think Iâm going to have a nervous breakdown. No matter what UF file I use I get an error when I âimport gfxhatâ.
Is Thonny setup to use the correct interpreter?
Lower left corner, MicroPython (Raspberry Pi Pico)
And is it connected to said Pico via the correct com port?
When you click the white square surrounded by the red circle the software being used is displayed in the text box in the bottom left hand corner. This contains âMicropython v1.23.0. pico v1.23.01 on 2024-06-06: Raspberry Pi Pico with RP2040â
Ok, that looks to be correct. Itâs what I see with my Pico plugged in.
MicroPython v1.23.0, pico v1.23.0-1 on 2024-06-06; Raspberry Pi Pico with RP2040
I donât have the gfx Pack but I ran the balls demo anyway.
pimoroni-pico/micropython/examples/gfx_pack/balls_demo.py at main ¡ pimoroni/pimoroni-pico ¡ GitHub
It ran without any error messages.
Are you looking at the correct examples for Pico GFX Pack?
(you mention import gfxhat
earlier - the GFX HAT repo contains examples for use with Raspberry Pi computers, not Pico).