Guest User

Untitled

a guest
Oct 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Get the image from our external Pictures C32.c
  2. extern const BITMAP_FLASH flower16bit;
  3.  
  4. // Display the image at (0, 0)
  5. WAIT_UNTIL_FINISH(PutImage(0, 0, (void *) &flower16bit, 2));
Add Comment
Please, Sign In to add comment