Skip to content

Commit d7ec344

Browse files
committed
debugging
1 parent 0d71694 commit d7ec344

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
@@ -140,7 +140,7 @@ namespace user_interface_base {
140140

141141
// TODO
142142

143-
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, x, y]));
143+
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, 7, x, y]));
144144
this.waitForAck();
145145
}
146146

0 commit comments

Comments
 (0)