Skip to content

Commit 11e4636

Browse files
committed
screen.ts testing
1 parent 025eef3 commit 11e4636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

screen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ namespace user_interface_base {
157157
height: number,
158158
c: number
159159
) {
160-
radio.sendString("hi");
160+
// radio.sendString("hi");
161+
basic.showNumber(5)
161162
Screen.image.fillRect(Screen.x(x), Screen.y(y), width, height, c)
162163
}
163164

0 commit comments

Comments
 (0)