feat(RobotArm): cute MCP arm controller with 2x tall sliders, sequencer colored blocks, smooth move_all_joints
- 6 joints vertical sliders 22x72 (2x tall), 3 cols, pastel cute cards, home-centered ranges shoulder max 70 - open/close inverted fix (0=open 180=close) - sequencer bottom not fixed, colored blocks 22x22 no info, current highlight white 3px, larger buttons 38x32 Play 56x32 - smooth concurrent moves via move_all_joints tool (tools/list discovered) not one-by-one - scroll fixes: clearflag SCROLLABLE on cards/grid/hdr/brow/seqbar, root LV_DIR_VER only (no horiz scroll) - safe for device .129: custom my_htons avoids missing lwip_htons, 52U 0 missing symbols, 14K ELF - live reading from 192.168.68.103/api/mcp get_arm_state + move_joint - enjoyed by son :3
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[manifest]
|
||||
version=0.1
|
||||
|
||||
[target]
|
||||
sdk=0.8.0-dev
|
||||
platforms=esp32s3
|
||||
|
||||
[app]
|
||||
id=one.tactility.robotarm
|
||||
versionName=0.1.0
|
||||
versionCode=1
|
||||
name=Robot Arm
|
||||
description=Cute controller for MCP robot arm
|
||||
Reference in New Issue
Block a user