Add v4-tft code.

This commit is contained in:
Quency-D
2026-01-26 13:48:15 +08:00
parent 7ae164217c
commit c7ac16f0e3
8 changed files with 267 additions and 45 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