don't blackout LCD by default

This commit is contained in:
Ronald Schaten 2022-02-11 23:11:20 +01:00
parent 285209c7bc
commit 410c8c5893

View File

@ -13,7 +13,7 @@ class Scenerunner {
int tFocus = 1000;
int tShutter = 1000;
bool bReturn = true;
bool bDarkenLcd = true;
bool bDarkenLcd = false;
// scene values
int nSteps = 10;