Setup for Arduino Nano RP2040 and Arduino Nano ESP32? #621
IraSch
started this conversation in
Device Configurations
Replies: 1 comment 2 replies
-
in your LGFX config block, SPI pins are declared at Bus level, while CS and RST pins are declared at Panel level and TFT_BL is at Ligh level since neither Arduino Nano RP2040 Connect or Arduino Nano ESP32 come with a pre-soldered display, there's no default pin config for those devices what you can do is copy that file into your project folder and include it from your sketch, then proceed to edit it
|
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
-
OK, these are probably stupid questions but I'm not seeing how to configure.
First, in general in all the examples I'm not seeing where to set up the SPI pin settings and more importantly (for devices where the pin settings are defined by hardware), where to designate the CS pin?
Then, which configuration INCLUDE should be used for Arduino Nano RP2040 Connect and which one for Arduino Nano ESP32
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions