Added fsdata_custom.c in order to avoid compilation errors

This commit is contained in:
xoreo
2023-11-06 14:36:21 +01:00
parent cfe7af96eb
commit 7373f05a6f
6 changed files with 2369 additions and 14 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,6 +8,8 @@
#ifndef INC_LCD_API_H_
#define INC_LCD_API_H_
void display_bmp_array(const uint8_t bmp_data, uint16_t x_pos, uint16_t y_pos);
void display_text(const char * text);
#endif /* INC_LCD_API_H_ */