thinknode_m5: add pca9557 expander

This commit is contained in:
Florent 2025-11-27 22:55:21 +01:00
parent d0f6def4f9
commit 24edd3cf20
5 changed files with 17 additions and 8 deletions

View file

@ -19,9 +19,9 @@ build_flags = ${esp32_base.build_flags}
-D P_LORA_MISO=7
-D P_LORA_MOSI=15
-D PIN_USER_BTN=21
-D PIN_STATUS_LED=1
-D LED_STATE_ON=HIGH
-D PIN_LED=3
# -D PIN_STATUS_LED=1 ; leds are on PCA !!!
# -D LED_STATE_ON=HIGH
# -D PIN_LED=3
-D DISPLAY_ROTATION=4
-D DISPLAY_CLASS=GxEPDDisplay
-D EINK_DISPLAY_MODEL=GxEPD2_154_D67
@ -45,6 +45,7 @@ build_src_filter = ${esp32_base.build_src_filter}
lib_deps = ${esp32_base.lib_deps}
zinggjm/GxEPD2 @ 1.6.2
bakercp/CRC32 @ ^2.0.0
maxpromer/PCA9557-arduino
[env:ThinkNode_M5_Repeater]
extends = ThinkNode_M5