increase default display inactivity timeout
10 seconds was getting annoying
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
#define DISPLAY_FLIP_180 false
|
||||
|
||||
#define DISPLAY_BURN_SHIFT_MIN_INTERVAL 10000000 // microseconds
|
||||
#define DISPLAY_INACTIVITY_TIMEOUT 10000000 // microseconds
|
||||
#define DISPLAY_INACTIVITY_TIMEOUT 120000000 // microseconds
|
||||
#define DISPLAY_CONTRAST 0x69
|
||||
#define DISPLAY_CONTRAST_INACTIVE 0x00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user