Skip to content

Commit

Permalink
max10: update to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redchenjs committed Apr 26, 2021
1 parent 9e38075 commit 7a15cad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/redchenjs/bluetooth_visual_speaker_esp32
[submodule "max10"]
path = max10
url = https://github.com/redchenjs/ws281x_cube_controller_max10
url = https://github.com/redchenjs/neopixel_led_controller_max10
[submodule "weixin"]
path = weixin
url = https://github.com/redchenjs/music_light_cube_weixin
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Music Light Cube
## Main Features

* Full color 8x8x8 RGB LED cube (WS2812D-F5 / APA106 LED, 64 LEDs per layer, 8 layers in total)
* High refresh rate (dedicated FPGA-based [MAX10 LED Controller](https://github.com/redchenjs/ws281x_cube_controller_max10), up to 500fps@8x8x8)
* Bluetooth A2DP audio streaming ([ESP32 VFX Controller](https://github.com/redchenjs/bluetooth_visual_speaker_esp32), I2S output)
* High refresh rate (dedicated FPGA-based [NeoPixel LED Controller](https://github.com/redchenjs/neopixel_led_controller_max10), up to 500fps@8x8x8)
* Bluetooth A2DP audio streaming ([Visual Effects Controller](https://github.com/redchenjs/bluetooth_visual_speaker_esp32), I2S output)
* Various animations (Audio FFT / Rainbow / Starsky / ...)
* Optional audio input interface (I2S / PDM microphone)
* BLE control interface ([WeChat Mini-Program](https://github.com/redchenjs/music_light_cube_weixin))
* OTA firmware update ([Bluetooth Firmware Updater](https://github.com/redchenjs/bluetooth_firmware_updater_qt))
* OTA firmware update ([WeChat Mini-Program](https://github.com/redchenjs/music_light_cube_weixin) / [Bluetooth Firmware Updater](https://github.com/redchenjs/bluetooth_firmware_updater_qt))

## Repositories

* [ESP32 VFX Controller](https://github.com/redchenjs/bluetooth_visual_speaker_esp32)
* [MAX10 LED Controller](https://github.com/redchenjs/ws281x_cube_controller_max10)
* [WeChat Mini-Program](https://github.com/redchenjs/music_light_cube_weixin)
* [NeoPixel LED Controller](https://github.com/redchenjs/neopixel_led_controller_max10)
* [Visual Effects Controller](https://github.com/redchenjs/bluetooth_visual_speaker_esp32)
* [Bluetooth Firmware Updater](https://github.com/redchenjs/bluetooth_firmware_updater_qt)

## Demo
Expand Down

0 comments on commit 7a15cad

Please sign in to comment.