Replies: 7 comments 14 replies
-
For reference here is the LVGL Documentation: |
Beta Was this translation helpful? Give feedback.
-
There was a breaking change in LVGL 9.0. You should now use |
Beta Was this translation helpful? Give feedback.
-
One more question: Is there a way to change the alignment of the following widgets? I want to get the clock display centered on the top line.
|
Beta Was this translation helpful? Give feedback.
-
Need more help in following the example that I started with: When I remove the remark from following line there is an error:
If I move the line before the line then it works. Is there some order of precedence that the object of the callback function can be defined after the callback function but all other objects need to be defined earlier in the order? |
Beta Was this translation helpful? Give feedback.
-
Have you tried HASPmota ? It should make things much simpler for you |
Beta Was this translation helpful? Give feedback.
-
Keep in mind there is no connection between the Berry Garbage Collector and LVGL. It means that if you call repeatadly The best way to have multiple screens, just create separate screens and switch them at runtime |
Beta Was this translation helpful? Give feedback.
-
I have done some basic testing to achieve the page navigation as follows:
I confirmed that the following two commands can be used for removing the widgets as one navigates between pages.
However I have an issue when deleting the I have the following on
And have the following in
When the dropdown list get deleted I see the following error:
From https://tasmota.github.io/docs/LVGL_API_Reference/#widget-lvobj The base obj https://tasmota.github.io/docs/LVGL_API_Reference/#widget-lvdropdown Is it a case where the the |
Beta Was this translation helpful? Give feedback.
-
I am trying to get the Berry script from https://templates.blakadder.com/sunton_ESP32-2432S028.html working on a ESP32-2424S012 device with GC9A01 Display & CST816S Touch Sensor.
Running a custom compiled Tasmota with CST816S Driver: Tasmota 14.3.0.7 (tasmota32c3-lvgl-cst816s)
I see the following error on the console:
My investigation points to following piece of code where the problem is:
Probably the
var code = event.code
statement is throwing out the error.When I remark the line the error is not shown.
I need some help to correct the code.
Beta Was this translation helpful? Give feedback.
All reactions