module documentation

On-screen keyboard prompts for Stick firmware

Function keyboard Show keyboard input UI.
Function numpad Show numpad input UI.
Variable button_a Undocumented
Variable button_b Undocumented
Variable button_c Undocumented
Variable tft Undocumented
Function _KEYBOARD_CARDKB Undocumented
Function _LOAD_IO Undocumented
Function _WRITE_NUMS Undocumented
def keyboard(title: str, maxlen: int = 0, hideInput: bool = False) -> str | None:

Show keyboard input UI. Args: title (str): Title above keyboard. maxlen (int, optional): Max input length. 0 = unlimited. hideInput (bool, optional): Mask input (with ``*``). Returns: str | None: Input string, or None if cancelled.

def numpad(title: str, maxlen: int = 0, hideInput: bool = False) -> str | None:

Show numpad input UI. Args: title (str): Title above numpad. maxlen (int, optional): Max input length. 0 = unlimited. hideInput (bool, optional): Mask input (with ``*``). Returns: str | None: Input string, or None if cancelled.

button_a =

Undocumented

button_b =

Undocumented

button_c =

Undocumented

tft =

Undocumented

def _KEYBOARD_CARDKB(title: str, maxlen: int = 0, hideInput: bool = False, numbers_only: bool = False) -> str | None:

Undocumented

def _LOAD_IO():

Undocumented

def _WRITE_NUMS(is_keyboard: bool, number: int = 99):

Undocumented