aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorChristian Schubert2026-04-02 21:52:40 +0200
committerChristian Schubert2026-04-02 21:52:40 +0200
commit29158ee147f586bcb24eac821f1f5e0ac7e9d453 (patch)
tree122ad5382f9854d21c162e4535bc950a41418427 /ui
parentreduce CEIL, still plenty bright (diff)
downloadanduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.tar.gz
anduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.tar.bz2
anduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.zip
adjust timing/comments
Diffstat (limited to 'ui')
-rw-r--r--ui/simple/simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/simple/simple.c b/ui/simple/simple.c
index 2367fa6..125ce2d 100644
--- a/ui/simple/simple.c
+++ b/ui/simple/simple.c
@@ -44,8 +44,8 @@ static const uint8_t brightness_levels[NUM_LEVELS] = {
CEIL,
};
-#define HOLD_TICKS_PER_LEVEL 47 // cycle time ca 0.75s (47/62 Hz)
-#define AUX_TIMEOUT_TICKS 310 // ca. 5s
+#define HOLD_TICKS_PER_LEVEL 48 // cycle time 0.75s (48/64 Hz)
+#define AUX_TIMEOUT_TICKS 320 // 5s
uint8_t off_state(Event event, uint16_t arg);
uint8_t aux_state(Event event, uint16_t arg);