Hello,
Did anybody succeeded using Thinary Nano Every to work the LCD 20x4 on I2C interface?
I connected as normal for Arduino Nano - SDA on A4 and SCL on A5. -GND +Vcc.
But the LCD does not work, it has backlight on. Changing the contrast with pot does not help.
I run on AS7 and Visual Micro plugin for Arduino.
The debugger shows that I am looping in twi.c library, lcd.init() function, line 326:
/* Arduino requires blocking function */
while(master_result == TWIM_RESULT_UNKNOWN) {}
Any idea?
Thanks in advance.
Best regards, Andrej