fix udisplay bpanel with spi displays (#24278)
Co-authored-by: Gerhard Mutz <gerhardmutz1@imac.local>
This commit is contained in:
parent
5db7c42101
commit
9c3588256a
@ -293,7 +293,7 @@ bool SPIPanel::displayOnff(int8_t on) {
|
||||
spi->csHigh();
|
||||
spi->endTransaction();
|
||||
|
||||
return true;
|
||||
return false; //true;
|
||||
}
|
||||
|
||||
bool SPIPanel::invertDisplay(bool invert) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user