Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuinLED Quad outputs update #511

Merged
merged 4 commits into from Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -24,7 +24,8 @@
#define DEFAULT_RMT_1_GPIO gpio_num_t::GPIO_NUM_3
#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_1
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_4
#define RMT_LAST OutputChannelId_RMT_4
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_15 // Q1R output can be used for pixels
#define RMT_LAST OutputChannelId_RMT_5

#define DEFAULT_I2C_SDA gpio_num_t::GPIO_NUM_21
#define DEFAULT_I2C_SCL gpio_num_t::GPIO_NUM_22
Expand Down
Expand Up @@ -26,7 +26,8 @@
#define DEFAULT_RMT_1_GPIO gpio_num_t::GPIO_NUM_3
#define DEFAULT_RMT_2_GPIO gpio_num_t::GPIO_NUM_1
#define DEFAULT_RMT_3_GPIO gpio_num_t::GPIO_NUM_4
#define RMT_LAST OutputChannelId_RMT_4
#define DEFAULT_RMT_4_GPIO gpio_num_t::GPIO_NUM_15 // Q1R output can be used for pixels
#define RMT_LAST OutputChannelId_RMT_5

#define DEFAULT_I2C_SDA gpio_num_t::GPIO_NUM_21
#define DEFAULT_I2C_SCL gpio_num_t::GPIO_NUM_22
Expand Down
70 changes: 70 additions & 0 deletions dist/firmware/firmware.json
Expand Up @@ -327,6 +327,76 @@
"size": "0x50000",
"offset": "0x3B0000"
}
},
{
"name": "QuinLED-Dig-Quad",
"description": "QuinLED-Dig-Quad (pre-assembled v3r1)",
"chip": "esp32",
"appbin": "esp32/esp32_quinled_quad-app.bin",
"esptool": {
"baudrate": "460800",
"options": "--before default_reset --after hard_reset",
"flashcmd": "write_flash -z"
},
"binfiles": [
{
"name": "esp32/esp32_quinled_quad-bootloader.bin",
"offset": "0x1000"
},
{
"name": "esp32/esp32_quinled_quad-partitions.bin",
"offset": "0x8000"
},
{
"name": "esp32/boot_app0.bin",
"offset": "0xe000"
},
{
"name": "esp32/esp32_quinled_quad-app.bin",
"offset": "0x10000"
}
],
"filesystem": {
"page": "256",
"block": "4096",
"size": "0x50000",
"offset": "0x3B0000"
}
},
{
"name": "QuinLED-Dig-Quad ETH",
"description": "QuinLED-Dig-Quad with Ethernet (pre-assembled v3r1)",
"chip": "esp32",
"appbin": "esp32/esp32_quinled_quad_eth-app.bin",
"esptool": {
"baudrate": "460800",
"options": "--before default_reset --after hard_reset",
"flashcmd": "write_flash -z"
},
"binfiles": [
{
"name": "esp32/esp32_quinled_quad_eth-bootloader.bin",
"offset": "0x1000"
},
{
"name": "esp32/esp32_quinled_quad_eth-partitions.bin",
"offset": "0x8000"
},
{
"name": "esp32/boot_app0.bin",
"offset": "0xe000"
},
{
"name": "esp32/esp32_quinled_quad_eth-app.bin",
"offset": "0x10000"
}
],
"filesystem": {
"page": "256",
"block": "4096",
"size": "0x50000",
"offset": "0x3B0000"
}
}
]
}