Paul_B
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 165
Comments
Recent activity by Paul_B-
Hi Sukho,To answer your question, No you will not see any characters appear on the LCD. Before you can really use the LCD, you must initialize and configure it. This is accomplished by sending a nu...
-
Hello Sukho!I’m sorry to hear about the trouble you are having with NHD-C0220BiZ-FSW-FBW-3V3M. Before you can really use the LCD, you must initialize and configure it. This is accomplished by sendi...
-
Morning Phil,Glad to hear you're up and running! Thank you for sharing your solution so anyone else having similar problems can solve them ;)
-
Success, enjoy the display George!
-
Hey George,Do you have pull-up resistors on SDA and SCL (10k) when using I2C?Also please try the code below in SPI, I have made some modifications (see comments): #include <Wire.h>//#include <SPI.h...
-
Correct, give the new code a try and keep me posted :)
-
Hello,void output() //This function is used to display an Array of text on the screen.{ int i; command(0x01); //This is clearing the display delay(2); for(i=0;i<20;i++){ // ...
-
No problem George, happy coding!
-
Hello George,I actually have some example code I can share with you. It is written for the Arduino Mega. See below:https://github.com/NewhavenDisplay/NHD_US2066-Arduino-MegaHope this helps and ...
-
Be sure to also look up the Arduino UNO's pinout when you begin to wire up your display http://40.media.tumblr.com/4ff695d730e837e19b393e26b6bb849c/tumblr_mj1nsyafhx1s5t695o1_1280.png