bitbank2 / bb_spi_lcd

SPI LCD/OLED library which can be built for Arduino and Linux
GNU General Public License v3.0
89 stars 13 forks source link

Does not build (on Linux at least) #3

Open wabmester opened 3 years ago

wabmester commented 3 years ago

Needed to make a few minor changes to get this to build. Needed to drop #include , and various declaration/call mismatches due to missing/added SPILCD* param. Have not tested yet, so logging issue rather than giving you untested changes I made.

modi12jin commented 3 years ago

@bitbank2

Can you add some introductory instructions?

image