Skip to content

Commit b04d450

Browse files
committed
Update display setting.
1 parent 4bd0f70 commit b04d450

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

resources/normal/obelix/resource_map.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,26 @@
145145
"name": "HEALTH_ICON_ROTATED_MOON",
146146
"file": "normal/snowy/images/health_icon_rotated_moon.png"
147147
},
148+
{
149+
"type": "png",
150+
"name": "STRIDE_HEART",
151+
"file": "normal/robert/images/stride_heart.png"
152+
},
153+
{
154+
"type": "png",
155+
"name": "STRIDE_SHOE_GREEN",
156+
"file": "normal/robert/images/stride_shoe_green.png"
157+
},
158+
{
159+
"type": "png",
160+
"name": "STRIDE_SHOE_BLUE",
161+
"file": "normal/robert/images/stride_shoe_blue.png"
162+
},
163+
{
164+
"type": "png",
165+
"name": "WEATHER_CHANNEL_LOGO",
166+
"file": "normal/snowy/images/weather_channel_logo.png"
167+
},
148168
{
149169
"type": "pbi",
150170
"name": "SYSTEM_FCC_MARK",
@@ -445,6 +465,24 @@
445465
"name": "HEALTH_APP_CROWN",
446466
"file": "normal/silk/images/health_app_crown.svg"
447467
},
468+
{
469+
"type": "font",
470+
"name": "AGENCY_FB_46_NUMBERS_AM_PM",
471+
"file": "normal/base/pbf/AGENCY_FB_36_NUMBERS_AM_PM.pbf",
472+
"characterRegex": "[ 0-9:/.,°APMHIK\\+\\-\\%]"
473+
},
474+
{
475+
"type": "font",
476+
"name": "AGENCY_FB_88_NUMBERS_AM_PM",
477+
"file": "normal/base/pbf/AGENCY_FB_60_NUMBERS_AM_PM.pbf",
478+
"characterRegex": "[ 0-9:/.,°APMHIK\\+\\-\\%]"
479+
},
480+
{
481+
"type": "font",
482+
"name": "AGENCY_FB_88_THIN_NUMBERS_AM_PM",
483+
"file": "normal/base/pbf/AGENCY_FB_60_THIN_NUMBERS_AM_PM.pbf",
484+
"characterRegex": "[ 0-9:/.,°APMHIK\\+\\-\\%]"
485+
},
448486
{
449487
"type": "js",
450488
"name": "JS_TICTOC",

src/fw/board/display.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ typedef struct {
8484
#elif BOARD_ROBERT_EVT
8585
#include "displays/display_robert_evt.h"
8686
#elif BOARD_OBELIX
87-
#include "displays/display_silk.h"
87+
#include "displays/display_robert.h"
8888
#else
8989
#error "Unknown display definition for board"
9090
#endif // BOARD_*

0 commit comments

Comments
 (0)