Newheaven NHD-0220CW-AR3 display
hello,
I have used following commands to interface NHD - 0220CW-AR3 with controller.
lcd_cmd(0x28);
lcd_cmd(0x0c);
lcd_cmd(0x0f);
lcd_cmd(0x10);
lcd_cmd(0x01);
lcd_cmd(0x06);
lcd_cmd(0x80);
The display shows mirror image of all characters with right entry mode.
but I want normal display with left entry mode.
please somebody help me.
I have used following commands to interface NHD - 0220CW-AR3 with controller.
lcd_cmd(0x28);
lcd_cmd(0x0c);
lcd_cmd(0x0f);
lcd_cmd(0x10);
lcd_cmd(0x01);
lcd_cmd(0x06);
lcd_cmd(0x80);
The display shows mirror image of all characters with right entry mode.
but I want normal display with left entry mode.
please somebody help me.
0
-
Hi there!
Please try implementing the 'Entry Mode Set' command and adjusting the 'BDS' bit to achieve a left entry mode display.
If at all you need reference code, please visit our Github link below for sample code written to the US2066 controller, which may be a useful resource while you are developing your software:
https://github.com/NewhavenDisplay/NHD_US2066/blob/master/NHD_US2066.cpp
Best regards,0
Please sign in to leave a comment.
Comments
1 comment