Jomelo / LCDMenuLib2

Create a tree menu. Use it with different lcd types / console output / ssh console.
MIT License
251 stars 48 forks source link

Bug: I2C example #6

Closed Jomelo closed 6 years ago

Jomelo commented 6 years ago

Habs zum laufen bekommen und möchte dir eine Rückmeldung geben. Und zwar benutzt das Beispiel die liquidCrystal_I2C library falsch - das ist alles

Bei Nutzung der aktuellen liquidCrystal_I2C library (v1.1.2) muss der Konstruktor wie folgt aufgerufen werden: Code: [Select] LiquidCrystal_I2C lcd(0x27,_LCDML_DISP_cols,_LCDML_DISP_rows);

In der Setup dann nicht lcd.begin(_LCDML_DISP_cols,_LCDML_DISP_rows), sondern: Code: [Select] // LCD Init lcd.init(); lcd.backlight();

Vielleicht möchtest du dies bei dem nächsten Update mit einpflegen.

Jomelo commented 6 years ago

Okay i have add a comment in the example. There are many different initialisations for different i2c examples.