Don't know where to start with this LCD (JM164A)

Today I was given an LCD display, I looked around and I'm quite positive I've found the correct datasheet.
Here's the datasheet I've found: jm.pl | elektronika, automatyka, EMS dla biznesu
On the back of the display, it said "PCB-JM164A-1" and searching for "JM164A" led me to the datasheet.

I have no idea on how to connect it to my Arduino and print text to it, it'd be really great if you could point me in the right direction. Also, is there a library which is compatible with this display?
(I have no experience with displays)

Thanks

Start off by reading about the LiquidCrystal library on the main site. That ought to tell you everything you need to know! :slight_smile:

It looks like a garden variety character mode LCD. If you want a more complete datasheet for the controller then search for 'HD44780'.

I have no idea on how to connect it to my Arduino and print text to it

You would use the LiquidCrystal library. There's an extensive tutorial at the Adafruit website.

Don

Thanks for the answers! :slight_smile: