Guest
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Comments
Recent activity by Guest-
As long as the display is not sharing any of the DB0-DB7 pins with another device, then you can leave CS tied to ground. CS is used so that you could connect multiple displays to the same data lin...
-
I assume you've connected Chip Select (CS) on pin 15 as well since you get something on the display. (Display on when LOW and display off when HIGH in case you were wondering)
-
You are correct about the Enable Pin, it has to be toggled from HIGH to LOW to show the data on the display. This might solve your text being cutoff issue as you currently have no trigger to latch...
-
No problem. Glad you got the display working :)
-
Yes that is correct, but it is usually good practice to use slightly longer delays to make sure the command has been executed before you send the next instruction.
-
We don't have any source code for the SAM3-256 development board, but we do have some example code for this display using the Arduino Mega. The example shows how to write to the display using para...
-
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 sequ...
-
Please note that the display pins have a 2.0mm pitch. You may refer to page 3 in the display datasheet for more information.The universal board that you found on our website is the only breakout b...
-
For pin 6, you should start at high and then bring it low during messages. The timing diagram on page 8 of the specification sheet shows how the Enable pin (E) should go high first and then low. ...
-
Hello,Like PJoyce, I want to use a 2x16 LCD powered with VDD=5V (NHD-0216K1Z-FSW-FBW-L) but with 3V logic interface. The specification of this module give me Vih input level = 2.2V mini (p5 of thi...