fixup! refactor(core): unify touch and button handling, enable usage of both in one model

tychovrahe/T3W1/devkit1_with_ble2
tychovrahe 1 year ago
parent da496ae1ed
commit cc11055106

@ -97,12 +97,14 @@ VERSION_PATCH: int
"""Patch version.""" """Patch version."""
USE_SD_CARD: bool USE_SD_CARD: bool
"""Whether the hardware supports SD card.""" """Whether the hardware supports SD card."""
USE_TOUCH: bool
USE_BUTTON: bool
USE_BACKLIGHT: bool USE_BACKLIGHT: bool
"""Whether the hardware supports backlight brightness control.""" """Whether the hardware supports backlight brightness control."""
USE_OPTIGA: bool USE_OPTIGA: bool
"""Whether the hardware supports Optiga secure element.""" """Whether the hardware supports Optiga secure element."""
USE_TOUCH: bool
"""Whether the hardware supports touch layer."""
USE_BUTTON: bool
"""Whether the hardware supports physical buttons."""
MODEL: str MODEL: str
"""Model name.""" """Model name."""
MODEL_FULL_NAME: str MODEL_FULL_NAME: str

Loading…
Cancel
Save