-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I cannot get the library working with Adafruit HUZZAH32 - ESP32 Feather, I started from other ESP32 configurations but without success. Maybe I'm not getting the GPIO mapping correct.
I'm using the Riverdi RVT50HQBNWC00-B display and using this successfully with Teensy board.
This is the ESP32 board I try to configure, https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/pinouts
This is my environment config
platform = espressif32
board = featheresp32
build_unflags = -Os
build_flags =
${env.build_flags}
-D EVE_CS=22
-D EVE_PDN=17
-D EVE_SCK=5
-D EVE_MISO=19
-D EVE_MOSI=18
-O2
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels