for now i just stick to johnwasser's "Buy an LCD that matches yours."
just in case someone else comes across this problem:
My plan B would be to create multiple instances of LiquidCrystal_I2C using the most common addresses for these LCD displays and then just send my lcd.prints to ALL of them.
This is not elegant and probably quite space consuming , and I have not even tried it myself
wowi:
My plan B would be to create multiple instances of LiquidCrystal_I2C using the most common addresses for these LCD displays and then just send my lcd.prints to ALL of them.
This is not elegant and probably quite space consuming , and I have not even tried it myself
That is what I2CLCDGuesser does. There is a better library and tools called hd44780 and has an even better LCD "guesser".