summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.cpp
AgeCommit message (Collapse)Author
2022-06-11Merge tag 'edge-0.2.0' into edgeMichele Bini
2022-06-11Make neofont0mono available.Michele Bini
Reduce memfrag visor to 3x4 characters test allocations with 8-byte granularity, try to test pvPort(Malloc|Free) Improve display by displaying 8-byte words, try to improve pvPortMalloc fragmentation detection Display memory fragmentation stats at the beginning and update when screen is touched. Align fragmentation stats display to right.
2022-06-06New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski
2022-06-05Display memory fragmentation statsMichele Bini
2022-05-12Optimized accelerometer access via system task functions.Michele Bini
2022-05-11Use nullptr when aligning relative to parentMichele Bini
2022-04-21Merge branch 'rev22-develop' into edgeMichele Bini
2022-04-18Replace lv_label_set_text where possibleRiku Isokoski
2022-04-11Tweak heartrate display for digital and analog24 watchfacesMichele Bini
2022-04-10Improve watch font sizesMichele Bini
2022-04-10battery statsMichele Bini
2022-04-10Display deciseconds in digital watchfaceMichele Bini
2022-04-10Watchface digital display: seconds and temperatureMichele Bini
2022-04-10fix for previous commitMichele Bini
2022-04-10Use neofontsMichele Bini
2022-04-02Replace airplane mode with a bluetooth toggleRiku Isokoski
2022-03-03removed SetClockFace from watchface ConstructorsYehoshua Pesach Wallach
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants
into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
2022-02-20Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants
into evergreen22-airplane-mode # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin
2021-12-30Real white nowhubmartin
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin
2021-12-24Add airplane mode featureJames A. Jerkins
Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632
2021-12-02WatchFaceDigital: add missing include to Settings.hReinhold Gschweicher
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-09-22Show plug icon while plugged inRiku Isokoski
2021-09-03Detect full charge and improve watchface displayRiku Isokoski
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-15Ui updateRiku Isokoski
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants
inspired by PR #232 by nscooling.
2021-07-19Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski
2021-07-19Refresh reworkRiku Isokoski
2021-05-02Show heartbeat icon in watchface in gray if data is missingEivind Mork
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-04-11Move Task info to about menuJoaquim
fix build error in WatchFaceDigital
2021-04-100.16.0 TWI problems fixJoaquim
More memory for freertos heap and timer stack Fix warning in watchface Fix number of bytes read by cst816 Debug app to show freertos tasks Increased the number of bytes of the twi write buffer
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants
# Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h
2021-04-04Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants
fails. This allows to boot InfiniTime even if the device cannot initialize.
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants
wrist rotation + app to see the value of the 3 axis in "real time".
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-03-08fix AM/PMJoaquim José Almeida Pereira
2021-03-06Update from JF comments to PRJoaquim
2021-02-24Multi face support, analog clock, 12/24 configJoaquim