Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
The display does not support serial padding. The diagrams on page 13 of the display's datasheet show what the controller is expecting to receive serially. If extra bits are added in between what ...
-
I am not sure I understand exactly what you are having an issue with. Are you not able to write the letters closer together? I have replicated this and have actually changed your values to make t...
-
The functions in that example code do in fact work. I have code below I have just used with this display + Arduino Mega that use these functions: void loop(){ Checkerboard_12832(); delay(500); ...
-
The 8080 timing diagrams are on page 61 of that SSD1305 datasheet. https://support.newhavendisplay.com/hc/en-us/articles/4414488972695--SSD1305
-
We have one font table available you can use, I have included it below: unsigned char Ascii_1[97][5]={ // Refer to "Times New Roman" Font Database... // Basic Character...
-
I'm sorry, but unfortunately we do not have any libraries available for the display. All we have in terms of code is the example code in the datasheet, and also on our website, here: https://newha...
-
Can you clarify which programs and what delays you are referring to? Certain delays are needed for different things. Some examples: a hardware reset has a timing requirement for how long the line...
-
The display will not show anything unless it's initialized and has data written to it. You will not see anything turn on with only VDD and GND connected.From looking at your code, it seems you a...
-
Glad you got it working, thank you for sharing!
-
I'm not sure of the cause of your problem, as I have just tested this with an Arduino using your initialization and have not seen the same results as you have described. I've powered it on/off seve...