summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Music.cpp
AgeCommit message (Collapse)Author
2022-07-17Revert "Fix large blacklevel step. Lower 25% of shades are now accessible."Michele Bini
This reverts commit 8061822f0cba9caa9d957b85a8284ab3120aaf3e.
2022-06-05Rename lvgl image files to .cFinlay Davidson
2022-04-29Fix large blacklevel step. Lower 25% of shades are now accessible.Riku Isokoski
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.
2022-04-25Remove now unused position overrideRiku Isokoski
It gets overridden later anyway
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski
2022-04-25Tweak gamma on ST7789 and match UI colorsRiku Isokoski
This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
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
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.
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
Fix music app
2021-04-04Fix music app :Jean-François Milants
- 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)
2021-04-04Big UI and navigation RewriteJoaquim
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...
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants
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
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 ↵Avamander
from arrays
2020-10-15Refactored and improved the Music watchappAvamander
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander