aboutsummaryrefslogtreecommitdiff
path: root/ui/simple
diff options
context:
space:
mode:
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 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
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.