Description
I have tried to create a scale widget on LVGL9 by
lv_example_scale_1() as the following code.
However when I want to know the size of the scale,
it shows the width = 0 and the height = 0.
How to receive the correct width and height of the scale?
Thank you.
What MCU/Processor/Board and compiler are you using?
MCU = ESP32
What LVGL version are you using?
LVGL 9
What do you want to achieve?
Get the scale widget’s width and the height .