From d828346faed8b1fb830e7d3bbe8b078c43741547 Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 15 Jun 2023 17:05:49 -0400 Subject: [PATCH] fix qr boolean config, add builder's manual print-out to equipment list --- NS.py | 2 +- config | 2 +- doc/Scrapeboard_events_checklist.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NS.py b/NS.py index 5b074dc..1baf298 100644 --- a/NS.py +++ b/NS.py @@ -201,7 +201,7 @@ class NS(Game, Animation): "display": { "float": "attract-gif-alpha", - "bool": ["effects", "alpha-effect-title"], + "bool": ["effects", "alpha-effect-title", "qr-static"], "path": "scores-font" }, "system": diff --git a/config b/config index 99a9e4a..952e38d 100644 --- a/config +++ b/config @@ -30,7 +30,7 @@ attract-gif-alpha = 1.0 effects = True alpha-effect-title = True scores-font = BPmono.ttf -qr-static = True +qr-static = False [system] # will force set display->effects to off diff --git a/doc/Scrapeboard_events_checklist.md b/doc/Scrapeboard_events_checklist.md index a01a177..98c2dac 100644 --- a/doc/Scrapeboard_events_checklist.md +++ b/doc/Scrapeboard_events_checklist.md @@ -22,6 +22,7 @@ Basics * Regular phillips-head screwdriver * Pliers * Mailing list clipboard +* Builder's manual print-out Raspberry Pi ------------