Commit Graph

2153 Commits

Author SHA1 Message Date
tofasthacker
77f1a3e230 fixed watchface memery error 2023-11-13 23:11:09 -05:00
tofasthacker
11acaeadd3 Merge remote-tracking branch 'origin/faceface' into faceface 2023-11-13 21:38:42 -05:00
4fa8e02289 Incriment version 2023-11-13 21:37:00 -05:00
0cc8017cbd Small rename 2023-11-13 21:37:00 -05:00
d758394ce9 Working face watchface 2023-11-13 21:37:00 -05:00
dd5d65d315 Added duplicate of analog face 2023-11-13 21:37:00 -05:00
2bffcf99f0 Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime 2023-11-13 16:57:53 -05:00
Ben Merritt
9b8eb75f34
docker: Install Node.js in a non-deprecated way (#1849) 2023-11-12 14:09:41 +01:00
Kieran Cawthray
b191a30947 Tidy up 2023-11-11 18:07:07 +01:00
Kieran Cawthray
d930fd4fa2 Initial commit 2023-11-11 18:07:07 +01:00
Reinhold Gschweicher
e6b96c2863 CI: install build resource dependency python3-pil package
Used by script `lv_img_conv.py`, should be provided by docker image, but
until then explicitly install in workflow.
2023-10-26 22:45:01 +02:00
Reinhold Gschweicher
77546c9fe2 lv_img_conv_py: minimal python port of node module
Create a minimal python port of the node.js module `lv_img_conv`. Only
the currently in use color formats `CF_INDEXED_1_BIT` and
`CF_TRUE_COLOR_ALPHA` are implemented.

Output only as binary with format `ARGB8565_RBSWAP`.

This is enough to create the `resources-1.13.0.zip`.

Python3 implements "propper" "banker's rounding" by rounding to the nearest
even number. Javascript rounds to the nearest integer.
To have the same output as the original JavaScript implementation add a custom
rounding function, which does "school" rounding (to the nearest integer)

Update CMake file in `resources` folder to call `lv_img_conf.py` instead of
node module.

For docker-files install `python3-pil` package for `lv_img_conv.py` script.
And remove the `lv_img_conv` node installation.

---

gen_img: special handling for python lv_img_conv script

Not needed on Linux systems, as the shebang of the python script is read
and used. But just to be sure use the python interpreter found by CMake.
Also helps if tried to run on Windows host.

---

doc: buildAndProgram: remove node script lv_img_conv mention

Remove node script `lv_img_conv` mention and replace it for
runtime-depency `python3-pil` of python script `lv_img_conv.py`.
2023-10-26 22:45:01 +02:00
e24323b454 Incriment version 2023-10-25 22:33:30 -04:00
79820669b6 Small rename 2023-10-25 22:32:28 -04:00
1ff782cb0e Update version to 1.13.1
(cherry picked from commit 5d7e1ae1f3)
2023-10-22 23:42:06 -04:00
5d7e1ae1f3 Update version to 1.13.1 2023-10-22 23:41:43 -04:00
415ff6c05c Update reademe todo
(cherry picked from commit cbfd82959e)
2023-10-22 23:34:53 -04:00
2cb36d6e80 Working face watchface 2023-10-22 23:34:22 -04:00
cbfd82959e Update reademe todo 2023-10-22 23:31:15 -04:00
ce136ea148 Added duplicate of analog face 2023-10-22 22:37:53 -04:00
ab03504d0c Fix bug causing quickring to be missing in settings and some settings not remembered correctly 2023-10-22 21:38:52 -04:00
e4b4fba5a1 cleanup code and fix 12hour time on digital face 2023-10-21 23:45:41 -04:00
2ffc63b1d8 cleanup code and fix 12h time not working on digital face 2023-10-21 23:44:29 -04:00
31250fd579 Merge branch 'music_player' 2023-10-21 23:29:35 -04:00
94044d2fdc Removed battery percent from digital watch face 2023-10-21 23:14:41 -04:00
tofasthacker
858bf4f96e fix arrangement of alarm and timer 2023-10-21 22:01:12 -04:00
tofasthacker
1487a16f4a compiles on watch 2023-10-21 21:55:18 -04:00
tofasthacker
13af2bb96c Fixed battary order in digital watch face 2023-10-21 21:24:58 -04:00
e0e2126c29 Merge branch 'digital-face-mods' 2023-10-21 20:49:45 -04:00
6a772e7e8e Finish adding seconds 2023-10-21 20:16:20 -04:00
191f99904c Heartrate removed, steps moved, and seconds label added 2023-10-21 19:15:42 -04:00
8ada9410a1 continue swapping variables 2023-10-21 14:17:25 -04:00
bbfef9ee5c continue swapping variables 2023-10-19 22:39:49 -04:00
886e425461 Start swapping steps with heart rate variables 2023-10-15 23:18:20 -04:00
tofasthacker
6bbdb581cc Merge branch 'motor_pattern' 2023-10-14 23:13:37 -04:00
tofasthacker
16998a8ca8 Update README.md 2023-10-15 03:01:24 +00:00
tofasthacker
270d15a8ea switched red flash light off night default
Some checks failed
Code formatting / test-format (pull_request) Failing after 20s
Code formatting / test-clang-tidy (pull_request) Successful in 7m31s
CI / build-firmware (pull_request) Successful in 5m39s
CI / build-simulator (pull_request) Failing after 5s
CI / get-base-ref-size (pull_request) Successful in 15m27s
CI / Compare build size (pull_request) Successful in 5s
PR comment / comment (pull_request) Failing after 17s
2023-10-14 22:55:41 -04:00
tofasthacker
bf8c4dfef8 change motor patern on half hour 2023-10-14 22:50:41 -04:00
tofasthacker
ecbcce41d7 Merge branch 'chime' into motor_pattern 2023-10-09 16:49:59 -04:00
Riku Isokoski
3d75a7dc9f added motor pattern 2023-10-09 16:49:35 -04:00
tofasthacker
9d749434b5 added red flashlight 2023-10-07 11:41:36 -04:00
tofasthacker
8ff6bd9cae changed chime 2023-10-06 21:04:42 -04:00
FintasticMan
eac460f030
weather: Fix GetCurrent* functions returning future events (#1879) 2023-10-06 19:54:20 +02:00
tofasthacker
b5f500e96d fixed readme confict 2023-10-04 17:55:55 -04:00
Steve Amor
46b664b528 Corrects typo for make option for recovery-loader 2023-10-04 20:24:37 +02:00
tofasthacker
b488811f7f working sim 2023-10-03 19:02:33 -04:00
tofasthacker
e19e870290 created a working quick ring setting gui 2023-10-01 17:47:08 -04:00
cdd97b3871 Added battery percent to digital watch face 2023-09-29 23:15:07 -04:00
tofasthacker
1fd2496ee2 Update README.md 2023-09-29 01:46:02 +00:00
tofasthacker
8a40eaa9c5 fixed calculator comments 2023-09-28 20:38:01 -04:00