HyperSerialPico

High-speed Adalight USB serial LED driver implementation for Raspberry Pi Pico RP2040. Support for sk6812/ws2812b/apa102 and others using Rpi multi-core, DMA, PIO, SPI and parallel output.

MIT License

Stars
57
Committers
3

Bot releases are visible (Hide)

HyperSerialPico - HyperSerialPico Latest Release

Published by github-actions[bot] about 1 year ago

For more information and help please follow this topic: link

  • Added direct support for some boards with built-in 3.3V to 5V level shifter: Adafruit Feather RP2040 Scorpio, Adafruit ItsyBitsy RP2040, Pimoroni Plasma 2040 and Pimoroni Plasma Stick 2040 W (#8). You can download ready to upload firmware from the HyperSerialPico release section. Read more: link
  • New workaround option for non-booting devices e.g. old Adafruit revisions (#10)
  • Increase ws2812b timings for better compatibility (#7)
HyperSerialPico - HyperSerialPico

Published by github-actions[bot] over 1 year ago

For more information and help please follow this topic: https://github.com/awawa-dev/HyperHDR/discussions/561

  • Fixed pinout for SPI/apa102 led strip (#4). Rp2040 muxer only allows some pins for SPI hardware output The default pinout for SPI has been changed.
  • Added parameter to build configuration which SPI interface should be used for apa102 led strip (spi0/spi1, spi0 by default). Each SPI interface has its own allowed pinout.
HyperSerialPico - HyperSerialPico

Published by github-actions[bot] over 1 year ago

  • Add support for classic Adalight protocol (in classic_adalight.zip, for applications other than HyperHDR)
  • Cosmetic: remove Pico SDK dummy device (#1)
HyperSerialPico - HyperSerialPico

Published by github-actions[bot] over 1 year ago

HyperHDR's high-speed Adalight serial port LED driver implementation for Raspberry Pi Pico RP2040.
Support for Pico hardware acceleration (PIO/SPI/DMA), parallel output for ws281x(rgb)/sk6812(rgbw), SPI leds (APA102, SK9812, HD107).
First release.