Skip to content

Commit

Permalink
Merge pull request #511 from henrygab/QuinLed_Quad_Outputs
Browse files Browse the repository at this point in the history
QuinLED Quad outputs update
  • Loading branch information
forkineye committed Apr 18, 2022
2 parents 0852ee6 + 3e3eecc commit 1a423bf
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
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"
}
}
]
}

0 comments on commit 1a423bf

Please sign in to comment.