We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d065864 + b63e375 commit 5c9ad7cCopy full SHA for 5c9ad7c
include/macros.h
@@ -17,11 +17,11 @@ static const bool SHOW_POINTERS = false;
17
#endif
18
19
#ifndef PEBBLE_HEIGHT
20
-#define PEBBLE_HEIGHT PBL_IF_RECT_ELSE(168, 180)
+#define PEBBLE_HEIGHT PBL_DISPLAY_HEIGHT
21
22
23
#ifndef PEBBLE_WIDTH
24
-#define PEBBLE_WIDTH PBL_IF_RECT_ELSE(144, 180)
+#define PEBBLE_WIDTH PBL_DISPLAY_WIDTH
25
26
27
#ifndef STATUS_HEIGHT
package.json
@@ -23,7 +23,8 @@
"aplite",
"basalt",
"chalk",
- "diorite"
+ "diorite",
+ "emery"
28
]
29
},
30
"files": [
0 commit comments