From 5e81bf2ebbfb1b3c3e773619c13ac4609a9d68a3 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 17 Jun 2025 11:25:06 +0200 Subject: [PATCH] Comments --- internal_filesystem/lib/mpos/ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/mpos/ui/__init__.py b/internal_filesystem/lib/mpos/ui/__init__.py index 0f2983c5..feb700aa 100644 --- a/internal_filesystem/lib/mpos/ui/__init__.py +++ b/internal_filesystem/lib/mpos/ui/__init__.py @@ -343,7 +343,7 @@ def create_drawer(display=None): print("Warning: could not import machine, not adding reset callback") ''' - Doesn't do anything on ESP32, not much use: + On ESP32, there's no power off but there's a hundred-year deepsleep. poweroff_btn=lv.button(drawer) poweroff_btn.set_size(lv.pct(40),lv.SIZE_CONTENT) poweroff_btn.align(lv.ALIGN.BOTTOM_RIGHT,0,0)