added LCDRows support

This commit is contained in:
RLF
2024-01-16 19:31:56 -05:00
parent 5461f0e676
commit 7de67ab2e5

View File

@@ -1,10 +1,11 @@
// UNO Monitor Daemon v.0.1.0
// Kidacro <kidacro@archamedis.net>
// https://kidacro.archamedis.net/git/kidacro/Arduino/src/branch/main/uno-stats-monitor
//
// unomond.conf - Configuration file
// in ms (1 second = 1000 ms) - do not set too low or the systat calls *may* return junk
delay = 5000;
delay = 10000;
// tty device to use (most common for arduino based boards on *nix)
tty = "/dev/ttyACM0";
@@ -18,8 +19,8 @@ line_length = 16;
// # of lines of display
line_count = 2;
// LED brightness (1 to 15)
led_brightness = 1;
// LED brightness (0 to 15)
led_brightness = 0;
// LED delay for dot display (keep at 3 or more)
led_delay = 3;