summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2023-12-22 09:41:49 +0100
committerBenBE <BenBE@geshi.org>2023-12-25 10:42:52 +0100
commitf1f69d6d1c5cdbd8f63fe9ea59528d8a0c195571 (patch)
treed3373a85bcd228f87f9efebbd8c2c64b14e4b247 /Meter.c
parent170354c638cbcf13c5036d9a33d937505852b6ad (diff)
Meter: use correct unicode characters for digit '9'
The bottom line was too short before...
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 268de788..a52082ac 100644
--- a/Meter.c
+++ b/Meter.c
@@ -385,7 +385,7 @@ static const char* const LEDMeterMode_digitsAscii[] = {
static const char* const LEDMeterMode_digitsUtf8[] = {
"┌──┐", " ┐ ", "╶──┐", "╶──┐", "╷ ╷", "┌──╴", "┌──╴", "╶──┐", "┌──┐", "┌──┐",
"│ │", " │ ", "┌──┘", " ──┤", "└──┤", "└──┐", "├──┐", " │", "├──┤", "└──┤",
- "└──┘", " ╵ ", "└──╴", "╶──┘", " ╵", "╶──┘", "└──┘", " ╵", "└──┘", " ──┘"
+ "└──┘", " ╵ ", "└──╴", "╶──┘", " ╵", "╶──┘", "└──┘", " ╵", "└──┘", "╶──┘"
};
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy