Hi:
Is there anybody try to connect an LCD which has a NT7506 LCD controller to Arduino?
Hi:
Is there anybody try to connect an LCD which has a NT7506 LCD controller to Arduino?
Hi
I have seen a lot of displays with a large number of controllers, but this controller is new to me. I do not think there is a ready made library for it.
It looks similar to the ST7565, but still has some differences in the command set. Take a library for the ST7565 (such as u8glib) try and update the ST7565 specific code. Unfortunately i will have only limited internet access in the next days, otherwise i could offer to extend u8glib with support for the NT7506.
Any datasheet available for the display? Where did you buy the display and what is the actual screen resolution?
Oliver
Hi:
Thank you for the response. I am afraid the datasheet is difficult to find. Please try:
http://www.datasheetdir.com/NT7506+download
The resolution of my display is 160*50.
I am trying to write the library, but I am a freshman in writing this, usually I use existing libraries for my other display controllers.
/Jianyuan Ma