-
Notifications
You must be signed in to change notification settings - Fork 68
Description
HI, this is really a good library, thank you for your contribution.
I'm testing this library on an Arduino UNO board just as the YouTube video shows: LINK
connecting my IPS 240x240 display directly on UNO
but my display are always "black" (or just very blurry with only some pixel moving)
I only get the correct image in a split second when I press the reset button.
After searching for a while, I see a comment under that YouTube video saying adding some 1K resister will help.
so I have tested it and can confirm adding an 1K resister on each communicate pin (SCA/SCL/RES/DC) will resolve this problem.
I'm wondering this might be a "hardware issue" but not a "software issue", might have something to do with 5V instead of 3.3V system
so maybe we can add some instruction / notice on "README.md" or even in the file to help future user ?
if the author thinks this is a thing worth to do, I can test most boards on my hands and create a pull request.
Any suggestion will be appreciate, or may be I can be wrong on the hole thing(?)