parent
1bf2b1e475
commit
d7f82c8ddf
|
@ -29,7 +29,6 @@
|
||||||
* Use the Marlin Bitmap Converter to make your own:
|
* Use the Marlin Bitmap Converter to make your own:
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 62
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 62
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
* Use the Marlin Bitmap Converter to make your own:
|
* Use the Marlin Bitmap Converter to make your own:
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 64
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 64
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
* Use the Marlin Bitmap Converter to make your own:
|
* Use the Marlin Bitmap Converter to make your own:
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
* Use the Marlin Bitmap Converter to make your own:
|
* Use the Marlin Bitmap Converter to make your own:
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 1000
|
#define CUSTOM_BOOTSCREEN_TIMEOUT 1000
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
* Use the Marlin Bitmap Converter to make your own:
|
* Use the Marlin Bitmap Converter to make your own:
|
||||||
* http://marlinfw.org/tools/u8glib/converter.html
|
* http://marlinfw.org/tools/u8glib/converter.html
|
||||||
*/
|
*/
|
||||||
#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112
|
#define CUSTOM_BOOTSCREEN_BMPWIDTH 112
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
//#include <avr/pgmspace.h>
|
|
||||||
|
|
||||||
// When compiling programs with this class, the following gcc parameters
|
// When compiling programs with this class, the following gcc parameters
|
||||||
// dramatically increase performance and memory (RAM) efficiency, typically
|
// dramatically increase performance and memory (RAM) efficiency, typically
|
||||||
|
|
Loading…
Reference in a new issue