Skip to content

Releases: awawa-dev/HyperSerialPico

HyperSerialPico

13 Aug 12:38
09f1180
Compare
Choose a tag to compare

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

11 Jun 21:30
3e6b8a4
Compare
Choose a tag to compare

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

13 May 15:56
244de8d
Compare
Choose a tag to compare
  • Add support for classic Adalight protocol (in classic_adalight.zip, for applications other than HyperHDR)
  • Cosmetic: remove Pico SDK dummy device (#1)

HyperSerialPico

08 May 19:14
950f069
Compare
Choose a tag to compare

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.