mctext library fix
This commit is contained in:
@@ -94,7 +94,7 @@ uint8_t mct_CharT(uint8_t x, uint8_t y, unsigned char c, uint8_t color, const ui
|
|||||||
|
|
||||||
// Draw a single character. Transparent background. Returns width of drawn character
|
// Draw a single character. Transparent background. Returns width of drawn character
|
||||||
uint8_t mct_Char(uint8_t x, uint8_t y, unsigned char c, uint8_t color, const uint8_t *font) {
|
uint8_t mct_Char(uint8_t x, uint8_t y, unsigned char c, uint8_t color, const uint8_t *font) {
|
||||||
mct_CharT(x, y, c, color, font, 1);
|
return mct_CharT(x, y, c, color, font, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draw a string of characters
|
// Draw a string of characters
|
||||||
|
Reference in New Issue
Block a user