Delete the variant-specific NullDisplayDriver.h and update target.h to use the shared implementation from #735

이 커밋은 다음에 포함됨:
João Brázio
2025-09-05 17:59:59 +01:00
부모 808214d7b5
커밋 2ef38422e9
2개의 변경된 파일1개의 추가작업 그리고 25개의 파일을 삭제
+1 -1
파일 보기
@@ -14,7 +14,7 @@
#ifdef HELTEC_T114_WITH_DISPLAY
#include <helpers/ui/ST7789Display.h>
#else
#include "NullDisplayDriver.h"
#include "helpers/ui/NullDisplayDriver.h"
#endif
#endif