Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmysu/rpi-pico-usb
USB related w/ RPi-Pico
https://github.com/jmysu/rpi-pico-usb
arduino arduino-mbed hid lcd platformio rp2040 softspi st7789 tinyusb touch xpt2046
Last synced: 3 months ago
JSON representation
USB related w/ RPi-Pico
- Host: GitHub
- URL: https://github.com/jmysu/rpi-pico-usb
- Owner: jmysu
- License: gpl-3.0
- Created: 2021-08-31T02:33:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T20:03:44.000Z (over 3 years ago)
- Last Synced: 2023-07-19T09:56:00.092Z (over 1 year ago)
- Topics: arduino, arduino-mbed, hid, lcd, platformio, rp2040, softspi, st7789, tinyusb, touch, xpt2046
- Language: C
- Homepage:
- Size: 32.3 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPi-Pico-USB [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Arduino tinyUSB related projects w/ RPi-Pico _(Work-in-Progress)_- The soft version depends on Adafruit/ST7789 && Bodmer/TFT_Touch
- The hard version depends on Adafruit/ST7789 && Links2004/XPT2046
Project LCD2.8"(ST7789) + Touch(XPT2046) w/ Soft/Hard SPI
-Soft SPI->
-Hard SPI->
Project LCD2.8"(ST7789) + Touch-IRQ w/ RP2040 pioSPI interpolation
Added HID circle mouse
Working on color sense!
## References
-[RPi_Pico](https://www.raspberrypi.org/documentation/pico/getting-started/) Pico Getting Started!
-[Adafruit tinyUSB Library](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) Arduino tinyUSB library fork.
-[W3C WebUSB API](https://wicg.github.io/webusb/) WebAPI
-[HTML5 online gamepad tester](https://gamepad-tester.com/) GamePad-tester.com
-[HidPyToy](https://github.com/todbot/hidpytoy) A cross platform HID test tool
-[AMS Color Sensor Documents](https://ams.com/zh/download-center) AMS Color Sensor Documents.