mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-19 12:47:53 -06:00
🚸 Fix Tevo Tornado boot screen (#539)
This commit is contained in:
parent
f1261d5eb8
commit
fd32266f32
2 changed files with 2 additions and 4 deletions
|
@ -25,8 +25,7 @@
|
|||
* Made with Marlin Bitmap Converter
|
||||
* https://marlinfw.org/tools/u8glib/converter.html
|
||||
*/
|
||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 1500
|
||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112
|
||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 120
|
||||
|
||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||
B00000000,B00000000,B00011111,B11111111,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
* Made with Marlin Bitmap Converter
|
||||
* https://marlinfw.org/tools/u8glib/converter.html
|
||||
*/
|
||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 1500
|
||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112
|
||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 120
|
||||
|
||||
const unsigned char custom_start_bmp[] PROGMEM = {
|
||||
B00000000,B00000000,B00011111,B11111111,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue