Notifications
Clear all

arduino with lcd display 2 lines via an i2c does not work

2 Posts
2 Users
0 Likes
1,313 Views
 Erp
(@erp)
Member
Joined: 4 years ago
Posts: 2
Topic starter  

hi everyone i have a problem with the communication between the arduino and an lcd display via an i2c in the sketsh i get an error message liquidcrystal_i2c.h: no such file on directory anyone knows why this could be i used Bill's sketch there it indicates the line #include <LiquidCrystal_i2c.h> if I only connect the lcd display directly to the arduino then it works fine

This topic was modified 4 years ago by Erp

   
Quote
(@oldcodger)
Member
Joined: 4 years ago
Posts: 23
 

Hi,

The error message “ liquidcrystal_i2c.h: no such file on directory” usually means the library isn’t installed in the IDE.

I’m not sure what you mean by “if I only connect the lcd display directly to the arduino then it works fine”

 


   
ReplyQuote