فهرست منبع

Disabled periph_power for Heltec v4's display

Kevin Le 6 ماه پیش
والد
کامیت
44b80d00c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      variants/heltec_v4/target.cpp

+ 1 - 1
variants/heltec_v4/target.cpp

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