Skip to content

Commit c2f7b0b

Browse files
committed
screen.ts cleanup
1 parent 2bdee87 commit c2f7b0b

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
@@ -91,7 +91,7 @@ namespace user_interface_base {
9191
// radio.sendBuffer(b)
9292
// }
9393
// Just separate the sendBitmap function into this file, make it have a static array that it can update, hash 'from' into that to get an index that you send.
94-
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, c]));
94+
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_DRAW_TRANSPARENT_IMAGE, x, y]));
9595
}
9696

9797

0 commit comments

Comments
 (0)