mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 21:44:14 -06:00
🔧 Improve Creality CR-10 V3 (#550)
This commit is contained in:
parent
e59d7736e3
commit
9c8e2b3802
7 changed files with 80 additions and 76 deletions
|
@ -31,26 +31,27 @@
|
|||
* https://marlinfw.org/tools/u8glib/converter.html
|
||||
*/
|
||||
|
||||
#define STATUS_LOGO_Y 3
|
||||
#define STATUS_LOGO_WIDTH 40
|
||||
#define STATUS_LOGO_Y 5
|
||||
#define STATUS_LOGO_WIDTH 32
|
||||
|
||||
const unsigned char status_logo_bmp[] PROGMEM = {
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B11100111,B00000001,B10001110,B00000000,
|
||||
B00000001,B00010100,B10000000,B10001010,B00000000,
|
||||
B00000001,B00000111,B00111000,B10001010,B00000000,
|
||||
B00000001,B00010101,B00000000,B10001010,B00000000,
|
||||
B00000000,B11100100,B10000001,B11001110,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000001,B10110111,B00000000,B00000000,
|
||||
B00000000,B00000000,B10100001,B00000000,B00000000,
|
||||
B00000000,B00000000,B10100011,B00000000,B00000000,
|
||||
B00000000,B00000000,B11100001,B00000000,B00000000,
|
||||
B00000000,B00000000,B01000111,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000
|
||||
B00011100,B11110000,B00010001,B11000000,
|
||||
B00100010,B10001000,B00110010,B00100000,
|
||||
B00100000,B10001000,B00010010,B00100000,
|
||||
B00100000,B11110011,B10010010,B00100000,
|
||||
B00100000,B10100000,B00010010,B00100000,
|
||||
B00100010,B10010000,B00010010,B00100000,
|
||||
B00011100,B10001000,B00111001,B11000000,
|
||||
B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B01000101,B11110000,B00000000,
|
||||
B00000000,B01000100,B00100000,B00000000,
|
||||
B00000000,B01000100,B01000000,B00000000,
|
||||
B00000000,B01000100,B00100000,B00000000,
|
||||
B00000000,B01000100,B00010000,B00000000,
|
||||
B00000000,B00101001,B00010000,B00000000,
|
||||
B00000000,B00010000,B11100000,B00000000,
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue