summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
AgeCommit message (Collapse)Author
2022-04-01.Michele Bini
2022-04-01more fixesMichele Bini
2022-03-31remove lv_font_sysMichele Bini
2022-03-30Disable antialias for ultraredux branchMichele Bini
2022-03-30only use neofont15Michele Bini
2022-03-30Add neofont15Michele Bini
2022-03-27Set smaller font and show battery percentage in watchfaceMichele Bini
2022-03-27Revert "Revert "Test neofont1 in theme""Michele Bini
This reverts commit 7c21234cd3c2e008e10ac210bb5acf45f8c51f93.
2022-03-27Revert "Test neofont1 in theme"Michele Bini
This reverts commit 5313a788fed9a4cf19214eee8e9b1b4a67d043c4.
2022-03-27Test neofont1 in themeMichele Bini
2022-03-27Continue neofont supportMichele Bini
2022-03-27remove font jetbrains_mono_extrabold_compressed, replace with neofont3Michele Bini
2022-03-26Try a different way to remove animationsMichele Bini
2022-03-26Revert "sans animations"Michele Bini
This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51.
2022-03-26Removing unused fonts though it doesn't affect compilation size in the ↵Michele Bini
current setup
2022-03-25sans animationsMichele Bini
2022-03-25sans lv table, about ~140b savedMichele Bini
2022-03-24sans infinitimestyleMichele Bini
2021-07-25Fix compile warningsJonathan Vander Mey
2021-07-14Set correct refresh times for lvgl (#488)Riku Isokoski
2021-07-13Merge branch 'lvgl_use_system_tick' of ↵Jean-François Milants
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.org
* 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 Isokoski
2021-06-29Add PineTimeStyle watchface (#334)kieranc
* 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 appJoaquim
Settings to set the steps goal More detail in Motion app New 42px Font
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-04double tap wakeup error fixJoaquim
battery nonblocking read
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-01-28LVGL v7.10.0Joaquim
2020-04-05Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF
saves ~60KB of flash!
2020-03-01Remove default lvgl font (roboto).JF
2020-03-01Simplify Tile to improve refresh speed (it's not a tile anymore...).JF
Disable debug mode of lvgl.
2020-02-23Do not compile GFX and older fonts anymore.JF
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.JF
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF