Skip to content

Instantly share code, notes, and snippets.

@Robotonics
Created May 3, 2013 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robotonics/5514725 to your computer and use it in GitHub Desktop.
Save Robotonics/5514725 to your computer and use it in GitHub Desktop.
Arduino GLCD library bitmap
/* 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