on7lds / NextionDriver

Driver program to connect MMDVMhost with Nextion Displays, adding extra functionality
33 stars 33 forks source link

Screen don't wake up #6

Closed pjao closed 5 years ago

pjao commented 5 years ago

Hi there,

With the new setting SleepWhenInactive set, after the idle time, screen goes off, then even with traffic coming from RF or NET screen don't wake up, just if I touch on it.

Is it suppose to behave like that?

Thanks Paulo - CT2JAY

on7lds commented 5 years ago

It should wake up on touch or on any page change. What is your SleepWhenInactive value ?

When the value is relatively low (let's say: some minutes) and the talker talks longer than that, the screen goes to sleep and only awakens on page change (that is: after the whole QSO). Therefore, I have it here at 600 seconds for the moment. I am still tuning this behavior, I'm thinking about a method to awaken it when the QSO is stil active.

The main goal is to signal the death of MMDVMHost and then spare the screen (mainly the backlight) when there is nothing to show any more.

pjao commented 5 years ago

I know understand your idea!

SleepWhenInactive was too low, with 60 seconds. It must be greater than the value defined in RFModeHang, NetModeHang or ModeHang. This way it behaves like it should. I'm keeping testing it, with good results configured with 600 seconds.