bitbank2 / SPI_LCD

A simple C library for directly communicating with SPI-connected LCD displays
GNU General Public License v3.0
112 stars 24 forks source link

created Arduino sample program #10

Closed Pconti31 closed 5 years ago

Pconti31 commented 5 years ago

Note that when using all of the files in one directory the Arduino IDE requires headers to use quotes instead of <>. Thus a change for #include "spi_lcd.h" otherwise you might want to reorg your Arduino files into Arduino library folder form.