summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25Fix compile warningsJonathan Vander Mey1-0/+1
2021-07-14Set correct refresh times for lvgl (#488)Riku Isokoski1-3/+2
2021-07-13Merge branch 'lvgl_use_system_tick' of ↵Jean-François Milants1-4/+4
https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h
2021-07-11Using littlefs (#438)joaquim.org1-2/+2
* add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS
2021-07-07LVGL use system tickRiku Isokoski1-4/+4
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-0/+1
* PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com>
2021-04-19New Steps appJoaquim1-0/+1
Settings to set the steps goal More detail in Motion app New 42px Font
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF0021-2/+2
Fix music app
2021-04-04Fix music app :Jean-François Milants1-2/+2
- 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-04double tap wakeup error fixJoaquim1-1/+1
battery nonblocking read
2021-04-04Big UI and navigation RewriteJoaquim1-9/+11
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-01-28LVGL v7.10.0Joaquim1-117/+288
2020-04-05Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF1-1/+1
saves ~60KB of flash!
2020-03-01Remove default lvgl font (roboto).JF1-2/+2
2020-03-01Simplify Tile to improve refresh speed (it's not a tile anymore...).JF1-1/+1
Disable debug mode of lvgl.
2020-02-23Do not compile GFX and older fonts anymore.JF1-2/+2
Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens.
2020-02-16Add touch panel port to lvgl.JF1-1/+1
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF1-6/+6
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF1-0/+587