mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 21:14:06 -06:00
✨ Creality Ender 2 Pro (V24S4) (#1009)
This commit is contained in:
parent
66a95ec8a4
commit
93ce276982
7 changed files with 8545 additions and 14 deletions
|
@ -31,20 +31,30 @@
|
|||
* https://marlinfw.org/tools/u8glib/converter.html
|
||||
*/
|
||||
|
||||
//
|
||||
// Status Screen Logo bitmap
|
||||
//
|
||||
#define STATUS_LOGO_Y 8
|
||||
#define STATUS_LOGO_WIDTH 39
|
||||
|
||||
#define STATUS_LOGO_X 0
|
||||
#define STATUS_LOGO_WIDTH 38
|
||||
|
||||
const unsigned char status_logo_bmp[] PROGMEM = {
|
||||
B11111000,B00000001,B10000000,B00000000,B00001100,
|
||||
B01001000,B00000000,B10000000,B00000000,B00010010,
|
||||
B01000011,B11000011,B10001100,B11010000,B00000010,
|
||||
B01110001,B00100100,B10010010,B01100111,B11001100,
|
||||
B01000001,B00100100,B10011110,B01000000,B00000010,
|
||||
B01001001,B00100100,B10010000,B01000000,B00010010,
|
||||
B11111011,B10110011,B11001110,B11100000,B00001100
|
||||
B11111000,B00000001,B10000000,B00000000,B00110000,
|
||||
B01001000,B00000000,B10000000,B00000000,B01001000,
|
||||
B01000011,B11000011,B10001100,B11010000,B00001000,
|
||||
B01110001,B00100100,B10010010,B01101111,B10110000,
|
||||
B01000001,B00100100,B10011110,B01000000,B00001000,
|
||||
B01001001,B00100100,B10010000,B01000000,B01001000,
|
||||
B11111011,B10110011,B11001110,B11100000,B00110000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000,B00000000,
|
||||
B00000000,B11101110,B00000000,B00000000,B00000000,
|
||||
B00000000,B01101100,B00000000,B00000000,B00000000,
|
||||
B00000000,B01101100,B00000000,B00000000,B00000000,
|
||||
B00000000,B01101100,B00111000,B01110110,B00000000,
|
||||
B00000000,B01101100,B01000100,B00100100,B00000000,
|
||||
B00000000,B01010100,B00001100,B00011000,B00000000,
|
||||
B00000000,B01010100,B00110100,B00011000,B00000000,
|
||||
B00000000,B01010100,B01000100,B00011000,B00000000,
|
||||
B00000000,B01010100,B01001100,B00100100,B00000000,
|
||||
B00000000,B11010110,B00110110,B01101110,B00000000
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue