LVGL Chart Ticks

Hello Everyone,

I am toying around with vobot mini dock to display power charts of my coffeemachine.

However, it seems like I am running into a problem displaying the ticks and labels on the Y axis.
The docker test setup works totally well using “set_axis_tick”, if I load the code to my dock it errors out telling me that this function does not exist.

Checking the documentation of LVGL 9.1 I noticed that set_axis_tick has been deprecated.
The problem now seems that the “vobot/mini-dock-app-dev:latest” container does not have the correct LVGL version.

Anyhow, I did try to migrate my code, but it’s impossible to debug like this.
Any hints on how to get the ticks working?

Hello,

We have completed the update of docker, and the LVGL version has been updated to 9.1. Please execute the following command to update:
docker pull vobot/mini-dock-app-dev:latest

If you have any questions about the use of the product, please feel free to contact us.

2 Likes

Very nice, it works now, thanks :slight_smile: