Skip to content

Adafruit HUZZAH32 - ESP32 Feather #101

@k-ljung

Description

@k-ljung

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions