mirror of
https://github.com/usetrmnl/bb_epaper.git
synced 2026-04-29 13:43:26 -07:00
fixed cs switching for dual ctrl displays
This commit is contained in:
@@ -2182,6 +2182,7 @@ void bbepWriteImage4bppDual(BBEPDISP *pBBEP, uint8_t ucCMD)
|
||||
bbepWriteData(pBBEP, &u8Cache[pBBEP->height/4], pBBEP->height/4);
|
||||
} // for tx
|
||||
}
|
||||
pBBEP->iCSPin = pBBEP->iCS1Pin; // reset CS to #1
|
||||
} /* bbepWriteImage4bppDual() */
|
||||
|
||||
void bbepWriteImage4bpp(BBEPDISP *pBBEP, uint8_t ucCMD)
|
||||
|
||||
Reference in New Issue
Block a user