diff --git a/project/Core/Inc/lcd_api.h b/project/Core/Inc/lcd_api.h index 3cd6bd9..c3ee770 100644 --- a/project/Core/Inc/lcd_api.h +++ b/project/Core/Inc/lcd_api.h @@ -147,7 +147,6 @@ void lcd_draw_img_from_fs(const char* name, uint32_t x_pos, uint32_t y_pos); * Clears the text drawn on the LCD screen * */ - void lcd_clear_text(void); /** @@ -155,7 +154,6 @@ void lcd_clear_text(void); * Clears the images drawn on the LCD screen * */ - void lcd_clear_images(void); /** @@ -163,7 +161,6 @@ void lcd_clear_images(void); * Stops all playing GIFs on lcd screen * */ - void lcd_stop_all_gifs(void); /**