just picked up an hd44780 compatible (AIP31066L) 40x4 LCD from the markets in Shenzhen.
the display has two enable lines. are there any libraries for these dual enable displays that are compatible with Arduino IDE 2.3.2? tried liquidCrystal440, but the IDE doesn't see it.
First 2 lines are controller #1 (which makes more sense). So as a workaround, one may be able to define two instances of any LiquidCrystal library and handle the halves explicitly.
my programming skills ain't the greatest, hence the wanting a drop-in library that works the same as the default LiquidCrystal library, but works with my display.