File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ namespace user_interface_base {
3333
3434 if ( name == "radio_set_group" ) return icondb . radio_set_group
3535 if ( name == "largeSettingsGear" ) return icondb . largeSettingsGear
36+
37+ if ( name == "microbitLogo" ) return icondb . microbitLogo
3638 if ( name == "microbitLogoWhiteBackground" ) return icondb . microbitLogoWhiteBackground
3739
3840 extraImage = null
@@ -43,6 +45,9 @@ namespace user_interface_base {
4345 }
4446 }
4547
48+ }
49+
50+ namespace icondb {
4651 export const microbitLogo = bmp `
4752 ............................
4853 ......5555555555555555......
@@ -61,9 +66,6 @@ namespace user_interface_base {
6166 .....45555555555555555444...
6267 .......4444444444444444.....
6368 `
64- }
65-
66- namespace icondb {
6769
6870 //-------------
6971 // SMALL ICONS:
You can’t perform that action at this time.
0 commit comments