LCD2004 Help

********************* by GOOGLE ****************************
@bperrybap
hello,
thank you for this response which tells me that I need to reread several times what I write.
I'm confused !!
I reversed two libraries (I have download a dozen !)
http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/ with
http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/LiquidCrystal_I2C.zip
that it uses:

# define In B00010000 / / Enable bit
# define Rw B00100000 / / Read / Write bit
# define Rs B01000000 / / Register select bit

With your library DFRobot v1.1 your code:

 LiquidCrystal_I2C LCD (lcdAdrr, 2,1,0,4,5,6,7, 3 POSITIVE)

work properly.

A thousand apologizes for the confusion!
Cordially.


bonjour,
merci de cette réponse qui m'indique qu'il faut relire plusieurs fois ce que l'on écrit.
Je suis confus !!
J'ai inversé deux librairies ( j'ai du en charger une bonne dizaine !!) :
http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/ avec
http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/LiquidCrystal_I2C.zip
qui elle utilise :

#define En B00010000  // Enable bit
#define Rw B00100000  // Read/Write bit
#define Rs B01000000  // Register select bit

Avec votre librairie DFRobot v1.1 , votre code :

LiquidCrystal_I2C  lcd(lcdAdrr, 2,1,0,4,5,6,7, 3, POSITIVE);

fonctionne correctement.

Encore mille excuses pour cette confusion !!!
Bien cordialement.