dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Support for T-Display RP2040 and T-PicoC3 #122

Closed skyblaster closed 1 year ago

skyblaster commented 1 year ago

I came across these interesting devices and am wondering if either are compatible with this project?

skyblaster commented 1 year ago

IIUC, the answer is kindof. The board has yet to me merged into CircuitPython, however there is a build artifact that should work. https://github.com/adafruit/circuitpython/issues/6024 https://github.com/adafruit/circuitpython/pull/6037 https://github.com/Xinyuan-LilyGO/LILYGO-T-display-RP2040/issues/5

rcarteraz commented 1 year ago

IIUC, the answer is kindof. The board has yet to me merged into CircuitPython, however there is a build artifact that should work. adafruit/circuitpython#6024 adafruit/circuitpython#6037 Xinyuan-LilyGO/LILYGO-T-display-RP2040#5

How do you access the build artifact? Last I tried I believe it said expired and I couldn’t figure out how to download it.