From b9526236fd7cf1af7dc6743c25d7a557295b35ee Mon Sep 17 00:00:00 2001 From: cepetr Date: Wed, 24 Apr 2024 11:16:54 +0200 Subject: [PATCH] fixup! feat(core): refactor display drivers --- core/embed/lib/gl_color.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/embed/lib/gl_color.h b/core/embed/lib/gl_color.h index af7047342..bd298741e 100644 --- a/core/embed/lib/gl_color.h +++ b/core/embed/lib/gl_color.h @@ -131,7 +131,6 @@ static inline uint8_t gl_color32_lum(gl_color16_t color) { return (r + g + b) / 3; } - #ifdef GL_COLOR_16BIT // Blends foreground and background colors with 4-bit alpha //