aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Music.cpp
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+1
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-1/+1
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* Rename lvgl image files to .cFinlay Davidson2022-06-051-3/+3
|
* Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski2022-04-291-1/+1
| | | | | | | | | There is a large step in brightness from level zero to level one. After experimenting with various ST7789 options, I found that decreasing VDV to 0x10 (-0.4V) fixes this issue. The gamma change reduced the average error in brightness, but with the underlying issue fixed, the gamma change has been reverted.
* Remove now unused position overrideRiku Isokoski2022-04-251-3/+0
| | | | It gets overridden later anyway
* Update track progress in MusicService. Fix #127Riku Isokoski2022-04-251-22/+11
|
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-1/+1
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-27/+23
|
* Improve gesture consistency across the firmwareRiku Isokoski2021-12-301-6/+8
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-3/+3
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-281-1/+1
|\
| * Fix music app buttonsRiku Isokoski2021-08-181-1/+1
| |
* | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-37/+31
|\|
| * Ui updateRiku Isokoski2021-08-151-37/+31
| |
* | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-2/+0
|\|
| * Fix slow scrollRiku Isokoski2021-07-251-3/+1
| |
* | Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski2021-07-191-1/+1
| |
* | Refresh reworkRiku Isokoski2021-07-191-4/+5
|/
* Reformatted all the files according to clang-format styleAvamander2021-04-241-41/+39
|
* apply button theme to Music UIpetter2021-04-141-11/+26
|
* Merge pull request #259 from JF002/fix-music-app2JF0022021-04-091-9/+13
|\ | | | | Fix music app
| * Fix music app :Jean-François Milants2021-04-041-9/+13
| | | | | | | | | | - Enable LVGL animation (and disable groups, which were not used), and set the speed. - Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
* | Big UI and navigation RewriteJoaquim2021-04-041-5/+0
|/ | | | | | | | | | | new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
* 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