cleanup and menu icon
parent
8aff41fcf8
commit
f08be44691
12
package.json
12
package.json
|
@ -9,7 +9,7 @@
|
|||
"health"
|
||||
],
|
||||
"displayName": "Squared 4.0",
|
||||
"enableMultiJS": false,
|
||||
"enableMultiJS": true,
|
||||
"messageKeys": {
|
||||
"background_color": 4,
|
||||
"backlight": 17,
|
||||
|
@ -39,7 +39,15 @@
|
|||
},
|
||||
"projectType": "native",
|
||||
"resources": {
|
||||
"media": []
|
||||
"media": [
|
||||
{
|
||||
"file": "images/menuicon.png",
|
||||
"menuIcon": true,
|
||||
"name": "MENU_ICON",
|
||||
"targetPlatforms": null,
|
||||
"type": "bitmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sdkVersion": "3",
|
||||
"targetPlatforms": [
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 207 B |
Binary file not shown.
After Width: | Height: | Size: 291 B |
|
@ -1706,9 +1706,9 @@ static void init() {
|
|||
.quick_start = false,
|
||||
.leading_zero = false,
|
||||
.background_color = 0b11000000,
|
||||
.number_base_color = 0b11001010,
|
||||
.number_variation = true,
|
||||
.ornament_base_color = 0b11100010,
|
||||
.number_base_color = 0b11111111,
|
||||
.number_variation = false,
|
||||
.ornament_base_color = 0b11001010,
|
||||
.ornament_variation = true,
|
||||
.invert = false,
|
||||
.monochrome = true,
|
||||
|
|
Loading…
Reference in New Issue