From ce638fa2cd6012f92a3e29c36998a9e174fb6bdb Mon Sep 17 00:00:00 2001 From: VeyPatch <126267034+VeyPatch@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:25:13 +0100 Subject: [PATCH] Allow for more colors --- users/halcyon_modules/hlc_tft_display/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/halcyon_modules/hlc_tft_display/config.h b/users/halcyon_modules/hlc_tft_display/config.h index 41b61ac9..7bbd949a 100644 --- a/users/halcyon_modules/hlc_tft_display/config.h +++ b/users/halcyon_modules/hlc_tft_display/config.h @@ -21,7 +21,7 @@ #define LCD_OFFSET_Y 40 // QP Configuration -#define QUANTUM_PAINTER_SUPPORTS_NATIVE_COLORS FALSE +#define QUANTUM_PAINTER_SUPPORTS_NATIVE_COLORS TRUE #define ST7789_NO_AUTOMATIC_VIEWPORT_OFFSETS #define ST7789_NUM_DEVICES 1