Minor adjustments

This commit is contained in:
jonas
2020-01-05 17:02:55 +01:00
parent c6f95e9cfd
commit a5acbd85f4
5 changed files with 8 additions and 16 deletions

2
logo.h
View File

@@ -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,