From 4a9c11e254a86417edb63336edd0c011a39863d9 Mon Sep 17 00:00:00 2001 From: Christian Schubert Date: Thu, 2 Apr 2026 21:52:11 +0200 Subject: reduce CEIL, still plenty bright --- ui/simple/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/simple/simple.c b/ui/simple/simple.c index 31d1a6c..2367fa6 100644 --- a/ui/simple/simple.c +++ b/ui/simple/simple.c @@ -35,7 +35,7 @@ #endif #define NUM_LEVELS 4 -#define CEIL SIMPLE_UI_CEIL +#define CEIL 100 static const uint8_t brightness_levels[NUM_LEVELS] = { 1, @@ -53,7 +53,7 @@ uint8_t on_state(Event event, uint16_t arg); uint8_t current_level_idx = 0; uint8_t current_level = 0; -uint8_t thermal_limit = SIMPLE_UI_CEIL; +uint8_t thermal_limit = CEIL; static const uint8_t voltage_levels[] = { 0, 0, // black -- cgit v1.2.3