Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. 06 6b 40 86 70 48 2c 1a 8f 44 4b 44 22 89 58 8e 10 c7 e1 80
  2.  
  3. struct _img
  4. {
  5. // Logical Image Descriptor
  6. BYTE Separator; /* Image Descriptor identifier 0x2C */
  7. WORD x0; /* X position of image on the display */
  8. WORD y0; /* Y position of image on the display */
  9. WORD xs; /* Width of the image in pixels */
  10. WORD ys; /* Height of the image in pixels */
  11. BYTE Packed; /* Image and Color Table Data Information */
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement