Page 1 of 1

DOG-M204N-A Display

Posted: 20 Mar 2023, 13:17
by hardl
Hello,

I am here for the first time because of the following problem:
I flashed a Lolin Wemos D1 mini with ESP Easy mega and created a script for pool control under ioBroker.
It works well with an LCD 2004 display and I2C interface, but it is difficult to read in daylight.
Now I was advised to get a DOG-M204N-A display.
The display has an SSD1803A controller.
Is there any way at all to address this display/controller with ESP Easy?

Re: DOG-M204N-A Display

Posted: 20 Mar 2023, 14:46
by Ath
That display/controller is not supported by ESPEasy. And there is no 'generic' plugin that can handle that, as it seems quite specific.

If you are able to program in C/C++, you could pick up the challenge to start a new plugin that will support this unit, instructions on how to start are here and, in more details about developing a plugin, here.

For a Plugin_ID you can request one here

Re: DOG-M204N-A Display

Posted: 22 Mar 2023, 08:50
by hardl
Thanks for the answer. I expected that.

Unfortunately I have no idea about programming.
Maybe I can flash arduino or something similar.

If anyone has experience with this, please let me know.