Story
This project uses the Unihiker K10’s onboard IMU to detect tilt gestures and display the corresponding arrow on the LCD screen.
By tilting the device forward, backward, left, or right, the screen updates with arrows (↑ ↓ ← →) indicating the direction.
Flow:
-
Detect gesture using
isGesture() -
Draw the arrow on the canvas
-
Clear the screen each loop to refresh the output
No external hardware is required—everything runs on the K10 itself.
This is a great starter project for understanding IMU gestures, motion-controlled interfaces, and interactive display updates on the K10.





