;however it gives me this error:
Arduino: 1.6.4 (Windows 7), Board: "Arduino Uno"
sketch_jun16a.ino:2:17: fatal error: LCD.h: No such file or directory
compilation terminated.
Error compiling.
I have attached a picture showing that the file is in my library and i have checked the forum for a similar problem but i couldn't find one. can you help me out? Thanks
when you open the arduino ide go to the top tab called sketch then down to include library and click then go down the list. Near the bottom should be a library called liquidcrystal if you do not have the library then do a internet search for a i2c lcd library and download that. copy it to the same library folder that the arduino program uses.
@gpop1 I have tried to do what you said and it still gives me the same error. I have also downloaded another library and replaced it with my current one; the same error occurs.