1
1
Fork 0

cleanup and menu icon

master
Alina Marquardt 2016-11-27 05:14:27 +01:00
parent 8aff41fcf8
commit f08be44691
5 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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,