add a menu with bt pairing

This commit is contained in:
2026-03-12 23:31:58 +01:00
parent 8478ed761b
commit e80cea7bbf
8 changed files with 203 additions and 2 deletions

View File

@@ -34,4 +34,8 @@ class ButtonInterface:
pass
def render_both_long_press(self, draw, x, y):
pass
def render_status_icons(self, draw):
"""Called once per frame to render persistent status icons (e.g. BT indicator)."""
pass