cleanup and menu icon
parent
8aff41fcf8
commit
f08be44691
12
package.json
12
package.json
|
@ -9,7 +9,7 @@
|
||||||
"health"
|
"health"
|
||||||
],
|
],
|
||||||
"displayName": "Squared 4.0",
|
"displayName": "Squared 4.0",
|
||||||
"enableMultiJS": false,
|
"enableMultiJS": true,
|
||||||
"messageKeys": {
|
"messageKeys": {
|
||||||
"background_color": 4,
|
"background_color": 4,
|
||||||
"backlight": 17,
|
"backlight": 17,
|
||||||
|
@ -39,7 +39,15 @@
|
||||||
},
|
},
|
||||||
"projectType": "native",
|
"projectType": "native",
|
||||||
"resources": {
|
"resources": {
|
||||||
"media": []
|
"media": [
|
||||||
|
{
|
||||||
|
"file": "images/menuicon.png",
|
||||||
|
"menuIcon": true,
|
||||||
|
"name": "MENU_ICON",
|
||||||
|
"targetPlatforms": null,
|
||||||
|
"type": "bitmap"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"sdkVersion": "3",
|
"sdkVersion": "3",
|
||||||
"targetPlatforms": [
|
"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,
|
.quick_start = false,
|
||||||
.leading_zero = false,
|
.leading_zero = false,
|
||||||
.background_color = 0b11000000,
|
.background_color = 0b11000000,
|
||||||
.number_base_color = 0b11001010,
|
.number_base_color = 0b11111111,
|
||||||
.number_variation = true,
|
.number_variation = false,
|
||||||
.ornament_base_color = 0b11100010,
|
.ornament_base_color = 0b11001010,
|
||||||
.ornament_variation = true,
|
.ornament_variation = true,
|
||||||
.invert = false,
|
.invert = false,
|
||||||
.monochrome = true,
|
.monochrome = true,
|
||||||
|
|
Loading…
Reference in New Issue