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==0
#include "displayDummy.h"
#include <SPI.h>
#include "../../player.h"
@@ -127,7 +130,7 @@ void DisplayDummy::displayHeapForDebug() {
}
void DisplayDummy::printClock(const char* timestr) {
}
void DisplayDummy::drawVolumeBar(bool withNumber) {
@@ -165,3 +168,5 @@ void DisplayDummy::printText(const char* txt) {
void DisplayDummy::loop() {
}
#endif