This commit is contained in:
e2002
2022-02-11 16:40:10 +03:00
parent 234c6b2245
commit 7e78d45cf3
10 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
#include "../../options.h"
#if DSP_MODEL==1
#include "displayST7735.h"
#include <SPI.h>
#include "fonts/bootlogo.h"
@@ -324,3 +327,4 @@ void DisplayST7735::loop() {
}
#endif