boards: simulator: Increase the display blanking time
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
1cb1d96ef4
commit
474851219a
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ wasp.system.set_music_info({
|
||||||
'artist': 'Dreams of Bamboo',
|
'artist': 'Dreams of Bamboo',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
# Increase the display blanking time to avoid spamming the console
|
||||||
|
# with backlight activations.
|
||||||
|
wasp.system.blank_after = 300
|
||||||
|
|
||||||
# Instantiate the analogue clock application and replace the default
|
# Instantiate the analogue clock application and replace the default
|
||||||
# (digital) clock with this alternative.
|
# (digital) clock with this alternative.
|
||||||
#from chrono import ChronoApp
|
#from chrono import ChronoApp
|
||||||
|
|
Loading…
Reference in a new issue