Skip to content

Commit 516fa56

Browse files
authored
Update README with clearer tutorial instructions
Clarified instructions for UUID update and importing into Cloud CodeSpace in Simple Tutorial sections.
1 parent 34367e0 commit 516fa56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For Cloud SDK usage:
3636
1. Open https://github.com/clach04/codespaces-pebble
3737
2. Find green button, "Use this template", click dropdown triangle, Open in a codespace
3838
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
4040

4141
Then start adding options and resources. By default, the empty framework will:
4242

@@ -146,7 +146,7 @@ Simple Tutorial 1
146146
Simple Tutorial 2
147147
-----------------
148148

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
150150
2. Edit `watch_config.h` at the bottom, add the following lines:
151151

152152
#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
160160
Simple Tutorial 3
161161
-----------------
162162

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
164164
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
165165
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.
166166
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

Comments
 (0)