diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-23 20:35:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-23 20:35:29 +0200 |
commit | ffb3e2dc9df93c53abbd7ff0742ea75090d8c33d (patch) | |
tree | 5fed251a4eca5d2faeacec7b77abfcd8404e5aaa /data/templates/lcd/LCDd.conf.tmpl | |
parent | f7e3e7fe417e665f42af0025bccbb4f2ba56fbe4 (diff) | |
download | vyos-1x-ffb3e2dc9df93c53abbd7ff0742ea75090d8c33d.tar.gz vyos-1x-ffb3e2dc9df93c53abbd7ff0742ea75090d8c33d.zip |
lcd: T2564: limit LCD display update to 2 updates per second
... this reduces CPU load.
Diffstat (limited to 'data/templates/lcd/LCDd.conf.tmpl')
-rw-r--r-- | data/templates/lcd/LCDd.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/lcd/LCDd.conf.tmpl b/data/templates/lcd/LCDd.conf.tmpl index f8ad62ff4..6cf6a440f 100644 --- a/data/templates/lcd/LCDd.conf.tmpl +++ b/data/templates/lcd/LCDd.conf.tmpl @@ -85,7 +85,7 @@ GoodBye="VyOS shutdown..." # Sets the interval in microseconds for updating the display. # [default: 125000 meaning 8Hz] -FrameInterval=250000 # 4 updates per second +FrameInterval=500000 # 2 updates per second # Sets the default time in seconds to displays a screen. [default: 4] WaitTime=1 |