fix udisplay bpanel with spi displays (#24278)

Co-authored-by: Gerhard Mutz <gerhardmutz1@imac.local>
This commit is contained in:
gemu 2025-12-29 17:37:59 +01:00 committed by GitHub
parent 5db7c42101
commit 9c3588256a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,7 +293,7 @@ bool SPIPanel::displayOnff(int8_t on) {
spi->csHigh();
spi->endTransaction();
return true;
return false; //true;
}
bool SPIPanel::invertDisplay(bool invert) {