Guest
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Comments
Recent activity by Guest-
I noticed that in your code you used 0x13 to display a "1". You are reading the chart in the opposite way: The top or column numbers are the high bits and the side or row numbers are the low bits....
-
Glad to hear you got it working :) If you want, you can reply with just your initialization code (there is a pound button next to quote) so that others can have that resource available.
-
Yes, for the display to function you have to initialize it first.
-
I apologize for the typo in our specification sheet. The display uses the SSD1325 chip as the controller for the display. We will fix that in our specification sheet. The example initialization s...
-
The CY3 is not a multi-font model and contains no built-in fonts. Only graphics and fonts you create on your own can be used with this display. We have another display with "MY3" at the end of th...
-
I would like to confirm the display that you are using. The NHD-2.7-12864UCY3 is not a multi-font display. However our multi-font display part number is NHD-2.7-12864UMY3.You are correct that the...
-
Glad to hear you got it working :)
-
I finally got some time to write the code. It is based off an Arduina Mega 2560 without the built-in commands. Here: //Pure Port Manipulation Only! C code FTW!//Arduino built-in commands, HAH!//...
-
So how are you handling the R/W pin (which becomes the WR pin in 8080 mode) ? That pin you should start at HIGH and then when you write something to the display, toggle it to LOW.I will also post ...
-
Yes, if you're not going to read anything then you can tie that high. Have you written your own initialization code? The OLED displays may be compatible with LCDs but they require a specialized in...