Browse Source

Clean up some boot screens

pull/1/head
Scott Lahteine 6 years ago
parent
commit
26208a5c2f
  1. 2
      Marlin/src/config/examples/Formbot/T_Rex_2+/_Bootscreen.h
  2. 2
      Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h

2
Marlin/src/config/examples/Formbot/T_Rex_2+/_Bootscreen.h

@ -32,9 +32,7 @@
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
#define CUSTOM_BOOTSCREEN_BMPHEIGHT 64
const unsigned char custom_start_bmp[] PROGMEM = {
B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111,

2
Marlin/src/config/examples/Formbot/T_Rex_3/_Bootscreen.h

@ -32,9 +32,7 @@
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
#define CUSTOM_BOOTSCREEN_BMPHEIGHT 64
const unsigned char custom_start_bmp[] PROGMEM = {
B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001111,

Loading…
Cancel
Save