device driver descriptor of LCD

Hello All,

Could anyone help me with programming using RIOT-OS for LCD display?

I mean for e.g,if I want to initialize the LCD,I see a command int hd44780_init(hd44780_t *dev, const hd44780_params_t *params);

I do not understand how to send the parameters like * dev to init function

Regards,

Spl1

Hi,

You have an “example” application in tests/driver_hd44780 [1].

Regards,

Alex

[1] https://github.com/RIOT-OS/RIOT/tree/master/tests/driver_hd44780

Hello Alexandre,

I only see “01-run.py” file in tests folder. Am I missing something?

image001.jpg

image003.png

Just click on the link I gave and you are there.

image001.jpg

image003.png