sprawdzone na sprzecie. wszystko ok

This commit is contained in:
2021-05-31 21:23:25 +02:00
parent b6a0de5529
commit 765f57b4b3
5 changed files with 28 additions and 190 deletions

View File

@@ -41,6 +41,6 @@ extern const FONT_INFO arial_8ptFontInfo;
uint8_t font_print_str(const FONT_INFO * font, uint8_t * text, uint8_t pos_x, uint8_t pos_y);
uint8_t font_print_str(const FONT_INFO * font, uint8_t * text, uint8_t pos_x, uint8_t pos_y, uint8_t mode);
uint8_t font_string_lenght_px(const FONT_INFO * font, uint8_t * text);
#endif /* MK_FONTX_H_ */