Skip to content

Commit 0f4c17e

Browse files
committed
add lvgl lv_image_dsc_t support
1 parent 91a281f commit 0f4c17e

File tree

9 files changed

+1220
-134
lines changed

9 files changed

+1220
-134
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@
528528
"command": "espIdf.viewAsHex",
529529
"when": "inDebugMode && debugType == 'gdbtarget' && debugState == stopped",
530530
"group": "navigation"
531+
},
532+
{
533+
"command": "espIdf.viewAsLVGLImage",
534+
"when": "inDebugMode && debugType == 'gdbtarget' && debugState == stopped",
535+
"group": "navigation"
531536
}
532537
]
533538
},
@@ -1770,6 +1775,11 @@
17701775
"title": "%espIdf.viewAsHex.title%",
17711776
"category": "ESP-IDF"
17721777
},
1778+
{
1779+
"command": "espIdf.viewAsLVGLImage",
1780+
"title": "%espIdf.viewAsLVGLImage.title%",
1781+
"category": "ESP-IDF"
1782+
},
17731783
{
17741784
"command": "espIdf.openImageViewer",
17751785
"title": "%espIdf.openImageViewer.title%",

package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"espIdf.webview.nvsPartitionEditor.title": "Abrir Editor de Partición NVS",
9898
"espIdf.welcome.title": "Bienvenido",
9999
"espIdf.viewAsHex.title": "Ver como Hexadecimal",
100+
"espIdf.viewAsLVGLImage.title": "Ver como Imagen LVGL",
100101
"espIdf.openImageViewer.title": "Abrir Visor de Imágenes",
101102
"espIdf.hexView.copyValue.title": "Copiar valor al portapapeles",
102103
"espIdf.hexView.deleteElement.title": "Eliminar valor hexadecimal de la lista",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"espIdf.unitTest.flashUnitTestApp.title": "Unit Test: Flash Unit Test App",
9696
"espIdf.unitTest.installPyTest.title": "Unit Test: Install ESP-IDF PyTest Requirements",
9797
"espIdf.viewAsHex.title": "View as Hex",
98+
"espIdf.viewAsLVGLImage.title": "View as LVGL Image",
9899
"espIdf.openImageViewer.title": "Open Image Viewer",
99100
"espIdf.hexView.copyValue.title": "Copy value to clipboard",
100101
"espIdf.hexView.deleteElement.title": "Delete hex value from list",

package.nls.pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"espIdf.webview.nvsPartitionEditor.title": "Abra o Editor de Partição NVS",
9898
"espIdf.welcome.title": "Bem-vindo",
9999
"espIdf.viewAsHex.title": "Ver como Hexadecimal",
100+
"espIdf.viewAsLVGLImage.title": "Ver como Imagem LVGL",
100101
"espIdf.openImageViewer.title": "Abrir Visor de Imagens",
101102
"espIdf.hexView.copyValue.title": "Copiar valor para a área de transferência",
102103
"espIdf.hexView.deleteElement.title": "Excluir valor hexadecimal da lista",

package.nls.ru.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"espIdf.unitTest.flashUnitTestApp.title": "Unit Test: Прошивка Unit Test App",
9696
"espIdf.unitTest.installPyTest.title": "Unit Test: Установка требований ESP-IDF PyTest.",
9797
"espIdf.viewAsHex.title": "Просмотреть как шестнадцатеричное",
98+
"espIdf.viewAsLVGLImage.title": "Просмотреть как изображение LVGL",
9899
"espIdf.openImageViewer.title": "Открыть просмотрщик изображений",
99100
"espIdf.hexView.copyValue.title": "Скопировать значение в буфер обмена",
100101
"espIdf.hexView.deleteElement.title": "Удалить шестнадцатеричное значение из списка",

package.nls.zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"espIdf.unitTest.flashUnitTestApp.title": "单元测试:烧录单元测试应用程序",
9696
"espIdf.unitTest.installPyTest.title": "单元测试:安装 ESP-IDF PyTest 依赖项",
9797
"espIdf.viewAsHex.title": "以十六进制查看",
98+
"espIdf.viewAsLVGLImage.title": "以 LVGL 图像查看",
9899
"espIdf.openImageViewer.title": "打开图像查看器",
99100
"espIdf.hexView.copyValue.title": "复制值到剪贴板",
100101
"espIdf.hexView.deleteElement.title": "从列表中删除十六进制值",

0 commit comments

Comments
 (0)