|
@@ -1,4 +1,4 @@
|
1
|
|
-#define START_BMPWIDTH 60 //Width in pixels
|
|
1
|
+#define START_BMPWIDTH 60 //Width in pixels - http://www.digole.com/tools/PicturetoC_Hex_converter.php
|
2
|
2
|
#define START_BMPHEIGHT 64 //Height in pixels
|
3
|
3
|
#define START_BMPBYTEWIDTH 8 //Width in bytes
|
4
|
4
|
const unsigned char start_bmp[574] PROGMEM = { //AVR-GCC, WinAVR
|