Panels void init_panels(void) void update_panels(void) Each of these void functions will be generated when having panels in scope. init_panels is called once at startup, to initialize the panels. update_panels is called periodically to update and refresh the panels.
Each of these void functions will be generated when having panels in scope. init_panels is called once at startup, to initialize the panels. update_panels is called periodically to update and refresh the panels.
init_panels
update_panels