4X16 LCD Interfacing to Arduino (LCD:NHD-0416BZ-NSW-BBW)

Hello,

I am doing a school project and need to interface the Newhaven Display NHD-0416BZ-NSW-BBW (4X16 Character LCD | STN- Blue Display with White Side Backlight) to the Arduino. I have read the supporting documentation that is provided in the link but I am still unable to figure out how to translate between the C-code to what I want the screen to say.

Can anyone help me find a tutorial or give me some starting points?

ps: We are outputting temperature readings onto the screen from a temp sensor.

-Jeremy

The spec states this is a ST7066U driving your LCD. I think it has pin function compatibility with the HD44780 which is the LiquidCrystal Library is developed for - have you tried?