Page 1 of 1

Two LCD2004 displays lcdcmd controls only one display

Posted: 06 Nov 2024, 20:03
by 1i8x6qmtn
When I have two 2004 LCD displays connected via I2C with different addresses

The following command manages only one display.

There is no solution that would allow you to control two or more displays separately.
For example, specifying the display name and command to send

Name_LCD_Set_In_ESPEasy,lcdcmd,<value>

Re: Two LCD2004 displays lcdcmd controls only one display

Posted: 06 Nov 2024, 20:18
by TD-er
Close, you need to use a dot ('.') instead of a comma :)

See: https://espeasy.readthedocs.io/en/lates ... f-a-plugin

Re: Two LCD2004 displays lcdcmd controls only one display

Posted: 06 Nov 2024, 22:40
by 1i8x6qmtn
Thanks its work!

Please update this page and add info about multiple displays 😁

https://espeasy.readthedocs.io/en/lates ... /P012.html

Re: Two LCD2004 displays lcdcmd controls only one display

Posted: 06 Nov 2024, 23:08
by Ath
1i8x6qmtn wrote: 06 Nov 2024, 22:40 Thanks its work!
Great :)
1i8x6qmtn wrote: 06 Nov 2024, 22:40 Please update this page and add info about multiple displays 😁

https://espeasy.readthedocs.io/en/lates ... /P012.html
Well, this is a global feature for any plugin that's being used for multiple tasks and handles commands, so that's why it's documented where it's used/needed most: https://espeasy.readthedocs.io/en/lates ... f-a-plugin