Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char array[71][49][33];
- array[2][21][30]=1;array[2][21][31]=1;array[2][21][32]=1;array[2][21][33]=1;array[2][21][34]=1;array[2][21][35]=1;array[2][22][7]=1;array[2][22][12]=1;array[2][22][16]=1;array[2][22][17]=1;array[2][22][18]=1;array[2][22][19]=1;array[2][22][20]=1;array[2][22][21]=1;array[2][22][22]=1;array[2][22][23]=1;array[2][22][24]=1;array[2][22][25]=1;array[2][22][26]=1;array[2][22][27]=1;array[2][22][28]=1;array[2][22][29]=1;array[2][22][30]=1;array[2][22][31]=1;array[2][22][32]=1;array[2][22][33]=1;array[2][22][34]=1;array[2][22][35]=1;array[2][23][6]=1;array[2][23][13]=1;array[2][23][17]=1;array[2][23][18]=1;array[2][23][19]=1;array[2][23][20]=1; /*etc etc*/
- int x=0;int y=0;int frame=0;
- //nested for loops for x and y coordinates
- if(array[frame][y][x]==1)
- {
- rb->lcd_drawpixel(x,y);
- }
- //nested for loops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement