Remove bootscreen timeouts matching default
This commit is contained in:
parent
77c67085bf
commit
872e172bcd
@ -28,7 +28,6 @@
|
|||||||
#define CUSTOM_BOOTSCREEN_FRAME_TIME 100 // (ms)
|
#define CUSTOM_BOOTSCREEN_FRAME_TIME 100 // (ms)
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500 // (ms)
|
|
||||||
|
|
||||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||||
B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
|
B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
//
|
//
|
||||||
// Status Screen Logo bitmap
|
// Status Screen Logo bitmap
|
||||||
//
|
//
|
||||||
#define STATUS_LOGO_Y 8
|
|
||||||
#define STATUS_LOGO_WIDTH 39
|
#define STATUS_LOGO_WIDTH 39
|
||||||
|
|
||||||
const unsigned char status_logo_bmp[] PROGMEM = {
|
const unsigned char status_logo_bmp[] PROGMEM = {
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
#define CUSTOM_BOOTSCREEN_INVERTED
|
#define CUSTOM_BOOTSCREEN_INVERTED
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
|
|
||||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
|
|
||||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||||
|
Loading…
Reference in New Issue
Block a user