Commit graph

  • 3a0d673df4 Display the SPI flash JEDEC IDs in SystemInformation. main Jean-François Milants 2024-07-23 19:27:19 +0200
  • 53dc9dafe7 aod: simplify AOD disablement based on notification status mark9064 2024-07-21 15:52:35 +0100
  • a407902b06 aod: avoid spinning DisplayApp under high LVGL load mark9064 2024-04-23 00:16:19 +0100
  • 3e8accde69 aod: run LVGL task handler until all work finished mark9064 2024-04-01 00:21:13 +0100
  • 2bb611db8e aod: constant frequency idle frames mark9064 2024-01-25 22:28:53 +0000
  • ef88e8165c aod: porch control: 2Hz idle + 75Hz on mark9064 2024-01-25 22:05:41 +0000
  • da9ab4a7b4 aod: lower lcd voltage mark9064 2023-10-23 22:22:46 +0100
  • 0bcd7e0009 aod: lower voltage going to the display John Crawford 2023-10-17 08:19:01 -0600
  • bf69e0dcc5 aod: fix flashlight brightness restore mark9064 2023-10-25 02:42:14 +0000
  • 947c4f5067 aod: fix brightness getting stuck high mark9064 2023-10-14 16:02:23 -0600
  • 0960d67001 aod: lower refresh rate when always on John Crawford 2023-10-14 15:19:50 -0600
  • 5385f7e275 aod: switch to 8 colors when always on John Crawford 2023-10-14 10:16:49 -0600
  • e884b053d3 aod: disable while in notification sleep John Crawford 2023-10-03 18:50:36 -0600
  • 85a2181b64 aod: integrate with display timeout John Crawford 2023-10-01 10:38:45 -0600
  • 3dca742b65 aod: PPI/RTC-based backlight brightness mark9064 2024-01-22 23:37:52 +0000
  • 20ac7e8df3 feat: always on display KaffeinatedKat 2023-09-29 21:00:07 -0600
  • b4e3c32892 Display the SPI flash JEDEC IDs in SystemInformation. patch/1.14.1 Jean-François Milants 2024-07-23 19:27:19 +0200
  • 54d3b5f968 Display the SPI flash JEDEC IDs in SystemInformation. display-spi-flash-id-in-systeminfo Jean-François Milants 2024-07-23 19:27:19 +0200
  • f8f8993fac Batch display command arguments mark9064 2024-04-04 19:29:46 +0100
  • fdc3b8badb README: Change links from Pine wiki to new documentation Max Buchholz 2024-06-13 08:41:00 +0200
  • f9a16feeaf Continuous time updates Jean-François Milants 2024-06-09 18:26:45 +0200
  • 4930c0cab7 Include assert (fix sim) mark9064 2024-03-30 01:13:16 +0000
  • a449b272f7 Continuous time updates mark9064 2023-12-28 20:56:37 +0000
  • 9e406c70f9 Remove unnecessary BMA421 reads Felipe Martínez 2024-05-12 22:05:30 +0200
  • 0c87bc27b2 Move motorController.Init call to DisplayApp::Start Felipe Martinez 2024-06-02 00:43:25 +0000
  • 0dcfb2edb7 Fix erratum 58 workaround mark9064 2024-01-24 23:30:48 +0000
  • d7e4f7993d Continuous time update - Alternative implementation to #2041 continuous-time-update-alternative-implementation Jean-François Milants 2024-05-01 20:14:55 +0200
  • 06c6935315 Include task header (Fixes sim) mark9064 2024-03-29 16:29:07 +0000
  • 47c104643d Move includes back mark9064 2024-03-25 23:05:01 +0000
  • 7b1110187e Apply display driver datasheet delays mark9064 2024-01-30 23:29:16 +0000
  • 7e460d3c80 Use FreeRTOS delay instead of spinning the CPU mark9064 2023-10-27 00:26:57 +0100
  • 7a9211587a Rename to pre-transaction hook mark9064 2024-04-18 18:54:07 +0100
  • 24e6a2f8ab Avoid storing lambda mark9064 2024-04-11 00:03:36 +0100
  • 9a7ba405e1 Refactor lambdas mark9064 2024-04-02 11:14:45 +0100
  • 940cd3459f Use functional abstraction for hooks mark9064 2024-04-01 17:14:33 +0100
  • 869bec8f88 Refactor display WriteToRam mark9064 2024-02-09 00:11:22 +0000
  • ee925200c3 Remove task to notify mark9064 2024-02-11 14:35:11 +0000
  • 079e676baf SPI transaction hooks mark9064 2024-02-11 00:44:06 +0000
  • 6b5235c301
    fix: heartrate app displays --- instead of 000 (#1887) John Crawford 2024-04-12 06:50:33 -0600
  • 57e625d4dc
    Unify docker devcontainer with dockerfile used for CI (#1587) BloodStainedCrow 2024-03-23 10:45:45 +0100
  • 9a5f516c42 WatchFaceDigital: Remove unused variables Victor Kareh 2024-03-18 12:35:22 -0400
  • 6f146fc0cd Watchface : remove the WatchFace enum remove-watchface-enum Jean-François Milants 2024-03-19 21:39:57 +0100
  • 7c2ead9054 Watchface : remove the WatchFace enum Jean-François Milants 2024-03-19 20:28:45 +0100
  • 4ca2112890
    Emit the message BleRadioEnableToggle to DisplayApp only if the enable state of the radio has actually changed. (#2037) JF 2024-03-15 09:20:19 +0100
  • 3b3701c1b5 Restore brightness level when closing the Flashlight application restore-brightness-level-when-closing-flashlight Jean-François Milants 2024-03-14 21:20:41 +0100
  • 7dbb8f54c6 chrono: Resolve TODOs related to C++20 chrono feats FintasticMan 2024-02-12 13:01:22 +0100
  • d3e5410407 Emit the message BleRadioEnableToggle to DisplayApp only if the enable state of the radio has actually changed. This fixes an issue where the BLE connected logo would disappear when opening and closing the BLE setting (without changing it) while InfiniTime was already connected to a companion app. emit-ble-radio-toggle-only-if-setting-changed Jean-François Milants 2024-03-14 20:51:24 +0100
  • 14c6270903 Typo in example code adumelie 2024-03-14 16:41:17 +0100
  • ef38472278 More typos in code example adumelie 2024-03-14 16:39:36 +0100
  • 4c9d5332c7 Typo in code example adumelie 2024-03-14 16:38:08 +0100
  • 9aa0bc8ecf Fix and update documentation adumelie 2024-03-14 14:55:06 +0100
  • 4d86a3c6c1 Fix conflicts of min and max from stl_algo.h (included from atomic) Ritvik 2024-02-21 20:43:04 -0500
  • 3b4b5a5163 ApplicationList: Reset app menu screen when loading watch face Victor Kareh 2024-02-09 08:22:47 -0500
  • f2df0c45ef lowersleep: Improve algorithm by checking wrist angle FintasticMan 2024-02-12 11:37:34 +0100
  • 636af4d33d Simplify ISR task wake checks mark9064 2024-02-13 00:38:20 +0000
  • 70f6604878 Fix chimes mark9064 2024-02-13 00:33:31 +0000
  • 45f0d9880c Code cleaning : Split displayapp/apps/Apps.h.in into 2 files : Apps.h and WatchFaces.h Jean-François Milants 2024-02-25 16:11:30 +0100
  • 73b22aaaa4 Code cleaning : remove includes to Apps.h that were not needed. Jean-François Milants 2024-02-25 16:03:35 +0100
  • 004b2bf3a0 README: Fix broken URLs Victor Kareh 2024-02-21 14:49:46 -0500
  • 6ab512a6b6 weather: Define function to round and render temperature Victor Kareh 2024-02-12 16:32:52 -0500
  • 68ae335a97 weather: Pad forecast temperatures Victor Kareh 2024-02-10 13:26:47 -0500
  • 1857b02efa weather: Colorize forecast temperatures Victor Kareh 2024-02-02 16:54:40 -0500
  • f422929d8c weather: Add new app with forecast Victor Kareh 2024-01-31 17:41:39 -0500
  • 5d971690cb DateTimeController: Make DayOfWeekShortToStringLow static Victor Kareh 2024-02-12 15:59:40 -0500
  • b0a0afdd4b README: Make hex and UTF-8 code consistent for the chosen example Tim Teichmann 2024-01-28 09:46:56 +0100
  • f07699a4dd
    weather: Add function for converting to display temp temp_to_units FintasticMan 2024-02-12 12:39:54 +0100
  • 93d7da1691 Fix OOB flash write when DFU interrupted mark9064 2024-02-13 01:20:46 +0000
  • fa1af55a45
    Alarm: Replace clock icon with bell Victor Kareh 2024-02-12 10:08:40 -0500
  • c2c53bc6ab
    bma421: Change acceleration values to 'binary milli-G' units Graham Jones 2024-02-11 19:46:26 +0000
  • a49dc15a6e WatchFaceDigital: Move weather widget away from status icons Victor Kareh 2024-02-01 17:01:34 -0500
  • 4c274421d9 Remove GFX (and unused GFX dependencies) mark9064 2024-02-09 00:04:31 +0000
  • 2db920599e
    SimpleWeatherService: Add forecast operator overrides (#2011) Victor Kareh 2024-02-10 13:24:46 -0500
  • 44be356dc2
    navigation: Missing character for font kieranc 2024-02-07 08:46:09 +0100
  • 2135e12b33
    WatchFaceDigital: Add weather display Victor Kareh 2024-01-23 17:39:28 -0500
  • a6cd3679eb Only inhibit sleep if motion notifications are enabled, not just Bluetooth apilat 2022-06-30 15:52:57 +0100
  • 074df0526f Keep updating motion during sleep when Bluetooth is on apilat 2022-06-29 13:06:30 +0100
  • a40168a9d7
    New dice-rolling app: InfiniDice! (#1326) Yusuf Ebrahim 2024-01-23 03:45:52 -0500
  • a481af06cf lv_img_conv: support other modes like 'P' Reinhold Gschweicher 2024-01-21 21:23:35 +0100
  • 034d83fe6b Split declaration and implementation of GetSymbol Lennart Jahn 2024-01-13 14:05:04 +0100
  • 264b5bed43
    WatchFacePineTimeStyle: Fix conditional in weather display (#1965) Victor Kareh 2024-01-14 16:37:26 -0500
  • 0503248a25 hook: Find correct clang-format version better FintasticMan 2023-11-16 12:13:29 +0100
  • c634a4e3b4 hook: Use clang-format with highest version FintasticMan 2023-01-09 23:46:53 +0100
  • ab8e267e28 hook: Update pre-commit git hook FintasticMan 2023-01-03 16:25:55 +0000
  • ecf2f564f7 Set version to 1.14.0 1.14.0 Jean-François Milants 2024-01-06 15:21:29 +0100
  • 6505336d60 CMake watch faces selection Jean-François Milants 2024-01-06 14:28:34 +0100
  • 25b3e2461d CMake watch faces selection Jean-François Milants 2024-01-06 11:28:48 +0100
  • 72c992c84e Watch face selection using CMake Jean-François Milants 2023-12-30 20:46:36 +0100
  • 22f6d4a40b Watch face selection using CMake Jean-François Milants 2023-12-24 11:44:37 +0100
  • 12acef6a71 apps: restore default apps ordering in CMake Reinhold Gschweicher 2024-01-06 10:49:26 +0100
  • f34aede897 Simple Weather Service : Fix timestamp Jean-François Milants 2024-01-04 12:56:22 +0100
  • 95e2f9e701 Simple Weather Service : Fix timestamp Jean-François Milants 2024-01-02 18:06:44 +0100
  • b4ff1f9ca2 Simple Weather Service : Fix timestamp Jean-François Milants 2024-01-02 12:27:16 +0100
  • 9b36afc787 pinetimestyle: Round the displayed temperature FintasticMan 2024-01-02 02:11:28 +0100
  • 3f51923c3b docs: Fix simple weather forecast message type FintasticMan 2024-01-02 02:03:26 +0100
  • 82db3dcd18 Update incorrect icon in weather settings liamcharger 2023-12-30 01:03:56 +1030
  • ab8515f766 PineTimeStyle: fix brief display of weather dummy data liamcharger 2023-12-30 01:12:44 +1030
  • f17bbc38da Remove 'Looking for Maintainer' liamcharger 2023-12-25 09:32:55 -0500
  • 02a7a3a45f Update README.md Derry Tutt 2023-11-28 16:26:08 -0600
  • b0f1a49775 Typo fixed Derry Tutt 2023-11-19 17:11:30 -0600
  • e88d0afabf pinetimestyle: Display temp in Fahrenheit with setting FintasticMan 2023-07-15 02:33:57 +0200