I'm trying to run a sparkfun LCD through the I2C port on my MKR board. The example I'm trying to follow tells me to use the LiquidCrystal I2C library. When I go to compile, it tells me that the library is not compatible with the MKR family. I'm new to Arduino and I'm learning from the Arduino Workshop book. There is a project I'm working on that needed a faster clock speed than the UNO so I got the MRK. Can you please help me get this part of my project working.
The program compiles not but it did not display text on the LCD Screen. Thank you for getting me a step closer! I found an I2C scanner and it did pick up the LCD display. Do you have any recommendations on the next thing I should do to troubleshoot?
I went to the spark fun website and saw that they have their own mega library. It can be found here. I downloaded it and it worked. Thank you so much for helping me. It's good that this exists because there are a lot of forum questions about the same topics that don't have answers. Thanks again!!!