LCD & Spark core

Hello,

I’m trying to connect the LCD (the one that’s coming with the Arduino starting kit) to the Spark core.

I tried to use the example program, but the code doesn’t compile on the online “BUILD”.

this is the msg that i get:

In file included from …/inc/spark_wiring.h:30:0,
from …/inc/application.h:31,
from /LiquidCrystal/LiquidCrystal.cpp:1:
…/…/core-common-lib/SPARK_Firmware_Driver/inc/config.h:12:2: warning: #warning “Defaulting to Release Build” [-Wcpp]
In file included from …/inc/spark_wiring.h:30:0,
from …/inc/application.h:31,
from /aaa.cpp:4:
…/…/core-common-lib/SPARK_Firmware_Driver/inc/config.h:12:2: warning: #warning “Defaulting to Release Build” [-Wcpp]
/aaa.cpp:5:27: fatal error: LiquidCrystal.h: No such file or directory
compilation terminated.
make: *** [/aaa.o] Error 1

Thanks for helping me,
Itay

Try this library: https://github.com/technobly/SparkCore-LiquidCrystal

There are instructions for how to add it to your app. Let me know if you have any questions.