GC9A01 - Waveshare display Issue Coding Images #10582
Unanswered
Box-O-Rocks
asked this question in
RP2040 / Pico
Replies: 1 comment 2 replies
-
hi @Box-O-Rocks -- the library you're using isn't part of this repo but there will almost certainly be people here that can help. Have you seen the examples in https://github.com/russhughes/gc9a01_mpy/tree/main/examples and the documentation at https://github.com/russhughes/gc9a01_mpy/blob/main/README.md What would you like your script to do? Perhaps you can share what you have already. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would anyone have experience with coding a waveshare display? I bought a 1.28 round display which requires the GC9A01 module but I can't get much information information for coding the display in micropython. The source code I'm using for the display came from [url]https://github.com/russhughes/gc9a01_mpy/blob/main/firmware/RP2W/firmware.uf2[/url] , and I found a bit map program from [url]https://www.youtube.com/watch?v=a7MzPA0T_MM[/url]... but I'm not sure how to properly write my desired display into the code.
I can't imagine it is difficult. I can get text to display... well after reworking some examples 🙄 I'm still a beginner at coding.
Thank you for any help.
Beta Was this translation helpful? Give feedback.
All reactions