uLCD library
Fork of 4DGL-uLCD-SE by
Revision 8:a2da7a7c517b, committed 2015-03-11
- Comitter:
- Mkuchnik3
- Date:
- Wed Mar 11 21:31:04 2015 +0000
- Parent:
- 7:e39a44de229a
- Commit message:
- First Commit
Changed in this revision
uLCD_4DGL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e39a44de229a -r a2da7a7c517b uLCD_4DGL.h --- a/uLCD_4DGL.h Sat Nov 30 02:05:15 2013 +0000 +++ b/uLCD_4DGL.h Wed Mar 11 21:31:04 2015 +0000 @@ -1,3 +1,5 @@ +#ifndef ULCD_4DGL_H +#define ULCD_4DGL_H // // uLCD_4DGL is a class to drive 4D Systems TFT touch screens // @@ -336,11 +338,5 @@ }; typedef unsigned char BYTE; - - - +#endif - - - -