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
#include <glcd.h> | |
#include <glcd_Buildinfo.h> | |
#include <glcd_Config.h> | |
#include <fonts/allFonts.h> | |
#include <Wtv020sd16p.h> | |
int resetPin = 2; // The pin number of the reset pin. | |
int clockPin = 12; // The pin number of the clock pin. | |
int dataPin = 13; // The pin number of the data pin. |
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
#include <glcd.h> | |
#include <glcd_Buildinfo.h> | |
#include <glcd_Config.h> | |
#include <fonts/allFonts.h> | |
#include <Wtv020sd16p.h> | |
int resetPin=2; | |
int clockPin = 12; | |
int dataPin = 13; | |
int busyPin = 3; |
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
/* down arrow bitmap file for GLCD library */ | |
/* Bitmap created by RoboTonics */ | |
/* Date: 29 Apr 2013 */ | |
/* Image Pixels = 72 */ | |
/* Image Bytes = 9 */ | |
#include <inttypes.h> | |
#include <avr/pgmspace.h> | |
#ifndef downarrow_H |
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
/* speaker on icon bitmap file for GLCD library */ | |
/* Bitmap created by RoboTonics */ | |
/* Date: 30 Apr 2013 */ | |
/* Image Pixels = 256 */ | |
/* Image Bytes = 32 */ | |
#include <inttypes.h> | |
#include <avr/pgmspace.h> | |
#ifndef speakeron_H |
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
/* smiley1 bitmap file for GLCD library */ | |
/* Bitmap created by RoboTonics */ | |
/* Date: 30 Apr 2013 */ | |
/* Image Pixels = */ | |
/* Image Bytes = */ | |
#include <inttypes.h> | |
#include <avr/pgmspace.h> | |
#ifndef smiley1_H |
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 |