mctext library fix

This commit is contained in:
Anton Mukhin
2025-06-27 12:45:31 +03:00
parent 3778a753fb
commit fc4822065a

View File

@@ -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
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