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

@@ -84,7 +84,7 @@ uint8_t SSD1306_display_page(void);
void SSD1306_clear(uint8_t color);
void SSD1306_set_pixel(uint8_t x, uint8_t y, uint8_t bw);
void SSD1306_write_to_buffer(const uint8_t* data, uint8_t width, uint8_t height, int8_t pos_x, int8_t pos_y, uint8_t color);
void SSD1306_write_to_buffer(const uint8_t* data, uint8_t width, uint8_t height, int8_t pos_x, int8_t pos_y, uint8_t mode);
void SSD1306_clear_buffer(uint8_t width, uint8_t height, int8_t pos_x, int8_t pos_y, uint8_t color);
#ifdef TEST

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_ */