From 474851219a8ee3d373b61e33d6a3fcce48fca6cb Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 25 Feb 2021 07:37:10 +0000 Subject: boards: simulator: Increase the display blanking time Signed-off-by: Daniel Thompson diff --git a/wasp/boards/simulator/main.py b/wasp/boards/simulator/main.py index 2dbe875..78a1168 100644 --- a/wasp/boards/simulator/main.py +++ b/wasp/boards/simulator/main.py @@ -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 -- cgit v0.10.2