-
Notifications
You must be signed in to change notification settings - Fork 1.2k
AbbleWatch #3811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
AbbleWatch #3811
Changes from all commits
9726ad7
13ea7fa
625b7c7
cf8290a
f07579e
a1cf844
3cc6c2f
0f35ccb
7a25ce9
672e740
fb2e408
9bb57b2
d477597
7fe2ea5
e334dc7
980858a
64b6f04
50c2b0e
7dee3f5
873a7ed
7ceabe7
f2c275e
a855489
ddddd2a
4d705b7
38ae96f
d0f6597
3bd862a
29c1373
3087708
80ecbd7
5ddb92e
79d21ae
643c0db
24be958
c23bd5e
c466e5d
1f35430
30d92cb
7ee68b1
4b34195
2fc8f0d
ecc2deb
b3f8fea
22fd7a8
d5d66b8
8b4f714
59000ee
2d0805e
1de51bb
8d7adc5
ef88279
99e7290
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# AbbelWatch | ||
--- | ||
|
||
**AbbelWatch** is a custom watch face project based on the **Numeral App** for the **Bangle.js 2** smartwatch. | ||
It features a stylish design, multiple fonts, and intuitive gesture controls to enhance your daily smartwatch experience. | ||
|
||
--- | ||
 | ||
|
||
## ✨ Features | ||
|
||
### 🔠 Custom Fonts | ||
Includes a selection of fonts to personalize your watch face: | ||
- **Bodoni** | ||
- **NumeraLE** | ||
- **NewRocker** | ||
- **Nunito** | ||
- **Teko** | ||
|
||
### 👆 Gesture Controls | ||
|
||
#### ➡️ Swipe Gestures | ||
- **Swipe Left** → Displays: | ||
- Seconds | ||
- Step count | ||
- Heart rate (BPM) | ||
- **Swipe Right** → Displays: | ||
- Current date | ||
|
||
#### ⬆️⬇️ Drag Gestures | ||
- **Swipe Up** → Shows battery percentage 🔋 | ||
- **Swipe Down** → Activates flashlight mode 💡 | ||
|
||
### 📲 Long Press (on screen) | ||
Opens an interactive **settings menu** with two submenus: | ||
|
||
#### 🎨 Color Customization | ||
Customize the colors of: | ||
- Background | ||
- Upper digits | ||
- Lower digits | ||
|
||
#### 🔤 Font Selection | ||
Choose your preferred font from the list above for a truly personal style. | ||
|
||
--- | ||
## Creator | ||
bebub123 |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,16 @@ | ||||||
{ "id": "abbelwatch", | ||||||
"name": "abbelwatch", | ||||||
"shortName":"abbelwatch", | ||||||
"icon": "app.png", | ||||||
"description": "A clock that Includes a selection of fonts to personalize your watch face", | ||||||
"type": "clock", | ||||||
"version":"0.01", | ||||||
"screenshots": [{"url":"screenshot.png"}], | ||||||
"tags": "abbelwatch", | ||||||
"readme": "README.md", | ||||||
"supports": ["BANGLEJS2"], | ||||||
"storage": [ | ||||||
{"name":"abbelwatch.app.js","url":"abbelwatch.app.js"}, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
(see corresponding comment regarding the file "abbelwatch.app.js") |
||||||
{"name":"abbelwatch.img","url":"app-icon.js","evaluate":true} | ||||||
] | ||||||
} |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please drop this timer file from the PR so we only look at merging abbelwatch. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
E.showMessage("My\nSimple\nApp","My App") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename to just "app.js" (see corresponding comment in metadata.json).