Skip to content

Commit 121adc5

Browse files
committed
tools/pebble_sdk_platform: increase MAX_FONT_GLYPH_SIZE
Increase glyph buffer size from 320 to 512 bytes for emery and gabbro to support larger fonts on their higher resolution displays. Signed-off-by: Joshua Jun <joshuajun@proton.me>
1 parent 3b199f8 commit 121adc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pebble_sdk_platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"BUILD_DIR": "emery",
8888
"BUNDLE_BIN_DIR": "emery",
8989
"ADDITIONAL_TEXT_LINES_FOR_PEBBLE_H": [],
90-
"MAX_FONT_GLYPH_SIZE": 320,
90+
"MAX_FONT_GLYPH_SIZE": 512,
9191
"TAGS": ["emery", "color", "rect", "mic", "strap", "health", "strappower",
9292
"compass", "200w", "228h"]
9393
}
@@ -122,7 +122,7 @@
122122
"BUILD_DIR": "gabbro",
123123
"BUNDLE_BIN_DIR": "gabbro",
124124
"ADDITIONAL_TEXT_LINES_FOR_PEBBLE_H": [],
125-
"MAX_FONT_GLYPH_SIZE": 320,
125+
"MAX_FONT_GLYPH_SIZE": 512,
126126
"TAGS": ["gabbro", "color", "round", "mic", "health", "compass", "260w", "260h"]
127127
}
128128

0 commit comments

Comments
 (0)