/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ /** * Custom Bitmap for splashscreen * * You may use one of the following tools to generate the C++ bitmap array from * a black and white image: * * - http://www.marlinfw.org/tools/u8glib/converter.html * - http://www.digole.com/tools/PicturetoC_Hex_converter.php */ #include #define CUSTOM_BOOTSCREEN_TIMEOUT 2500 #define CUSTOM_BOOTSCREEN_BMPWIDTH 112 #define CUSTOM_BOOTSCREEN_BMPHEIGHT 46 #define CUSTOM_BOOTSCREEN_BMPBYTES 644 // START_BMPWIDTH * START_BMPHEIGHT / 8 const unsigned char custom_start_bmp[CUSTOM_BOOTSCREEN_BMPBYTES] PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x7f,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x01,0xff,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x07,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x1f,0xff,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x3f,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0xff,0xff,0xff,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x03,0xff,0x0f,0x87,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xfe,0x0f,0x07,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xfe,0x1e,0x0f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xfc,0x1e,0x1f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xf8,0x3c,0x1f,0xf0,0x3e,0x0f,0x8f,0xfc,0x7f,0x03,0xf8,0x7f,0xe0 ,0x07,0xf8,0x78,0x3f,0xf0,0x3e,0x0f,0x8f,0xfc,0x61,0x86,0x0c,0x06,0x00 ,0x07,0xf0,0x78,0x7f,0xf0,0x3e,0x0f,0x80,0x38,0x60,0x84,0x06,0x06,0x00 ,0x07,0xe0,0xf0,0x7f,0xf0,0x3f,0x1f,0x80,0x70,0x60,0x84,0x06,0x06,0x00 ,0x07,0xe1,0xe0,0xff,0xf0,0x3b,0x1b,0x80,0xe0,0x61,0x8c,0x06,0x06,0x00 ,0x07,0xc1,0xe1,0xff,0xf0,0x3b,0x1b,0x81,0xe0,0x7f,0x0c,0x06,0x06,0x00 ,0x07,0xff,0xc1,0xe1,0xf0,0x3b,0xbb,0x81,0xc0,0x61,0x8c,0x06,0x06,0x00 ,0x07,0xff,0x83,0xc1,0xf0,0x39,0xb3,0x83,0x80,0x60,0xcc,0x06,0x06,0x00 ,0x07,0xff,0x87,0x83,0xf0,0x39,0xf3,0x87,0x00,0x60,0xcc,0x06,0x06,0x00 ,0x07,0xff,0x07,0x87,0xf0,0x39,0xf3,0x8f,0x00,0x60,0xc4,0x06,0x06,0x00 ,0x07,0xfe,0x0f,0x07,0xf0,0x38,0xe3,0x8f,0xfc,0x60,0xc6,0x0c,0x06,0x00 ,0x07,0xfe,0x1e,0x0f,0xf0,0x38,0xe3,0x8f,0xfc,0x7f,0x83,0xf8,0x06,0x00 ,0x07,0xfc,0x1e,0x1f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xf8,0x3c,0x1f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x07,0xf8,0x78,0x3f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x03,0xf0,0x78,0x7f,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0xff,0xff,0xff,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x3f,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x1f,0xff,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x07,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x01,0xff,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x7f,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 };