My Arduino Uno came with a kit. The kit contains a LCM1602C LCD display. But I keep running into problems trying to get the "Hello World:" project to work, mainly:
compilation error: LiquidCrystal.h: No such file or directory
I reinstalled the Arduino IDE software (2.2.1) and installed one of the LiquidCrystalDisplay libraries (there are several), but I was getting the same error.
So starting over again. I deleted all things Arduino from my Mac and reinstalled Arduino Ide (2.2.1). The magic question: which of the LiquidCrystalDisplay libraries do i install for this particular lcd display? Or is there a more comprehensive instruction that includes the code and exactly which library to install? It's frustrating there are so many variants of the Hello World projects, none of which seem to work on my system.
If your question has been answered to your satisfaction please mark the thread as solved so that other members that wish to help will not waste time opening the thread only to find that the question has been answered.