adafruit / Adafruit_ILI9341

Library for Adafruit ILI9341 displays
406 stars 281 forks source link

Error while compiling example code #48

Closed akshulg closed 5 years ago

akshulg commented 5 years ago

In file included from /home/username/Arduino/libraries/Adafruit_ILI9341/examples/graphicstest/graphicstest.ino:19:0: /home/username/Arduino/libraries/Adafruit_ILI9341/Adafruit_ILI9341.h:140:38: error: expected ')' before 'busWidth' Adafruit_ILI9341(tftBusWidth busWidth, int8_t d0, int8_t wr, int8_t dc, ^

caternuson commented 5 years ago

Make sure you have the latest version of both this library and the GFX library: https://github.com/adafruit/Adafruit-GFX-Library

akshulg commented 5 years ago

Thanks, that was the issue