Skip to content

Commit 5ddc829

Browse files
committed
debugging
1 parent 3969920 commit 5ddc829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ namespace user_interface_base {
147147
}
148148
}
149149
basic.showNumber(index);
150-
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, 7, x, y]));
150+
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, index, x, y]));
151151
this.waitForAck();
152152
}
153153

0 commit comments

Comments
 (0)