feat: integrate MCP and ES3C28P audio support with upstream compatibility updates

This commit is contained in:
Adolfo Reyna
2026-07-04 15:41:37 -04:00
parent b8bf59fedf
commit 300ddb3a7f
21 changed files with 1260 additions and 33 deletions
@@ -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