@@ -47,22 +47,20 @@ namespace microdata {
4747 this . cursor . resetOutlineColourOnMove = true
4848 const icons : string [ ] = [
4949 "accelerometer" , "accelerometer" , "accelerometer" , "right_turn" , "right_spin" , "pin_0" , "pin_1" , "pin_2" ,
50- "led_light_sensor" , "thermometer" , "magnet" , "finger_press" , "microphone" , "compass" , "microbitLogoWhiteBackground" ,
51- "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground" , "microbitLogoWhiteBackground"
50+ "led_light_sensor" , "thermometer" , "magnet" , "finger_press" , "microphone" , "compass"
5251 ]
5352
5453 const ariaIDs : string [ ] = [
5554 "Accelerometer X" , "Accelerometer Y" , "Accelerometer Z" , "Pitch" , "Roll" , "Analog Pin 0" , "Analog Pin 1" , "Analog Pin 2" , "Light" ,
56- "Temperature" , "Magnet" , "Logo Press" , "Microphone" , "Compass" , "Jacdac Flex" , "Jacdac Temperature" , "Jacdac Light" ,
57- "Jacdac Moisture" , "Jacdac Distance"
55+ "Temperature" , "Magnet" , "Logo Press" , "Microphone" , "Compass"
5856 ]
5957
6058 //-----------------------------------------------------
6159 // Organise buttons in 4x5 grid: same as GridNavigator:
6260 //-----------------------------------------------------
6361
6462 let x : number = - 60 ;
65- let y : number = - 41
63+ let y : number = - 40
6664 for ( let i = 0 ; i < icons . length ; i ++ ) {
6765 this . btns . push ( new Button ( {
6866 parent : null ,
@@ -129,7 +127,7 @@ namespace microdata {
129127 x += 30
130128 if ( x > 60 ) {
131129 x = - 60
132- y += Screen . HEIGHT * 0.21875 // 28 on 128 pixel high Arcade Shield
130+ y += Screen . HEIGHT * 0.34 // 0. 21875 // 28 on 128 pixel high Arcade Shield
133131 }
134132 }
135133
0 commit comments