I try to connect the VMA450 to an Arduino UNO R4 Minima, via I2C but I only get 2 empty lines and 2 full lines.
I used the example code of “Hello World”.
the library is loaded.
when I connect the screen to an older UNO it works fine.
Is there a compatibility issue with the uno R4 and I2C?
Thank you for the feedback! First of all I want to correct something:
The LCD I bought was in the shop advertised as VMa450, however I see now that it is actually the WPI450 LCD. (I don’t think this is a big difference as the velleman website links to the same files)
That said, I have been testing with the library you suggested, but no luck. I’m not getting a text on the screen, nor gets the lcd detected during an I2c scan. I tried 3 libraries in total. (every time removing the last one to prevent interference)
Finally I connected another LCD display (16x2) with the arduino r4 minima and I2c communication now works. I tried the 3 different libraries and the scanner, and all of them are able to communicate with the lcd display (16x2).
So It looks like there is a communication problem between the WPI450 LCD and Arduino uno R4, but not between the uno R4 and another I2c device.
Thank you for this information. Is it possible to tell me which LCD_I2c library you are using, or post a link to the files of this library please?
The setup and commands I have tried are the same as those you are using, so I figure the only difference can be in the used library.
Is it also possible to tell me what way you used to install this library?;Did you use the library manager to find the library, or did you download the files and placed the files in the library folder your self?