Skip to content

Commit

Permalink
Update manifest_all.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 1c1415d commit 6b79089
Showing 1 changed file with 0 additions and 91 deletions.
91 changes: 0 additions & 91 deletions manifest_all_v1.1.0.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,4 @@
[
{
"name": "ESP32-S3-LCD-EV-Board",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"ESP-IDF"
],
"hardware": {
"chipVendor": "Espressif",
"manufacturer": "Espressif",
"specs": {
"MCU": "ESP32-S3",
"RAM": "512 KB internal SRAM, 8/16 MB external PSRAM",
"Flash": "2/4/8/16 MB",
"GPU": "None",
"Resolution": "800x480 / 480x480",
"Display Size": "4.3\u201d / 3.95\u201d",
"Interface": "RGB LCD",
"Color Depth": "24-bit",
"Technology": "IPS",
"DPI": "216 px/inch / 171 px/inch",
"Touch Pad": "Capacitive (GT1151/FT5x06)"
}
},
"description": "ESP32-S3-LCD-EV-Board is a development board for evaluating and verifying ESP32-S3 screen interactive applications. It has the functions of touch screen interaction and voice interaction.",
"shortDescription": "Powerful ESP32-S3 based development board supporting various displays.",
"urlToClone": "https://github.com/lvgl/lv_port_espressif_esp32-s3-lcd-ev-board",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/espressif/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Display",
"options": [
{
"name": "800x480",
"value": "0",
"default": "true"
},
{
"name": "480x480",
"value": "1"
}
],
"actions": [
{
"ifValue": "1",
"toAppend": "CONFIG_BSP_LCD_SUB_BOARD_480_480=y",
"filePath": "sdkconfig.defaults"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
],
"actions": [
{
"ifValue": "1",
"toReplace": "CONFIG_LV_USE_PERF_MONITOR=.+",
"newContent": "CONFIG_LV_USE_PERF_MONITOR=y",
"filePath": "sdkconfig.defaults"
},
{
"ifValue": "0",
"toReplace": "CONFIG_LV_USE_PERF_MONITOR=.+",
"newContent": "CONFIG_LV_USE_PERF_MONITOR=n",
"filePath": "sdkconfig.defaults"
}
]
}
]
},
{
"name": "LVGL on Linux",
"maintainer": "LVGL",
Expand Down

0 comments on commit 6b79089

Please sign in to comment.