That doesn't give us the information we need. Somewhere, there is a considerably longer document that describes how to communicate with it. I see 8 data pins, which means parallel input, which might be awkward to do with the espruino (maybe with a shift register? This is outside my experience), but some LCDs like that can also be configured to communicate via SPI (I saw one for sale just the other day on ebay...).
It's also not clear whether the product that that place is selling is simply a breakout board for that LCD, or whether it contains a controller of some sort - in which case, you'd need to identify and scare up the datasheets for that.
Also - there are a few common LCD interfaces that have arduino libraries for them - these can be a good source of information, if such a library exists for yours.
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.
That doesn't give us the information we need. Somewhere, there is a considerably longer document that describes how to communicate with it. I see 8 data pins, which means parallel input, which might be awkward to do with the espruino (maybe with a shift register? This is outside my experience), but some LCDs like that can also be configured to communicate via SPI (I saw one for sale just the other day on ebay...).
It's also not clear whether the product that that place is selling is simply a breakout board for that LCD, or whether it contains a controller of some sort - in which case, you'd need to identify and scare up the datasheets for that.
Also - there are a few common LCD interfaces that have arduino libraries for them - these can be a good source of information, if such a library exists for yours.