Add lcd_stop_all_gifs(void)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user