Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.