Browse Source

Remove bootscreen timeouts matching default

Scott Lahteine 6 years ago
parent
commit
872e172bcd

+ 0
- 1
config/examples/AnimationExample/_Bootscreen.h View File

28
 #define CUSTOM_BOOTSCREEN_FRAME_TIME 100  // (ms)
28
 #define CUSTOM_BOOTSCREEN_FRAME_TIME 100  // (ms)
29
 
29
 
30
 #define CUSTOM_BOOTSCREEN_BMPWIDTH   128
30
 #define CUSTOM_BOOTSCREEN_BMPWIDTH   128
31
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500  // (ms)
32
 
31
 
33
 const unsigned char custom_start_bmp[] PROGMEM = {
32
 const unsigned char custom_start_bmp[] PROGMEM = {
34
   B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
33
   B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,

+ 0
- 1
config/examples/Creality/Ender-3/_Statusscreen.h View File

33
 //
33
 //
34
 // Status Screen Logo bitmap
34
 // Status Screen Logo bitmap
35
 //
35
 //
36
-#define STATUS_LOGO_Y            8
37
 #define STATUS_LOGO_WIDTH       39
36
 #define STATUS_LOGO_WIDTH       39
38
 
37
 
39
 const unsigned char status_logo_bmp[] PROGMEM = {
38
 const unsigned char status_logo_bmp[] PROGMEM = {

+ 0
- 1
config/examples/Formbot/Raptor/_Bootscreen.h View File

31
  */
31
  */
32
 #include <avr/pgmspace.h>
32
 #include <avr/pgmspace.h>
33
 
33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36
 #define CUSTOM_BOOTSCREEN_INVERTED
35
 #define CUSTOM_BOOTSCREEN_INVERTED
37
 
36
 

+ 0
- 1
config/examples/Formbot/T_Rex_2+/_Bootscreen.h View File

31
  */
31
  */
32
 #include <avr/pgmspace.h>
32
 #include <avr/pgmspace.h>
33
 
33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36
 
35
 
37
 const unsigned char custom_start_bmp[] PROGMEM = {
36
 const unsigned char custom_start_bmp[] PROGMEM = {

+ 0
- 1
config/examples/Formbot/T_Rex_3/_Bootscreen.h View File

31
  */
31
  */
32
 #include <avr/pgmspace.h>
32
 #include <avr/pgmspace.h>
33
 
33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36
 
35
 
37
 const unsigned char custom_start_bmp[] PROGMEM = {
36
 const unsigned char custom_start_bmp[] PROGMEM = {

Loading…
Cancel
Save