aboutsummaryrefslogtreecommitdiff
path: root/ui/simple
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/simple
parentreduce CEIL, still plenty bright (diff)
downloadanduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.tar.gz
anduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.tar.bz2
anduril-29158ee147f586bcb24eac821f1f5e0ac7e9d453.zip
adjust timing/comments
Diffstat (limited to 'ui/simple')
-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);
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.