Meter: use correct unicode characters for digit '9'

The bottom line was too short before...
portage
Christian Hesse 2 years ago committed by BenBE
parent 170354c638
commit f1f69d6d1c
  1. 2
      Meter.c

@ -385,7 +385,7 @@ static const char* const LEDMeterMode_digitsAscii[] = {
static const char* const LEDMeterMode_digitsUtf8[] = { static const char* const LEDMeterMode_digitsUtf8[] = {
"┌──┐", "", "╶──┐", "╶──┐", "╷ ╷", "┌──╴", "┌──╴", "╶──┐", "┌──┐", "┌──┐", "┌──┐", "", "╶──┐", "╶──┐", "╷ ╷", "┌──╴", "┌──╴", "╶──┐", "┌──┐", "┌──┐",
"│ │", "", "┌──┘", " ──┤", "└──┤", "└──┐", "├──┐", "", "├──┤", "└──┤", "│ │", "", "┌──┘", " ──┤", "└──┤", "└──┐", "├──┐", "", "├──┤", "└──┤",
"└──┘", "", "└──╴", "╶──┘", "", "╶──┘", "└──┘", "", "└──┘", " ──┘" "└──┘", "", "└──╴", "╶──┘", "", "╶──┘", "└──┘", "", "└──┘", "──┘"
}; };
#endif #endif

Loading…
Cancel
Save