We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf7920 + 341fb37 commit 8cdc57dCopy full SHA for 8cdc57d
code.py
@@ -842,6 +842,7 @@ async def mouse_task() -> None:
842
global selected_category, selected_application
843
while True:
844
if (mouse := adafruit_usb_host_mouse.find_and_init_boot_mouse()) is not None:
845
+ mouse.scale = SCALE
846
mouse.x = DISPLAY_WIDTH // 2
847
mouse.y = DISPLAY_HEIGHT // 2
848
mouse_group.append(mouse.tilegrid)
0 commit comments