{"id":20409747,"url":"https://github.com/jmysu/rpi-pico-usb","last_synced_at":"2025-10-05T07:56:50.127Z","repository":{"id":182255884,"uuid":"401549299","full_name":"jmysu/RPi-Pico-USB","owner":"jmysu","description":"USB related w/ RPi-Pico","archived":false,"fork":false,"pushed_at":"2021-09-12T20:03:44.000Z","size":33838,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T16:00:07.828Z","etag":null,"topics":["arduino","arduino-mbed","hid","lcd","platformio","rp2040","softspi","st7789","tinyusb","touch","xpt2046"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmysu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-31T02:33:36.000Z","updated_at":"2024-10-02T04:21:14.000Z","dependencies_parsed_at":"2023-07-19T10:15:32.703Z","dependency_job_id":null,"html_url":"https://github.com/jmysu/RPi-Pico-USB","commit_stats":null,"previous_names":["jmysu/rpi-pico-usb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmysu/RPi-Pico-USB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmysu%2FRPi-Pico-USB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmysu%2FRPi-Pico-USB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmysu%2FRPi-Pico-USB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmysu%2FRPi-Pico-USB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmysu","download_url":"https://codeload.github.com/jmysu/RPi-Pico-USB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmysu%2FRPi-Pico-USB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278425493,"owners_count":25984687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","arduino-mbed","hid","lcd","platformio","rp2040","softspi","st7789","tinyusb","touch","xpt2046"],"created_at":"2024-11-15T05:43:23.521Z","updated_at":"2025-10-05T07:56:50.091Z","avatar_url":"https://github.com/jmysu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPi-Pico-USB [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\u003cbr\u003e\nArduino tinyUSB related projects w/ RPi-Pico  _(Work-in-Progress)_\u003cbr\u003e\n\n - The soft version depends on Adafruit/ST7789 \u0026\u0026 Bodmer/TFT_Touch\u003cbr\u003e\n - The hard version depends on Adafruit/ST7789 \u0026\u0026 Links2004/XPT2046\u003cbr\u003e\n\n \n\u003cbr\u003e\nProject LCD2.8\"(ST7789) + Touch(XPT2046) w/ Soft/Hard SPI\u003cbr\u003e\n\u003cp float=\"left\"\u003e\n-Soft SPI-\u003e \n\u003cimg src=\"pic/picoLCDTouch.gif\" width=320\u003e\n-Hard SPI-\u003e\n\u003cimg src=\"pic/picoLCDTouchSPI.gif\" width=280\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\nProject LCD2.8\"(ST7789) + Touch-IRQ w/ RP2040 pioSPI interpolation\u003cbr\u003e\n\u003cimg src=\"pic/pioLCDtouch.gif\" width=320\u003e  \u003cbr\u003e\n\u003cbr\u003e\nAdded HID circle mouse \u003cbr\u003e\n\u003cimg src=\"pic/CircleMouseHID.gif\" width=320\u003e  \u003cbr\u003e\n\u003cbr\u003e\nWorking on color sense!\u003cbr\u003e\n\u003cimg src=\"pic/ColorSensor0912.gif\" width=320\u003e  \u003cbr\u003e\n\u003cbr\u003e\n\n## References \u003cbr\u003e\n  -[RPi_Pico](https://www.raspberrypi.org/documentation/pico/getting-started/) Pico Getting Started!\u003cbr\u003e\n  -[Adafruit tinyUSB Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) Arduino tinyUSB library fork.\u003cbr\u003e\n  -[W3C WebUSB API](https://wicg.github.io/webusb/) WebAPI\u003cbr\u003e\n  -[HTML5 online gamepad tester](https://gamepad-tester.com/) GamePad-tester.com \u003cbr\u003e\n  -[HidPyToy](https://github.com/todbot/hidpytoy) A cross platform HID test tool\u003cbr\u003e\n  -[AMS Color Sensor Documents](https://ams.com/zh/download-center) AMS Color Sensor Documents.\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmysu%2Frpi-pico-usb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmysu%2Frpi-pico-usb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmysu%2Frpi-pico-usb/lists"}