From 8b1710a8d810604ae3c222909e0dff9336717986 Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:06:07 +0100 Subject: [PATCH] Cleanup files --- users/halcyon_modules/hlc_tft_display/hlc_tft_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/users/halcyon_modules/hlc_tft_display/hlc_tft_display.c b/users/halcyon_modules/hlc_tft_display/hlc_tft_display.c index 28166951..6efd3d2d 100644 --- a/users/halcyon_modules/hlc_tft_display/hlc_tft_display.c +++ b/users/halcyon_modules/hlc_tft_display/hlc_tft_display.c @@ -31,7 +31,6 @@ static const char *scroll = "Scroll"; static painter_font_handle_t Retron27; static painter_font_handle_t Retron27_underline; static painter_image_handle_t layer_number; -backlight_config_t backlight_config; static uint16_t lcd_surface_fb[135*240];