mirror of
https://github.com/dustinbrun/ESP8266-Morse-Decoder.git
synced 2025-09-15 05:19:57 +02:00
added demo logo to the code + sources of libraries
This commit is contained in:
12
morse_decoder/logo.h
Normal file
12
morse_decoder/logo.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Logo
|
||||
// https://javl.github.io/image2cpp/
|
||||
// 'logo', 55x16px
|
||||
const unsigned char epd_bitmap_logo [] PROGMEM = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff,
|
||||
0x07, 0x00, 0xff, 0xff, 0x7f, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x7f, 0xff, 0xff, 0x07, 0x00,
|
||||
0xff, 0xff, 0x7f, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x7f, 0xff, 0x01, 0xfc, 0xff, 0xff, 0xff, 0x7f, 0xff, 0x01, 0xfc, 0xff, 0xff, 0xff, 0x7f, 0xff,
|
||||
0x01, 0xfc, 0x3f, 0x00, 0xfc, 0x7f, 0xff, 0x01, 0xfc, 0x3f, 0x00, 0xfc, 0x7f, 0xff, 0x01, 0xfc,
|
||||
0x3f, 0x00, 0xfc, 0x7f, 0xff, 0x01, 0xfc, 0x3f, 0x00, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f
|
||||
};
|
Reference in New Issue
Block a user