add heltec_v4 tft expansion box

This commit is contained in:
Quency-D 2025-11-19 11:43:52 +08:00
parent 459169e8cb
commit 310618e689
8 changed files with 267 additions and 44 deletions

View file

@ -24,7 +24,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
#endif
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
DISPLAY_CLASS display(&(board.periph_power));
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
#endif