I'm trying to place images on a 128*64 display.
the output of my picture converter looks like (yes these are empty):
00, 00, 00, 00, 00, 00, 00, 00
00, 00, 00, 00, 00, 00, 00, 00
00, 00, 00, 00, 00, 00, 00, 00
is there a way i can place those directly into an array (p) like this?
Thanks in advance. I'm using Microcode Studio as editor.Code:p1=[00, 00, 00, 00, 00, 00, 00, 00] p2=[00, 00, 00, 00, 00, 00, 00, 00]
Bookmarks