Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
It really depends on how bright you want the backlight to be. I'd say around 100Ω.
-
No, that display is a Chip-On-Glass LCD, and contains no electronic components except for the controller IC bonded to the glass.
-
Correct, you would need to be able to change that pin to be able to send the command to change the page. Why are you unable to change it?
-
Both the Arduino Uno and Mega can be used to drive this display, and accomplish what you are trying to do.They both have very little on-board memory for storing things like images, however you can ...
-
Please see my reply to your other post, here: https://support.newhavendisplay.com/hc/en-us/community/posts/9010982007703-NHD-320240WX-CoTFH-V-I040-or-NHD-320240WG-BxTFH-VZ-
-
I have shared some code for this display below, please review the write routines and how to display an image on the screen and verify you are doing this in your program.Also, please ensure your int...
-
This display does not have a current limiting resistor, one should be used when powering the backlight.The maximum current for the backlight on this display is 50mA.
-
You are correct, there are two chips used for this display. Each Enable signal controls one, and the R/W signal is shared (tied together) between them. Because of this, you would not be able to u...
-
Thank you for letting us know, this needs to be corrected. For electrical characteristics of the blue 2.8 inches OLED, please refer to the non-multi font version, here:http://www.newhavendisplay.c...
-
Correct. If the display is powered down, you would need to re-initialize it.