You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For Cloud SDK usage:
36
36
1. Open https://github.com/clach04/codespaces-pebble
37
37
2. Find green button, "Use this template", click dropdown triangle, Open in a codespace
38
38
3. Follow the instructions in https://developer.repebble.com/sdk/cloud
39
-
4. Update the UUID in `package.json`
39
+
4. Update the UUID in `package.json`. Also see section "Simple Tutorial 2" and "Simple Tutorial 3" later in readme
40
40
41
41
Then start adding options and resources. By default, the empty framework will:
42
42
@@ -146,7 +146,7 @@ Simple Tutorial 1
146
146
Simple Tutorial 2
147
147
-----------------
148
148
149
-
1. Import into CloudPebble, click https://cloudpebble.net/ide/import/github/clach04/watchface_framework/ to import
149
+
1. Import into Cloud CodeSpace - see Instructions section
150
150
2. Edit `watch_config.h` at the bottom, add the following lines:
151
151
152
152
#define TICK_HANDLER_INTERVAL SECOND_UNIT // Update once per second
@@ -160,7 +160,7 @@ This will show seconds (the `%S` in both formats) and update once a second (by s
160
160
Simple Tutorial 3
161
161
-----------------
162
162
163
-
1. Import into CloudPebble, click https://cloudpebble.net/ide/import/github/clach04/watchface_framework/ to import
163
+
1. Import into Cloud CodeSpace - see Instructions section
164
164
2. Add a Resource (lower left corner), load a TTF font, e.g. upload the .ttf files from https://www.fontsquirrel.com/fonts/permanent-marker
165
165
3. Name the resource `FONT_50` - 50 means scale to 50 (optional enter in the CHARACTERS field `[0-9:.]` to only use the characters needed for time, makes watchface smaller), Click Save.
166
166
4. Edit `watch_config.h` add line `#define FONT_NAME RESOURCE_ID_FONT_50` add after (or replace) '#undef FONT_NAME' to match resource name above
0 commit comments