Created
May 3, 2013 22:28
-
-
Save Robotonics/5514725 to your computer and use it in GitHub Desktop.
Arduino GLCD library bitmap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* battery empty bitmap file for GLCD library */ | |
/* Bitmap created by RoboTonics */ | |
/* Date:1st May 2013 */ | |
/* Image Pixels = */ | |
/* Image Bytes = */ | |
#include <inttypes.h> | |
#include <avr/pgmspace.h> | |
#ifndef battery0_H | |
#define battery0_H | |
const uint8_t battery0[] PROGMEM = { | |
16, // width | |
8, // height | |
/* page 0 (lines 0-7) */ | |
0xff,0x81,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x99,0x81,0xc3,0xe7,0xff, | |
}; | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment