From ffb3e2dc9df93c53abbd7ff0742ea75090d8c33d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Aug 2020 20:35:29 +0200 Subject: lcd: T2564: limit LCD display update to 2 updates per second ... this reduces CPU load. --- data/templates/lcd/LCDd.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3