mctext lib fix
This commit is contained in:
@@ -112,7 +112,7 @@ uint8_t mct_CharTS(uint8_t x, uint8_t y, unsigned char c, uint8_t color, const u
|
||||
|
||||
// Draw a single character. Not scaled
|
||||
uint8_t mct_CharT(uint8_t x, uint8_t y, unsigned char c, uint8_t color, const uint8_t *font, uint8_t transp) {
|
||||
return mct_CharTS(x, y, c, color, font, 1, 1);
|
||||
return mct_CharTS(x, y, c, color, font, transp, 1);
|
||||
}
|
||||
|
||||
// Draw a single character. Transparent background. Returns width of drawn character
|
||||
|
Reference in New Issue
Block a user