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

@@ -68,6 +68,8 @@ class ButtonsManager(View):
self.current_view.render_both_long_press(draw, self.size[0] // 2, self.size[1] - 10)
self.current_view.render_status_icons(draw)
return im
############ BUTTON ACTIONS ###########