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

Make QWERTY Touch Keyboard example sketch into a valid Arduino sketch #18

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

The Arduino IDE requires that sketches contain a .ino file that matches the folder name. It does not allow sketch folder names to contain spaces. For this reason, the QWERTY Touch Keyboard example was not recognized by the Arduino IDE.

marekburiak commented 5 years ago

Thank you!