You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
278B

  1. #define up_width 16
  2. #define up_height 16
  3. static unsigned char up_bits[] = {
  4. 0x00, 0x00, 0x78, 0x00, 0x84, 0x00, 0x02, 0x01, 0x31, 0xfe, 0x79, 0x80,
  5. 0xfd, 0x80, 0x31, 0x80, 0x31, 0x80, 0x31, 0x80, 0x31, 0x80, 0x31, 0x80,
  6. 0x01, 0x80, 0x01, 0x80, 0xff, 0xff, 0x00, 0x00};