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