File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
variants/heltec_vision_master_e213 Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ build_flags =
2828 -D DISP_MOSI =6
2929 -D Vision_Master_E213
3030build_src_filter = ${esp32_base.build_src_filter}
31- +<../variants/heltec_vision_master_e213>
31+ +<../variants/heltec_vision_master_e213>
32+ +<helpers/ui/MomentaryButton.cpp>
3233lib_deps =
3334 ${esp32_base.lib_deps}
3435 https://github.com/Quency-D/heltec-eink-modules/archive/563dd41fd850a1bc3039b8723da4f3a20fe1c800.zip
@@ -37,6 +38,7 @@ lib_deps =
3738extends = Heltec_Vision_Master_E213_base
3839build_flags =
3940 ${Heltec_Vision_Master_E213_base.build_flags}
41+ -I examples/companion_radio/ui-new
4042 -D MAX_CONTACTS =100
4143 -D MAX_GROUP_CHANNELS =8
4244 -D DISPLAY_CLASS =E213Display
@@ -46,7 +48,9 @@ build_flags =
4648build_src_filter = ${Heltec_Vision_Master_E213_base.build_src_filter}
4749 +<helpers/ui/E213Display.cpp>
4850 +<helpers/esp32/*.cpp>
49- +<../examples/companion_radio>
51+ +<../examples/companion_radio/*.cpp>
52+ +<../examples/companion_radio/*.cpp>
53+ +<../examples/companion_radio/ui-new/*.cpp>
5054lib_deps =
5155 ${Heltec_Vision_Master_E213_base.lib_deps}
5256 densaugeo/base64 @ ~1.4.0
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ SensorManager sensors;
1919
2020#ifdef DISPLAY_CLASS
2121DISPLAY_CLASS display;
22+ MomentaryButton user_btn (PIN_USER_BTN, 1000 , true );
2223#endif
2324
2425bool radio_init () {
Original file line number Diff line number Diff line change 99#include <helpers/SensorManager.h>
1010#ifdef DISPLAY_CLASS
1111#include <helpers/ui/E213Display.h>
12+ #include <helpers/ui/MomentaryButton.h>
1213#endif
1314
1415extern HeltecE213Board board ;
@@ -18,6 +19,7 @@ extern SensorManager sensors;
1819
1920#ifdef DISPLAY_CLASS
2021extern DISPLAY_CLASS display ;
22+ extern MomentaryButton user_btn ;
2123#endif
2224
2325bool radio_init ();
You can’t perform that action at this time.
0 commit comments