summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Music.cpp
AgeCommit message (Expand)Author
2022-07-17Revert "Fix large blacklevel step. Lower 25% of shades are now accessible."Michele Bini
2022-06-05Rename lvgl image files to .cFinlay Davidson
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski
2022-04-25Remove now unused position overrideRiku Isokoski
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski
2021-12-30Improve gesture consistency across the firmwareRiku Isokoski
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-18Fix music app buttonsRiku Isokoski
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-15Ui updateRiku Isokoski
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-07-25Fix slow scrollRiku Isokoski
2021-07-19Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski
2021-07-19Refresh reworkRiku Isokoski
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-14apply button theme to Music UIpetter
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF002
2021-04-04Fix music app :Jean-François Milants
2021-04-04Big UI and navigation RewriteJoaquim
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into joaquimor...Jean-François Milants
2021-01-28LVGL v7.10.0Joaquim
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter
2020-11-16Include cleanup: displayapp + screensokaestne
2020-10-15Made sure to use right data type for a negative numberAvamander
2020-10-15Removed weird parentheses from constexprAvamander
2020-10-15Changed #define to constexpr in Music.cppAvamander
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander
2020-10-15Reordered the functions in Music.cpp correctlyAvamander
2020-10-15Added lv_img_set_src_arr that does better type checking when drawing images f...Avamander
2020-10-15Refactored and improved the Music watchappAvamander
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander