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
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
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
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
tofasthacker
c87a297a2f
moved backspace and changed around the math for exponent
2023-09-28 20:35:36 -04:00
15e525a5ba
Update todo and fix docker command in enviroment_setup.md
2023-09-27 22:49:58 -04:00
65976a2b23
Added enviroment_setup.md
2023-09-27 22:29:08 -04:00
tofasthacker
86695db883
working exponent math
2023-09-27 21:27:44 -04:00
tofasthacker
c8de75ccd9
Updated Readme and adjusted quicksettings
2023-09-27 16:38:10 -04:00
tofasthacker
163eaf5ab4
Change gestures in Music app and added quick ring
2023-09-26 21:39:20 -04:00
tofasthacker
21e86c4220
laid down main frame work. Need to add app class
2023-09-24 22:17:11 -04:00
09f7306e31
update todo
2023-09-23 23:19:10 -04:00
a2da74d93a
update todo
2023-09-23 23:01:54 -04:00
e3c7295729
Merge branch 'flashlight_on_default'
2023-09-23 22:58:57 -04:00
tofasthacker
990ad0c87e
Merge branch 'working_calculator'
2023-09-23 23:04:13 -04:00
tofasthacker
c74ae787ae
Update README.md
2023-09-24 02:52:48 +00:00