Browse Source

Remove bootscreen timeouts matching default

pull/1/head
Scott Lahteine 5 years ago
parent
commit
872e172bcd
  1. 1
      config/examples/AnimationExample/_Bootscreen.h
  2. 1
      config/examples/Creality/Ender-3/_Statusscreen.h
  3. 1
      config/examples/Formbot/Raptor/_Bootscreen.h
  4. 1
      config/examples/Formbot/T_Rex_2+/_Bootscreen.h
  5. 1
      config/examples/Formbot/T_Rex_3/_Bootscreen.h

1
config/examples/AnimationExample/_Bootscreen.h

@ -28,7 +28,6 @@
#define CUSTOM_BOOTSCREEN_FRAME_TIME 100 // (ms)
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500 // (ms)
const unsigned char custom_start_bmp[] PROGMEM = {
B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,

1
config/examples/Creality/Ender-3/_Statusscreen.h

@ -33,7 +33,6 @@
//
// Status Screen Logo bitmap
//
#define STATUS_LOGO_Y 8
#define STATUS_LOGO_WIDTH 39
const unsigned char status_logo_bmp[] PROGMEM = {

1
config/examples/Formbot/Raptor/_Bootscreen.h

@ -31,7 +31,6 @@
*/
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
#define CUSTOM_BOOTSCREEN_INVERTED

1
config/examples/Formbot/T_Rex_2+/_Bootscreen.h

@ -31,7 +31,6 @@
*/
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
const unsigned char custom_start_bmp[] PROGMEM = {

1
config/examples/Formbot/T_Rex_3/_Bootscreen.h

@ -31,7 +31,6 @@
*/
#include <avr/pgmspace.h>
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
const unsigned char custom_start_bmp[] PROGMEM = {

Loading…
Cancel
Save