Add lcd_stop_all_gifs(void)

This commit is contained in:
xoreo
2023-11-20 14:38:04 +01:00
parent 758f1f47ca
commit a481f3b6fa
3 changed files with 31 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ void lcd_task(void);
* @param[in] color Color in which the text will be displayed, see preset colors in defines above
* @param[in] font Font size, see defines above in file
*/
void lcd_display_text(uint8_t* text, uint16_t x_pos, uint16_t y_pos, uint32_t color, sFONT *font);
void lcd_display_text(const char* text, uint16_t x_pos, uint16_t y_pos, uint32_t color, sFONT *font);
/**
* @brief Draw BMP image on screen
@@ -158,6 +158,14 @@ void lcd_clear_text(void);
void lcd_clear_images(void);
/**
* @brief LCD stop all GIFs
* Stops all playing GIFs on lcd screen
*
*/
void lcd_stop_all_gifs(void);
/**
* @brief Draw GIF image on screen from memory
* Draw GIF image from memory to the LCD screen at position X, Y