flip tile
Fork of 4DGL-uLCD-SE by
Revision 8:8ba8548b9522, committed 2015-10-22
- Comitter:
- jsmith352
- Date:
- Thu Oct 22 15:26:11 2015 +0000
- Parent:
- 7:e39a44de229a
- Commit message:
- ifndef
Changed in this revision
uLCD_4DGL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e39a44de229a -r 8ba8548b9522 uLCD_4DGL.h --- a/uLCD_4DGL.h Sat Nov 30 02:05:15 2013 +0000 +++ b/uLCD_4DGL.h Thu Oct 22 15:26:11 2015 +0000 @@ -1,3 +1,5 @@ +#ifndef LCD_DISPLAY +#define LCD_DISPLAY // // uLCD_4DGL is a class to drive 4D Systems TFT touch screens // @@ -336,6 +338,7 @@ }; typedef unsigned char BYTE; +#endif @@ -343,4 +346,3 @@ -