lilzz
1
https://www.hackster.io/niftyjoeman/osepp-lcd-and-keypad-shield-d5b46e
Step 3: Set up the code and run it
First, attach the library to the arduino IDE. Go to Sketch>Librarys>add .zip files and select the zip file.
Now, plug in the arduino and run the code. ( you can download this if you scroll down or by accessing the .zip library)
====================================================================================
so I follow the instruction above.
Actually,
sketch-->import library-->add library-->LCDKeyPad.zip
that file contain the libraries and examples
Now, I added that, but that's nothing show up on the IDE. How do i run the individual example file now the library zip file is imported
That is just for importing the library.
You would still need to unzip the file to get to the example sketches which presumably are in there.
Also, once you have added the new library files, you need to close the Arduino IDE and then restart it.
pert
4
File > Examples > LCDKeypad > choose the example you want to load
ieee488:
That is just for importing the library.
You would still need to unzip the file to get to the example sketches which presumably are in there.
No, the Add Library process described unzips the library zip file and copies it to the sketchbook/libraries folder.
econjack:
Also, once you have added the new library files, you need to close the Arduino IDE and then restart it.
No, that's only necessary if you manually install the library, if you do the Add Library process then you don't need to restart the IDE.