My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_Bootscreen.h 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Tongue-in-cheek placeholder for a more Marlin-specific bitmap
  24. * The joke is that every "CR-10" has different branding!
  25. * Made using The Gimp and...
  26. * - http://www.digole.com/tools/PicturetoC_Hex_converter.php
  27. */
  28. #include <avr/pgmspace.h>
  29. #define CUSTOM_BOOTSCREEN_TIMEOUT 2500
  30. #define CUSTOM_BOOTSCREEN_BMPWIDTH 54
  31. #define CUSTOM_BOOTSCREEN_BMPHEIGHT 64
  32. const unsigned char custom_start_bmp[] PROGMEM = {
  33. 0x00, 0x00, 0x00, 0x01, 0xE0, 0x00, 0x00,
  34. 0x00, 0x00, 0x00, 0x3F, 0xF8, 0x00, 0x00,
  35. 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00,
  36. 0x00, 0x00, 0x0F, 0xFF, 0xFC, 0x00, 0x00,
  37. 0x00, 0x00, 0x3F, 0xFF, 0xFC, 0x00, 0x00,
  38. 0x00, 0x00, 0x7F, 0xFF, 0xFC, 0x00, 0x00,
  39. 0x00, 0x00, 0x7F, 0xFF, 0xFC, 0x00, 0x00,
  40. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  41. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  42. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  43. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x0F, 0xF0,
  44. 0x00, 0x00, 0xFF, 0xFF, 0xFD, 0xFF, 0xF8,
  45. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  46. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  47. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  48. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  49. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  50. 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
  51. 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0,
  52. 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0,
  53. 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
  54. 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00,
  55. 0x7F, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  56. 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  57. 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  58. 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  59. 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  60. 0x7F, 0xFC, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  61. 0x1F, 0x80, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  62. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  63. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  64. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  65. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  66. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  67. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  68. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  69. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  70. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  71. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  72. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  73. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  74. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  75. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  76. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  77. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  78. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  79. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  80. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  81. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  82. 0x00, 0x00, 0xFF, 0xFF, 0xFC, 0x00, 0x00,
  83. 0x00, 0x00, 0xFF, 0xFF, 0xFE, 0x3F, 0xF8,
  84. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  85. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  86. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  87. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  88. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
  89. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
  90. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
  91. 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
  92. 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xC0,
  93. 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFE, 0x00,
  94. 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xE0, 0x00,
  95. 0x00, 0x00, 0x07, 0xFF, 0xFC, 0x00, 0x00,
  96. 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00
  97. };