- Change to lcd_draw_bmp_img
- Add moc for this function
This commit is contained in:
2023-11-14 17:30:08 +01:00
parent bc03f9bc67
commit c9eedde905
3 changed files with 7 additions and 2 deletions

View File

@@ -24,4 +24,8 @@ void lcd_display_text(uint8_t* text, uint16_t x_pos, uint16_t y_pos, uint32_t co
void lcd_clear(uint32_t color) {
}
void lcd_draw_bmp_img(uint8_t* bmp_buff, uint32_t x_pos, uint32_t y_pos) {
}