adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

Update pin_magic.h #21

Closed scotttroyer closed 3 years ago

scotttroyer commented 8 years ago

Extraneous spaces removed at the end of line 282 to correct this error:

In file included from /Users/.../Documents/Arduino/libraries/TFTLCD-Library-master/Adafruit_TFTLCD.cpp:19:0: /Users/.../Documents/Arduino/libraries/TFTLCD-Library-master/pin_magic.h:282:33: warning: backslash and newline separated by space [enabled by default]

define read8inline(result) { \

^

makermelissa commented 3 years ago

Manually merged via #48.