feat: integrate MCP and ES3C28P audio support with upstream compatibility updates
This commit is contained in:
@@ -26,6 +26,12 @@ void statusbar_icon_set_image(int8_t id, const std::string& image);
|
||||
/** Update the visibility for an icon on the statusbar. Does not need to be called with LVGL lock. */
|
||||
void statusbar_icon_set_visibility(int8_t id, bool visible);
|
||||
|
||||
/** Set the battery text. Does not need to be called with LVGL lock. */
|
||||
void statusbar_set_battery_text(const std::string& text);
|
||||
|
||||
/** Set the battery text visibility. Does not need to be called with LVGL lock. */
|
||||
void statusbar_set_battery_visibility(bool visible);
|
||||
|
||||
int statusbar_get_height();
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user