Closed papaiatis closed 8 years ago
Okay, so I came upon this website: http://www.nihamkin.com/2016/03/04/connecting-esp8266-with-ili9341-tft-display/ which says the ILI9341 library available through Arduino IDE Library Manager is broken and I should download it directly from this github repo. He was right! Indeed the code here in Github works! I'm closing this ticket then.
version bumped in IDE manager, to 1.02
I downloaded the latest version (1.0.1) of Adafruit ILI9341 library and set my board to NodeMCU 0.9 (ESP-12 Module). I'm using Arduino IDE 1.6.12.
I wanted to upload the graphicstest example to my NodeMCU device but during compile I'm getting lots of error messages:
If I set the board to Arduino UNO the examples are compilling just fine. What do you think?