boards: simulator: Increase the display blanking time

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2021-02-25 07:37:10 +00:00
parent 1cb1d96ef4
commit 474851219a

View file

@ -13,6 +13,11 @@ wasp.system.set_music_info({
'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
# (digital) clock with this alternative.
#from chrono import ChronoApp