-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Play a sample on boot.
- Loading branch information
Showing
159 changed files
with
2,549 additions
and
20,734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,13 @@ | |
[submodule "lib/webp/libwebp"] | ||
path = lib/webp/libwebp | ||
url = https://github.com/webmproject/libwebp.git | ||
[submodule "components/esp-audio-player"] | ||
path = components/esp-audio-player | ||
url = [email protected]:chmorgan/esp-audio-player.git | ||
[submodule "components/esp-libhelix-mp3"] | ||
path = components/esp-libhelix-mp3 | ||
url = [email protected]:chmorgan/esp-libhelix-mp3.git | ||
[submodule "lib/HUB75"] | ||
path = lib/HUB75 | ||
url = [email protected]:tidbyt/ESP32-HUB75-MatrixPanel-I2S-DMA.git | ||
branch = rohan/esp-idf-5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
cmake_minimum_required(VERSION 3.16.0) | ||
include($ENV{IDF_PATH}/tools/cmake/project.cmake) | ||
list( | ||
APPEND | ||
EXTRA_COMPONENT_DIRS | ||
components | ||
lib/HUB75) | ||
project(firmware) |
Submodule esp-audio-player
added at
916bc8
Submodule esp-libhelix-mp3
added at
a6cd3f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
dependencies: | ||
chmorgan/esp-libhelix-mp3: | ||
component_hash: cbb76089dc2c5749f7b470e2e70aedc44c9da519e04eb9a67d4c7ec275229e53 | ||
source: | ||
service_url: https://api.components.espressif.com/ | ||
type: service | ||
version: 1.0.3 | ||
idf: | ||
component_hash: null | ||
source: | ||
type: idf | ||
version: 4.4.4 | ||
manifest_hash: 81327a7819f5bc7bf271896e30d778a5c5f8f8f754dfbc8e245723b4a37d3107 | ||
version: 5.3.0 | ||
manifest_hash: 457b0ef96cde12dc161597c3aace929636c8878d5cd57802659397e616b041d1 | ||
target: esp32 | ||
version: 1.0.0 |
48 changes: 0 additions & 48 deletions
48
lib/HUB75/ESP32-HUB75-MatrixPanel-I2S-DMA/.github/workflows/pio_build.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.