Skip to content

Commit 10e5109

Browse files
committed
added header #ifndef
1 parent 936e71a commit 10e5109

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Adafruit_TFTLCD.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Graphics library by ladyada/adafruit with init code from Rossum
22
// MIT license
33

4+
#ifndef _ADAFRUIT_TFTLCD_H_
5+
#define _ADAFRUIT_TFTLCD_H_
6+
47
#if ARDUINO >= 100
58
#include "Arduino.h"
69
#else
@@ -129,3 +132,5 @@ class Adafruit_TFTLCD : public Adafruit_GFX {
129132
uint8_t csport, cdport, wrport, rdport;
130133
uint8_t cspin, cdpin, wrpin, rdpin;
131134
};
135+
136+
#endif

0 commit comments

Comments
 (0)