Renamed MouseDemo to MouseMoveDemo

This commit is contained in:
nopnop2002 2024-08-21 17:41:49 +09:00
parent 03c9bbd9b0
commit cf9924229a
9 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# MouseDemo for SSD1306
# MouseMoveDemo for SSD1306
Demo of moving a circle using the mouse.
The circle moves when you move the mouse.
I used [this](https://components.espressif.com/components/espressif/usb_host_hid/) component.