From 7de67ab2e5988af7158dbb7bda66cf29b3b9ba1e Mon Sep 17 00:00:00 2001 From: RLF Date: Tue, 16 Jan 2024 19:31:56 -0500 Subject: [PATCH] added LCDRows support --- uno-stats-monitor/unomond/unomond.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uno-stats-monitor/unomond/unomond.conf b/uno-stats-monitor/unomond/unomond.conf index b6c6574..dc03c58 100644 --- a/uno-stats-monitor/unomond/unomond.conf +++ b/uno-stats-monitor/unomond/unomond.conf @@ -1,10 +1,11 @@ // UNO Monitor Daemon v.0.1.0 // Kidacro // 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;