update lvgl simulator on ubuntu

This commit is contained in:
kingham
2025-09-11 16:36:41 +08:00
parent b7e746a7c2
commit 9086eca198
2800 changed files with 610723 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 || exit ; pwd -P )"
sed -n '/LVGL_VERSION_MAJOR/ {N;s@#define \+LVGL_VERSION_M.... \+@@g;s@\n@.@p}' "$SCRIPTPATH/../lv_version.h"