A
Arduino6d ago
suzen

LiquidCrystal library is not found

i was trying to code for lcd16*8 for the very first time , but even after installing the LiquidCrystal.h library in the ide , i am getting this fatal error , liquidcrystal ,no such file or directory found .can anyone help me in this problem
16 Replies
DaDev
DaDev6d ago
did you load the example code?
GGgamer
GGgamer6d ago
Is it only this library not working?
jim lee
jim lee5d ago
How'd you install it?
suzen
suzenOP5d ago
yes i did yes if i install any library that is not there by default then it doesn't work from arduino ide
GGgamer
GGgamer5d ago
Sounds like an issue with the ide saving libraries in the wrong directory, maybe try reinstalling the ide
suzen
suzenOP5d ago
i installed ide thrice but this is happening again and again
DaDev
DaDev5d ago
Tell me your steps. To get the library all the way through @suzen
suzen
suzenOP4d ago
Steps: in Arduino IDE. Go to Sketch → Include Library → Manage Libraries. In the search bar, type LiquidCrystal. LiquidCrystal by Arduino, then Install.
DaDev
DaDev4d ago
ok now file>examples>LiquidCrysta> one of the examples. and test it?
suzen
suzenOP4d ago
the example is not working either
DaDev
DaDev4d ago
ok so then I would uninstall the IDE, and clean up all of the arduino folders AFTER a full uninstall, You can coocle your os, "arduino folder locations" to find out where they all are. After you have then try again with a fresh install. did you say it was mac os, or windows?
GGgamer
GGgamer4d ago
When you instal a library does a corresponding folder appear in the C:\Users\UserName\Documents\Arduino\libraries? Make sure the documents folder is not the onedrive one
GrayConstruct
GrayConstruct3d ago
Be aware that there's at least 20 libraries that are named LiquidCrystal so it can be tricky to install the right one for the example you found
suzen
suzenOP3d ago
it is windows okay i will reinstall it i downloaded the one named adafruit where this folder?
AnonEngineering
that is the path, just substitute your <UserName>
suzen
suzenOP3d ago
thank you so much guys for helping me out , now the libary is working

Did you find this page helpful?