mirror of
https://github.com/usetrmnl/bb_epaper.git
synced 2026-04-29 13:43:26 -07:00
Fixed 16x16 text drawing with back buffer
This commit is contained in:
+1
-1
@@ -1355,7 +1355,7 @@ int bbepWriteString(BBEPDISP *pBBEP, int x, int y, char *szMsg, int iSize, int i
|
||||
(*pBBEP->pfnSetPixelFast)(pBBEP, x+ty, y+tx, iColor);
|
||||
}
|
||||
} else if (iBG != BBEP_TRANSPARENT) {
|
||||
(*pBBEP->pfnSetPixelFast)(pBBEP, x+ty, y+tx+8, iBG);
|
||||
(*pBBEP->pfnSetPixelFast)(pBBEP, x+ty, y+tx, iBG);
|
||||
}
|
||||
u8Mask >>= 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user