aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Music.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants2021-02-231-3/+0
|\ | | | | | | | | | | | | | | | | | | | | | | joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h
| * LVGL v7.10.0Joaquim2021-01-281-3/+0
| |
* | improve music UI with icons for play/pause/next/prev/ and volumepetter2021-01-271-7/+8
|/
* Include cleanup: displayapp + screensokaestne2020-11-161-2/+6
|
* Made sure to use right data type for a negative numberAvamander2020-10-151-1/+1
|
* Removed weird parentheses from constexprAvamander2020-10-151-3/+3
|
* Changed #define to constexpr in Music.cppAvamander2020-10-151-3/+3
|
* Unified MusicStatus enum constant capitalization with othersAvamander2020-10-151-7/+7
|
* Reordered the functions in Music.cpp correctlyAvamander2020-10-151-11/+11
|
* Added lv_img_set_src_arr that does better type checking when drawing images ↵Avamander2020-10-151-0/+11
| | | | from arrays
* Refactored and improved the Music watchappAvamander2020-10-151-95/+251
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+125