Update mocs, header and fix an error
This commit is contained in:
2023-11-13 18:21:14 +01:00
parent 8efac8948a
commit 40bc58bdd9
3 changed files with 6 additions and 1 deletions

View File

@@ -20,4 +20,8 @@ int tftp_init(struct tftp_context* context) {
void lcd_display_text(uint8_t* text, uint16_t x_pos, uint16_t y_pos, uint32_t color, uint32_t bg_color, sFONT *font) {
}
void lcd_clear(uint32_t color) {
}

View File

@@ -37,6 +37,7 @@ void tftp_cleanup(void);
uint32_t logger_get_timestamp(void);
int tftp_init(struct tftp_context* context);
void lcd_display_text(uint8_t* text, uint16_t x_pos, uint16_t y_pos, uint32_t color, uint32_t bg_color, sFONT *font);
void lcd_clear(uint32_t color);
#ifdef __cplusplus
}