Im new to C programming and to using an Arduino. Attached my LCD to the arduino and tried to see if it would by using the LCD example library that comes pre installed, but all of them cannot compile. It comes up with several error messages.
HelloWorld:42: error: 'LiquidCrystal' does not name a type
HelloWorld.ino: In function 'void setup()':
HelloWorld:46: error: 'lcd' was not declared in this scope
HelloWorld.ino: In function 'void loop()':
HelloWorld:54: error: 'lcd' was not declared in this scope
I havnt done any changes to the code, this is the default example that came pre installed, is anyone able to recommend a fix, as I would need it to do any further programming for the LCD. Thanks.