Remove empty lines in lcd_api.h
This commit is contained in:
@@ -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
|
* Clears the text drawn on the LCD screen
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void lcd_clear_text(void);
|
void lcd_clear_text(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -155,7 +154,6 @@ void lcd_clear_text(void);
|
|||||||
* Clears the images drawn on the LCD screen
|
* Clears the images drawn on the LCD screen
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void lcd_clear_images(void);
|
void lcd_clear_images(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -163,7 +161,6 @@ void lcd_clear_images(void);
|
|||||||
* Stops all playing GIFs on lcd screen
|
* Stops all playing GIFs on lcd screen
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void lcd_stop_all_gifs(void);
|
void lcd_stop_all_gifs(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user