hi i had created label and put adc value on it is it possible the get click on that value or lable like button any function?
There are only generic events associated with the label object
Please fill out the template to provide enough information to investigate your issue. Be sure to give a clear description of exactly what you’re trying to achieve. At the moment I’m not quite sure what you’re looking to do.
> ## Important: posts that do not use this template will be ignored or closed.
>
> ## Before posting
> - Get familiar with [Markdown](https://forum.lvgl.io/t/get-familiar-with-markdown/403) to format and structure your post
> - Be sure to update [lvgl](https://github.com/littlevgl/lvgl) from the latest version from the `master` branch.
> - Be sure you have checked the relevant part of the [documentation](https://docs.littlevgl.com/en/html/index.html). **We will not respond in detail to posts where you haven't read the relevant documentation.**
> - If applicable use the [Simulator](https://docs.littlevgl.com/en/html/get-started/pc-simulator.html) to eliminate hardware related issues.
>
> *Delete this section if you read and applied the mentioned points.*
## Description
### What MCU/Processor/Board and compiler are you using?
### What do you want to achieve?
### What have you tried so far?
## Code to reproduce
Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.
The code block(s) should be formatted like:
```c
/*You code here*/
```