This commit is contained in:
e2002
2022-12-29 10:18:56 +03:00
parent 4f4bd6d507
commit 4de7059c75
2 changed files with 4 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ void DspCore::drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color){
}
void DspCore::initDisplay() {
TAKE_MUTEX();
// TAKE_MUTEX();
#if DSP_HSPI
begin(SPI2);
#else
@@ -102,7 +102,7 @@ void DspCore::initDisplay() {
invert();
flip();
setTextSize(1);
GIVE_MUTEX();
// GIVE_MUTEX();
}
void DspCore::drawLogo(uint16_t top) {