Advertisement
LeventeDaradici

Duck.h file for Im-Pong-Sibble Arduino by Andras Daradici

Jun 13th, 2023
1,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.70 KB | Source Code | 0 0
  1. PROGMEM const unsigned char duck[] = {
  2.  
  3. 25, 27, //pictureresolution
  4.  
  5.  0x00,0x00,0x00,0x00,
  6.   0x00,0x00,0x00,0x00,
  7.   0x00,0x00,0x00,0x00,
  8.   0x00,0x00,0x00,0x00,
  9.   0x00,0x00,0x00,0x00,
  10.   0x0C,0x20,0x00,0x00,
  11.   0x1C,0x70,0x00,0x00,
  12.   0x7F,0xF0,0x00,0x00,
  13.   0x7F,0xF0,0x00,0x00,
  14.   0x7F,0xF0,0xF8,0x00,
  15.   0x7F,0xFF,0xCE,0x00,
  16.   0x7F,0xFF,0x06,0x00,
  17.   0x3F,0xF9,0x03,0x00,
  18.   0x1F,0xFC,0xEF,0x00,
  19.   0x1F,0xF9,0xFB,0x80,
  20.   0x1D,0xF9,0x80,0x00,
  21.   0x13,0xFE,0x00,0x00,
  22.   0x1B,0xF8,0x00,0x00,
  23.   0x0F,0xF0,0x00,0x00,
  24.   0x07,0x00,0x00,0x00,
  25.   0x00,0x00,0x00,0x00,
  26.   0x00,0x00,0x00,0x00,
  27.   0x00,0x00,0x00,0x00,
  28.   0x00,0x00,0x00,0x00,
  29.   0x00,0x00,0x00,0x00,
  30.   0x00,0x00,0x00,0x00,
  31.   0x00,0x00,0x00,0x00
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement