where I can find those hd44780_I2Cexp commands for my LCD display

HI,

can you please advance me where I'll be able to find commands fot my LCD display using

#include <Wire.h>
#include <hd44780.h>
#include <hd44780ioClass/hd44780_I2Cexp.h> // i2c expander i/o class header

I'll be very pleased if you can help me

friendly regards

-arto-

If you look at the examples that come with the library (hd44780_I2Cexp class) you will see that the functions (commands) are the same as the LiquidCrystal libraries.

From the hd44780 library Wiki:

A major design and functional goal is to not only make the library API compatible with the IDE bundled LiquidCrystal library across all h/w interfaces,

The main github page for the hd44780 library lists the functions and the extensions with descriptions of what they do.

See also the LiquidCrystal library reference page.

groundFungus:
The main github page for the hd44780 library lists the functions and the extensions with descriptions of what they do.

See also the LiquidCrystal library reference page.

Thank you very much ...

I will check it tomorrow ... just now I have something else to do

have fun

all the best for you

-arto-