vindar / ILI9341_T4

Optimized ILI9341 screen driver library for Teensy 4/4.1, with vsync and diff. updates.
GNU Lesser General Public License v2.1
70 stars 12 forks source link

Unable to compile on PlatformIO #13

Closed windorey closed 1 year ago

windorey commented 1 year ago

Hello, I'm getting some errors trying to get an example to compile on PlatformIO.

In file included from .pio/libdeps/teensy41/ILI9341_T4/src/ILI9341_T4.h:27,
                 from src/main.cpp:1:
.pio/libdeps/teensy41/ILI9341_T4/src/ILI9341Driver.h:53:10: fatal error: SPI.h: No such file or directory
windorey commented 1 year ago

Fixed issue, it was not fault of this library.