PICO W and RA8875 configuration issues #618
Replies: 2 comments
-
Hi, thanks for your feedback 👍 you may want to try the develop branch of this repository, it contains fixes for the latest pico sdk. |
Beta Was this translation helpful? Give feedback.
-
I have tried to compile the example at https://lovyangfx.readthedocs.io/en/latest/02_using.html using platformio and I get the following errors. Can you help explain what I am doing wrong?
Processing pico (platform: https://github.com/maxgerhardt/platform-raspberrypi.git; board: pico; framework: arduino)Verbose mode can be enabled via
|
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to configure LGFX for a Pico W and RA8875 7" display using SPI. The display is connected to the default SPI pins on the Pico and works correctly using the Adafruit RA8875 driver and GFX library, I can display graphics and basic text, so the connections are correct. For LGFX I tried Arduino and Platformio, both generate lots of errors, which I assume are configuration errors, but my knowledge of coding is not good enough to fix these. Most of the errors make references to functions or items not declared, so maybe there is a declaration file missing? Is there a simple walk through on how to add the RA8875 display and configure for the PICO W?
A basic walk through might also be helpful to other, less knowledgeable users, who would like to use the LGFX libruary.
Thanks Michael
Beta Was this translation helpful? Give feedback.
All reactions