Paul_B
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 165
Comments
Recent activity by Paul_B-
Hello Joseph,I recommend you use the 4-wire SPI interface when first starting out The serial interface pinout can be viewed on page 4 in the displays datasheet: https://newhavendisplay.com/content...
-
Hi Joseph,I'm sorry, unfortunately we do not have a public schematic available for this display.Sorry for the inconvenience.
-
Hi Joseph!There are plenty of user created Arduino Libraries written for the SSD1351 controller. I recommend searching in google for "SSD1351 Arduino library".Hope this helps, feel free to contact ...
-
Hi Joseph,Below is some example code for that display written for the Arduino https://github.com/NewhavenDisplay/NHD-1.5-128128UGC3-Example-CodeRegarding the pin out, please see page 4 in the disp...
-
Not a problem Amit, "SDIN" stands for Serial Data Ine.g. MOSIEnjoy your new display!
-
Morning,The Arduino Nano is a compact and breadboard-friendly version board based on ATmega328 processor. It is more or less same functionality as the Arduino UNO but in different package (which me...
-
Hi,Correct, the displays built-in controller is capable of taking 2.7v to 5.5v from an interface point of view. However the COG display as a whole is a 3.3V max device, so you'll need to do some l...
-
Morning Jack,First to enter the RS‐232 mode, both R1 and R2 should be open.Second, can you please confirm you are matching the displays BAUD rate? By default the BAUD rate is 9600, and is changeabl...
-
Morning kburndred,Can you please provide a little more detail regarding the issue you are encountering with NHD-C0220BiZ-FSW-FBW-3V3M. It appears to be an initialization issue, if possible post you...
-
Glad to hear you got your display up and running!Thanks for sharing your solution, it will definitely help others!