-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to set up a Luavgl environment in Visual Studio, and the basic environment has been started. Below are the results of several tests. Can you help me answer any questions? #72
Comments
Hi, after migrating to LVGL v9, the gesture stops working. I haven't got time to fix it yet. For other issues you mentioned, they are mainly issues of the image path. LVGL can use posix or stdio interface. Make sure On the other hand, lvgl-v8 branch is more stable than master. You may try it too. |
May I ask if Lua can provide canvas operations in LVGL8
lv_canvas_blur_hor lv_canvas_blur_ver
Message ID: ***@***.***>
… |
It can, but currently the API is missing in LUA. The whole canvas widget is not available but can be easily added following examples of image etc. |
Hi @jinsc123654 The best workaround I can think of is to generate a pre-blurred image. |
Introduce the problem
visual studio 2022+lvgl9.3.0dev+lua5.3.4
The screenshot below shows the result of running the Lua routine.
You can see that some routines are abnormal. What could be the reason for these exceptions?
Is it caused by the file system path of Windows?
examples.lua
keyboard.lua
gesture
objid
font
uservalue
roller
dropdown
extension
fs
indev
group
protectedcall
During compilation, this code cannot be compiled properly in some compilers.
I have made the following modifications.
The text was updated successfully, but these errors were encountered: