Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
You can expect to save approximately 20mA of current drawn by the display.
-
Can you send the part of your code that is changing the font table?
-
Is it something that is seen when the display is powered on only? A picture showing exactly what you are referring to would be of great help. It can be tricky to post an image on the forums (it n...
-
I actually have some code I can share with you. It is written for an Arduino Uno and uses the parallel interface. See below: //---------------------------------------------------------/*NHD_0420D...
-
You should have received an email from our engineering department regarding this, in response to the email you sent to nhtech@newhavendisplay.com. If there are further questions you may reply back ...
-
You can compensate for the timing differences by adding some delays after your writes, but more importantly, start with the commands that have the longest execution time (such as the clear display ...
-
The first thing that comes to mind for me is the timing. The OLED has slightly different timing than the LCD (this can be seen in the datasheets for the displays, specifically the command tables)....
-
We were experiencing issues with the old forum, and we needed to make this new forum in hopes we would be able to import all previous posts. Unfortunately we are not able to successfully perform t...
-
I have not seen this before, however, there is no contrast setting adjustment available. I doubt it is the display, but do you have another to try? Try changing some of your display signal timing...
-
I am sorry but unfortunately we do not have any python libraries available. For example code for this display, you may refer to our example program code section of our website, specifically for th...