Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
That is odd, it sounds like something is wrong with your board. I'm not sure what, possibly you are exceeding the output current rating and therefore your code isn't really running on your process...
-
Can you try grounding the /CS line?
-
You said you code loops forever until it gets a user input of an "L"; are you providing this input? Can you just try writing pixels of any color to the display without the loop?
-
The code I sent you is confirmed to work, are your connections look good. It seems there is some issue with the board you are using. Do you have another display you can try?
-
Thank you, I just wanted to make sure you micro wasn't running too fast for the code I sent to work. What exactly do you see on the display? All white screen? Any lines or colors?Please double ch...
-
Not anything I can think of. The code I sent you is confirmed to work, and your schematic looks fine. How fast is your micro running? Do you have another display you can try? What do you see on...
-
Yes the schematic looks good. Do you see the backlight turn on when you apply power?
-
Yes that is correct. The D/C and RS signals are interchangeable, and they represent the same pin. Some of our displays call that pin RS, whereas others call it D/C, sorry for the confusion!
-
I'm not sure how fast your micro is running, but you may need to add more delay after the hard reset. I have posted some Arduino code below that illustrates this, along with the rest of the initia...
-
You are correct. The orientation does not matter for this display as it uses IPS technology, and has 80 degree viewing angles from all sides.There is nothing that will reduce the image quality if ...