17 Commits

Author SHA1 Message Date
Adolfo Reyna 8f871e499e Migrate MCP and utilities to CircuitPython, including color GIF and volume fixes 2026-06-22 10:13:10 -04:00
Adolfo Reyna 30aff5eb8b Optimize draw_rgb565 display write speed by skipping slow synchronous canvas updates during raw video frames 2026-06-19 13:38:25 -04:00
Adolfo Reyna c8853cc5df Fix keyword argument decoding issue on MicroPython and finalize raw image endpoint and clock sync changes 2026-06-19 13:30:26 -04:00
Adolfo Reyna d0fcc5fc7b Fix socket read stream crashes and NameError on boot 2026-06-18 11:35:06 -04:00
Adolfo Reyna 75475723fa Reorganize drivers and utility modules into lib/ subdirectory and update server and upload scripts 2026-06-17 22:22:02 -04:00
Adolfo Reyna 2813c11104 Save current changes before reorganizing drivers and cleaning workspace 2026-06-17 22:17:59 -04:00
Adolfo Reyna 3356e5d4a2 Implement notetaking app, ST7796 display with touch support, audio beep navigation, and video streaming 2026-06-08 15:04:36 -04:00
Adolfo Reyna 070390355e Add auto-discovery support (UDP discovery responder & subnet scanner) and implement virtual screen MCP server 2026-06-03 14:29:49 -04:00
Adolfo Reyna 092e241f89 Implement stream-based download_file tool for downloading media files directly to flash or SD card 2026-06-01 15:59:50 -04:00
Adolfo Reyna 3cd3428e94 Add play_audio_base64 tool to MCP server 2026-06-01 14:53:22 -04:00
Adolfo Reyna 612ba63c59 Implement play_wav, record_voice, and host-side voice assistant coordinator script 2026-06-01 14:38:21 -04:00
Adolfo Reyna f443da0352 Remove screen override timeout to allow drawing to persist indefinitely 2026-06-01 14:13:38 -04:00
Adolfo Reyna 8302db03db Expose speaker playback and play_tone tool via MCP 2026-06-01 13:26:05 -04:00
Adolfo Reyna 05df3d3839 Expose remote file management and Python code execution via MCP 2026-06-01 13:11:09 -04:00
Adolfo Reyna 0c67ff4e20 Add support to draw images via MCP on the RLCD display 2026-06-01 12:41:14 -04:00
Adolfo Reyna f5d153e65f Add get_screenshot tool to MCP server and automatic PBM-to-PNG bridge conversion 2026-05-31 22:52:03 -04:00
Adolfo Reyna 444d4c6116 Add Wi-Fi auto-boot connection, MCP JSON-RPC Server, and host bridge 2026-05-31 22:51:33 -04:00