You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Camera app: improve QR scanning help text
This commit is contained in:
@@ -21,7 +21,7 @@ class CameraApp(Activity):
|
||||
height = 240
|
||||
|
||||
status_label_text = "No camera found."
|
||||
status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-20cm) and QR size (6-12cm). Ensure proper lighting."
|
||||
status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-25cm) and QR size (4-12cm). Ensure proper lighting."
|
||||
status_label_text_found = "Decoding QR..."
|
||||
|
||||
cam = None
|
||||
|
||||
Reference in New Issue
Block a user