RP2040 bitmaps #2518
emueyes
started this conversation in
Raspberry Pi Pico
RP2040 bitmaps
#2518
Replies: 1 comment
-
You need to convert the file to an array or load it into LittleFS. There are online tools to convert files to c arrays. These are mentioned with links in some of the examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I go about storing and reading a bitmap on the RP2040? Just copying the file to the root directory of the 2040 doesn't seem to work.
Edit: I should add, I'm using a display (GC9A01) that doesn't have an SD card reader.
Edit: I've now figured out that LittleFS is supported on the RP2040, and can list files copied to a LittleFS store on the RP2040. Actually displaying them on the TFT is still a problem for me..
Beta Was this translation helpful? Give feedback.
All reactions