NHD-0420DZW HD44780 Compatible?
Hi, I'd like to use the NHD-0420DZW-AG5 with an Arduino Mega using an existing library. Do these OLED displays use a Hitachi HD44780 compatible chipset?
0
-
Even though the OLED displays use our own proprietary controller, they are compatible with the existing Arduino libraries. The only things that are slightly different are the initialization sequence and the execution time of the commands.
Here is an example for writing to a character display with an 8-bit interface:
https://newhavendisplay.com/content/app_notes/8_bit_character_C.txtThis code can be used with your OLED display after you modify the delays based on the requirements of the OLED.
Edit: The example code above isn't Arduino code. It is an example to help you understand how to use the OLED display.« Last Edit: March 05, 2015, 10:57:10 AM by Retheesh_M »0
Please sign in to leave a comment.
Comments
1 comment