I am trying to run a PH sensor with LCD program and I tried to install the liquid crystal I2C Library and it got installed successfully, but I still encounter this issue even after installing it.
C:Usersana-aAppDataLocalTemp.arduinoIDE-unsaved202446-19960-1cj3pd4.j8ecsketch_may6asketch_may6a.ino:2:10: fatal error: LiquidCrystal_I2C.h: No such file or directory
#include <LiquidCrystal_I2C.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: LiquidCrystal_I2C.h: No such file or directory
I tried to delete it and reinstall it again but still I have the same issue.
Ahmed Alamoudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.