diff --git a/packages/project-editor/lvgl/build-image-info-dialog.tsx b/packages/project-editor/lvgl/build-image-info-dialog.tsx index e366372c..7daa851e 100644 --- a/packages/project-editor/lvgl/build-image-info-dialog.tsx +++ b/packages/project-editor/lvgl/build-image-info-dialog.tsx @@ -130,6 +130,29 @@ const BuildImageInfoDialog = observer( } get pngquantInfo() { + if (this.isWindows) { + return ( +
+ Install pngquant tool: +
++ Download from{" "} + { + event.preventDefault(); + openLink("https://pngquant.org"); + }} + > + https://pngquant.org + + , put it in your PATH and restart Studio. +
+