Sensor value to use in pages.json #732
-
I captured a sensor value with my_custom.cpp and want to show it in a specific page on the display. Can this be done via pages.json? Can the sensor value be linked to a page / id? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You need to do this in your custom code. You can use openHASP or LVGL api's to modify the object: |
Beta Was this translation helpful? Give feedback.
-
I solved the memory problem by increasing LV_MEM_SIZE and LV_VDB_SIZE in include/user_config_override. |
Beta Was this translation helpful? Give feedback.
You need to do this in your custom code. You can use openHASP or LVGL api's to modify the object:
check out #653