summaryrefslogtreecommitdiff
path: root/src/libs
AgeCommit message (Collapse)AuthorFilesLines
2021-03-21Updated lvgl submodule to match with develop branchpanky-codes1-0/+0
2021-02-23Fix LVGL submodule (sorry!)Jean-François Milants294-241414/+0
2021-02-23Remove LVGL folder (it's now a submodule)Jean-François Milants340-50932/+203090
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants1-117/+288
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-02-22Fix delay in button actionsJoaquim1-0/+0
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants1-0/+2
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants281-9258/+31323
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-02-01CleanupJoaquim1-0/+0
2021-02-01Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7Joaquim2-3/+3
2021-01-31Normalize all the line endingsJean-François Milants2-3/+3
2021-01-28LVGL v7.10.0Joaquim1-117/+288
2021-01-28LVGL V7 UpgradeJoaquim206-89256/+0
2021-01-17Fix bug in animation management for lv_labelJean-François Milants3-5/+56
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-1/+1
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF1-0/+2
2020-07-11Fix/Workaround a memory leak each time a device connects to BLE.JF1-0/+6
2020-07-08Remove debug (and bad) #includes.JF3-3/+0
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵JF1-2/+2
allocated for FreeRTOS. Add Monitor to log the stack usage of each task.
2020-06-19Disable all loggingJF1-2/+2
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF21-845/+552
2020-05-24Merge developJF40-166/+378
2020-05-17Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen ↵JF40-166/+378
used 2 lv_img objects (occured in Clock).
2020-05-02Merge branch 'nimble' into nimble-otaJF1-2/+2
2020-05-02Update syscfg.hJF2-2/+2
2020-04-30Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().JF1-2/+2
2020-04-26Add Nimble in libs directoryJF629-0/+227915
2020-04-05Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF1-1/+1
saves ~60KB of flash!
2020-03-08When a full screen refresh is done, apply a vertical scroll during the ↵JF205-0/+88993
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
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-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF1-0/+0
than 7s.
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.JF2-0/+587
2020-01-11Add date library (https://github.com/HowardHinnant/date) to manage the date ↵JF10-0/+23402
and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00)