The only thing I'd say is looking at the pins and arrangement of the LCD, it's quite likely that the LCD is a 'clone' of one of the amazingly common HD44780 LCDs.
It might be worth wiring it up and trying to use it as suggested here and seeing if it works.
@DrAzzy: Why would 8 data pins be awkward in Espruino? You can just read/write them via arrays: digitalWrite([D0,D1,D2,D3,D4,D5,D6,D7],255)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The only thing I'd say is looking at the pins and arrangement of the LCD, it's quite likely that the LCD is a 'clone' of one of the amazingly common HD44780 LCDs.
It might be worth wiring it up and trying to use it as suggested here and seeing if it works.
@DrAzzy: Why would 8 data pins be awkward in Espruino? You can just read/write them via arrays:
digitalWrite([D0,D1,D2,D3,D4,D5,D6,D7],255)