Is there a way to change the time out on the GLCD display? E.G.

Is there a way to change the time out on the GLCD display? E.G. when I want to do several test fires on the laser, the test fire screen disappears and goes back to the home screen. I’d like that changed to something on the order of 20 seconds.

TIA>

no it is hard coded to 10 seconds unless you select the Keep on, then it will stay on for about 10 minutes. You could edit the source code and change the dms->set_timeout(10) to dms->set_timeout(20) in Laserscreen.cpp line 79

I’ll try that, thank you.