X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/49b35ff9c21e9deefb10303effe65be575c65957..e30c654b196a87a13ae7f7d4ced930b296c038ec:/armsrc/LCD.h diff --git a/armsrc/LCD.h b/armsrc/LCD.h index ccc94317..7c79fa0a 100644 --- a/armsrc/LCD.h +++ b/armsrc/LCD.h @@ -1,5 +1,5 @@ -#ifndef __LCD -#define __LCD +#ifndef __LCD_H +#define __LCD_H // The resolution of the LCD #define LCD_XRES 132 @@ -114,4 +114,5 @@ void LCDSetXY(unsigned char x, unsigned char y); void LCDSetPixel(unsigned char x, unsigned char y, unsigned char color); void LCDString (char *lcd_string, const char *font_style,unsigned char x, unsigned char y, unsigned char fcolor, unsigned char bcolor); void LCDFill (unsigned char xs,unsigned char ys,unsigned char width,unsigned char height, unsigned char color); + #endif