Bonjour,
Depuis quelques jours, j'essaie de programmer un arduino avec un affichage LCD 20X4 avec interface en i2c. Lorsque je prend des programmes sur internet ça ne fonctionne pas. Et même pas avec ceux qu'il y a dans les librairies en exemples.
Merci de votre aide ![]()
You need to download and install the fmalpartida LCD library being careful to remove the original LCD library from your IDE paths.
Then use the "guesser" sketch detailed in this post to determine the correct "descriptor" for your particular display, after which you can use that descriptor in all your own sketches, using the "guesser" code as a guide.