Remove empty lines in lcd_api.h

This commit is contained in:
xoreo
2023-11-20 14:43:29 +01:00
parent a481f3b6fa
commit 60aa6c0d24

View File

@@ -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);
/**