mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
thinknode_m5: add pca9557 expander
This commit is contained in:
parent
d0f6def4f9
commit
24edd3cf20
5 changed files with 17 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue