From bd8b63a357bb374f5875f0fedf2d677589419810 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 22 Nov 2022 15:36:19 -0800 Subject: Rework input controls Press joystick once to start recording, again to stop. When you start recording, any previous text on the board is cleared. Add 2 visual indicators: one to indicate speech, another to indicate that audio is paging. --- generate_utils.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'generate_utils.py') diff --git a/generate_utils.py b/generate_utils.py index 119714d..c4cbf4c 100644 --- a/generate_utils.py +++ b/generate_utils.py @@ -94,6 +94,12 @@ def getSelectParam() -> str: def getEnableParam(): return "TaSTT_Enable" +def getIndicator0Param(): + return "TaSTT_Indicator_0" + +def getIndicator1Param(): + return "TaSTT_Indicator_1" + def getBoardIndex(which_layer, select): # Because we divide the board into a multiple of 8 cells, some cells may # describe animations which don't exist, depending on the size of the board. -- cgit v1.2.3