marekburiak / ILI9341_due

Arduino Due and AVR (Uno, Mega, Nano, Pro Mini,...) library for interfacing with ILI9341 SPI TFTs
http://marekburiak.github.io/ILI9341_due
98 stars 36 forks source link

Use cross-platform path separator in #include directives #14

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

Use of the \ path separator causes compilation to fail on any OS other than Windows.

marekburiak commented 5 years ago

thank you