|
|
@ -16,23 +16,6 @@ |
|
|
|
#include "../../utils/helper.h" |
|
|
|
#include "../../hm/hmSystem.h" |
|
|
|
|
|
|
|
/**
|
|
|
|
* Made with Marlin Bitmap Converter |
|
|
|
* https://marlinfw.org/tools/u8glib/converter.html
|
|
|
|
* |
|
|
|
* This bitmap from the file 'logo1_small.png' |
|
|
|
*/ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#define VEMIU_BMPWIDTH 16 |
|
|
|
|
|
|
|
static uint8_t bmp_logo[] PROGMEM = { |
|
|
|
B00000000,B00000000,B00000000,B00000000,B00001100,B00100000,B00001111,B11100000, |
|
|
|
B00000000,B00000000,B00000000,B00000000,B00000000,B00000010,B00000000,B00101000, |
|
|
|
B00000000,B10101000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, |
|
|
|
B00000110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000 |
|
|
|
}; |
|
|
|
|
|
|
|
static uint8_t bmp_arrow[] DISP_PROGMEM = { |
|
|
|
B00000000, B00011100, B00011100, B00001110, B00001110, B11111110, B01111111, |
|
|
|
B01110000, B01110000, B00110000, B00111000, B00011000, B01111111, B00111111, |
|
|
|