Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 2m23s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 6m1s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 2m17s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 5m57s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
21 lines
336 B
Plaintext
21 lines
336 B
Plaintext
# default ESP target
|
|
CONFIG_IDF_TARGET="esp32c6"
|
|
|
|
#
|
|
# Display Settings
|
|
#
|
|
CONFIG_DISPLAY_SDA_PIN=9
|
|
CONFIG_DISPLAY_SCL_PIN=8
|
|
# end of Display Settings
|
|
|
|
#
|
|
# Button Configuration
|
|
#
|
|
CONFIG_BUTTON_UP=7
|
|
CONFIG_BUTTON_DOWN=4
|
|
CONFIG_BUTTON_LEFT=6
|
|
CONFIG_BUTTON_RIGHT=5
|
|
CONFIG_BUTTON_SELECT=19
|
|
CONFIG_BUTTON_BACK=20
|
|
# end of Button Configuration
|