From 747c69aa1e5731f04cfd11625da0fed7e34d751e Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Mon, 17 Feb 2025 17:03:10 +0000 Subject: [PATCH] missing image file --- examples/images_and_icons/smiley.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/images_and_icons/smiley.h diff --git a/examples/images_and_icons/smiley.h b/examples/images_and_icons/smiley.h new file mode 100644 index 0000000..3f3d95c --- /dev/null +++ b/examples/images_and_icons/smiley.h @@ -0,0 +1,26 @@ +// Created with image_to_c +// https://github.com/bitbank2/image_to_c +// +// smiley +// Data size = 240 bytes +// +// for non-Arduino builds... +#ifndef PROGMEM +#define PROGMEM +#endif +const uint8_t smiley[] PROGMEM = { + 0xbf,0xbb,0x64,0x00,0x64,0x00,0xe8,0x00,0x32,0xff,0x3a,0x82,0x93,0xa3,0x3d,0x04, + 0x0e,0x10,0x70,0x83,0x84,0x72,0x62,0x83,0x84,0x72,0x05,0x43,0xa3,0x8d,0x38,0xe1, + 0x02,0x06,0x1d,0x04,0x1b,0xa0,0x83,0x70,0x82,0x0d,0xd2,0x61,0xd2,0x6e,0x82,0x0d, + 0xd2,0x6e,0x93,0xe9,0xba,0x46,0x5a,0x5b,0xa4,0x61,0xf4,0x20,0xdb,0xa4,0x9a,0x6d, + 0xe9,0x6d,0xe9,0x5a,0xb7,0x55,0xbb,0xd5,0xab,0xd2,0xf6,0xf5,0xef,0x55,0xbb,0xd5, + 0xab,0xd7,0xef,0x5e,0xf5,0xfb,0xd7,0xbf,0xfe,0xbf,0x7a,0xdd,0xfb,0x5f,0xfa,0xff, + 0xbd,0x2f,0xbe,0xd3,0xff,0xaf,0xb4,0xff,0xeb,0xd3,0x4d,0x3f,0x11,0x8a,0xff,0xff, + 0xf9,0x88,0x23,0x34,0x5e,0x9a,0x72,0x52,0xf6,0xbe,0xd6,0xd7,0xff,0xd6,0xfe,0xb7, + 0xfa,0x7e,0xda,0xda,0x5d,0x26,0xfe,0xb7,0xfb,0x09,0xfb,0x41,0xaa,0xde,0xd6,0xbb, + 0x25,0x4c,0x22,0x77,0xf6,0xd3,0x0d,0x26,0x12,0xdc,0x43,0x69,0x0d,0x6d,0x86,0x12, + 0x5b,0xb6,0x95,0x6d,0x86,0x12,0x5b,0xb0,0xc2,0x55,0xb6,0x0c,0x10,0x4b,0x6c,0x33, + 0x8e,0x10,0x92,0xdb,0x14,0xb7,0x6a,0xad,0x86,0x12,0x5b,0x61,0x2d,0xb0,0xd2,0x56, + 0xc1,0x82,0x4a,0xd8,0x30,0x49,0x5b,0x15,0xda,0x56,0xd2,0xb0,0xc2,0x56,0xd2,0x86, + 0xd2,0xb0,0xc2,0x0a,0xc3,0x09,0x58,0x61,0x28,0x60,0xc1,0x05,0x67,0x20,0x51,0x43, + 0x39,0x31,0x41,0x43,0x10,0xa1,0x85,0x0c,0x28,0x30,0x53,0xa8,0x29,0x32,0xef,0x00};