Merge branch 'develop' into refresh_rework

This commit is contained in:
Riku Isokoski
2021-08-15 13:35:15 +03:00
19 changed files with 216 additions and 180 deletions

View File

@@ -57,10 +57,11 @@ namespace Pinetime {
lv_obj_t* imgDiscAnim;
lv_obj_t* txtTrackDuration;
lv_style_t btn_style;
/** For the spinning disc animation */
bool frameB;
bool displayVolumeButtons = false;
Pinetime::Controllers::MusicService& musicService;
std::string artist;