neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
929 stars 189 forks source link

Support for EA DOGM series of displays using SSD1803 controller IC #432

Open ddevries6161 opened 7 months ago

ddevries6161 commented 7 months ago

I'm using Electronic Assemblies DOGM204 20x4 LCD (SSD1803 controller IC) with a Nano ESP32 board. The SSD1803A_I2C library works to control the display but I don't think it is compatible with LiquidCrystal_I2C. Would you consider adding supporting SSD1803A library? If you have another suggestion for how I can use ArduinoMenu with this LCD, I'd appreciate any advice.

Thanks!