Browse Source
Merge pull request #684 from liamcottle/new-ui/heltec-v3-wifi
Add new UI to Heltec v3 WiFi Companion
pull/685/head
ripplebiz
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
variants/heltec_v3/platformio.ini
|
|
|
@ -129,6 +129,7 @@ lib_deps = |
|
|
|
extends = Heltec_lora32_v3 |
|
|
|
build_flags = |
|
|
|
${Heltec_lora32_v3.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
@ -141,7 +142,8 @@ build_src_filter = ${Heltec_lora32_v3.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${Heltec_lora32_v3.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|