Minor adjustments
This commit is contained in:
2
logo.h
2
logo.h
@@ -11,7 +11,7 @@
|
||||
// * Output: Arduino Code
|
||||
// * Draw Mode: Horizontal - 1 bit per pixel
|
||||
|
||||
const unsigned char logo [] PROGMEM = {
|
||||
const unsigned char logo_225x225 [] PROGMEM = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
||||
Reference in New Issue
Block a user