From 60aa6c0d24e275b5379211e4b87b8b5cf822be01 Mon Sep 17 00:00:00 2001 From: xoreo Date: Mon, 20 Nov 2023 14:43:29 +0100 Subject: [PATCH] Remove empty lines in lcd_api.h --- project/Core/Inc/lcd_api.h | 3 --- 1 file changed, 3 deletions(-) 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); /**