Screen performance?
- Robochris
- Posts: 310
- Joined: Thu Feb 16, 2017 7:49 am
- Location: Ohio
- Has thanked: 82 times
- Been thanked: 41 times
Screen performance?
Just finished my first build, turned out great! I'll put it up in the show off soon..
But first, my screen (which is BW var. 8) seems a bit fuzzy. Maybe grainy? Not sure how to explain it.. like it has the texture of old tv static. It moves, not just blurry. It's certainly playable and not too noticeable I guess.
I know these are pretty low res screens but is there any way to sharpen this? Maybe my connections?
Any of yours turn out this way?
Thanks!
But first, my screen (which is BW var. 8) seems a bit fuzzy. Maybe grainy? Not sure how to explain it.. like it has the texture of old tv static. It moves, not just blurry. It's certainly playable and not too noticeable I guess.
I know these are pretty low res screens but is there any way to sharpen this? Maybe my connections?
Any of yours turn out this way?
Thanks!
"What a horrible night to have a curse."
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
-
- Posts: 226
- Joined: Tue Jan 31, 2017 11:06 am
- Location: Tianjin / China
- Has thanked: 25 times
- Been thanked: 53 times
Re: Screen performance?
Play with your groud: best would be to use a shielded composite connection. Maybe you find some old headphone wires or composite extensions. Second: connect the shield to the raspberry ground next to the composite pad. If no effort try any other grounds in your power distributions.
- Robochris
- Posts: 310
- Joined: Thu Feb 16, 2017 7:49 am
- Location: Ohio
- Has thanked: 82 times
- Been thanked: 41 times
Re: Screen performance?
Thanks! I'll give it a go!McGyver wrote: ↑Wed Apr 19, 2017 3:57 pmPlay with your groud: best would be to use a shielded composite connection. Maybe you find some old headphone wires or composite extensions. Second: connect the shield to the raspberry ground next to the composite pad. If no effort try any other grounds in your power distributions.
"What a horrible night to have a curse."
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
Re: Screen performance?
You could try forcing the frame buffer to the resolution of the screen. What I have found is that quite a few of the 3.5" composite screens are not actually 320 x 240 - they are a little under - for example the ones I have are actually 320 x 234.
To set the frame buffer open up /boot/config.txt and uncomment/modify the following lines to match your screen resolution.
To set the frame buffer open up /boot/config.txt and uncomment/modify the following lines to match your screen resolution.
Code: Select all
framebuffer_width=320
framebuffer_height=234
- Robochris
- Posts: 310
- Joined: Thu Feb 16, 2017 7:49 am
- Location: Ohio
- Has thanked: 82 times
- Been thanked: 41 times
Re: Screen performance?
How do I find my exact resolution?fraggle wrote: ↑Wed Apr 19, 2017 9:06 pmYou could try forcing the frame buffer to the resolution of the screen. What I have found is that quite a few of the 3.5" composite screens are not actually 320 x 240 - they are a little under - for example the ones I have are actually 320 x 234.
To set the frame buffer open up /boot/config.txt and uncomment/modify the following lines to match your screen resolution.
Code: Select all
framebuffer_width=320 framebuffer_height=234
"What a horrible night to have a curse."
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
Re: Screen performance?
Did the screen come with any kind of data sheet or packaging, maybe the manufactures website?
If not then try running:
It should list the actual resolutions the screen supports (the current one will be marked with an asterisk).
If not then try running:
Code: Select all
xrandr | fgrep '*'
-
- Posts: 1
- Joined: Sun Apr 23, 2017 8:02 am
- Has thanked: 1 time
Re: Screen performance?
Hey. Think I'm having the same problem. Looks a bit like the image attached.
- Attachments
-
- IMG_0826.JPG (2.04 MiB) Viewed 40533 times
Re: Screen performance?
I had the same problem.what i did to fix it; Ground to the pi, Ive used a composite (rca) single shielded wire from vid1 and ground from lcd driver board to the pi tv out and the ground next to the tv out on the pi. Screen is perfect now with no fuzzy lines, just crisp. Good luck
- VeteranGamer
- Posts: 1738
- Joined: Thu Jan 26, 2017 11:12 am
- Location: London, UK
- Has thanked: 528 times
- Been thanked: 909 times
Re: Screen performance?
i can second that....Kalei808 wrote: ↑Mon May 01, 2017 12:35 amI had the same problem.what i did to fix it; Ground to the pi, Ive used a composite (rca) single shielded wire from vid1 and ground from lcd driver board to the pi tv out and the ground next to the tv out on the pi. Screen is perfect now with no fuzzy lines, just crisp. Good luck
i went back and changed the wiring after my build was finished (my son complained that the screen was having intermitten interference)
used an old rca lead lying around
your board may vary but the principle is the same
now the screen is crisp (as can be expected) and no interference
-
- Posts: 101
- Joined: Tue Dec 13, 2016 10:23 am
- Has thanked: 21 times
- Been thanked: 12 times
Re: Screen performance?
VeteranGamer wrote: ↑Mon May 01, 2017 6:26 ami can second that....Kalei808 wrote: ↑Mon May 01, 2017 12:35 amI had the same problem.what i did to fix it; Ground to the pi, Ive used a composite (rca) single shielded wire from vid1 and ground from lcd driver board to the pi tv out and the ground next to the tv out on the pi. Screen is perfect now with no fuzzy lines, just crisp. Good luck
i went back and changed the wiring after my build was finished (my son complained that the screen was having intermitten interference)
used an old rca lead lying around
your board may vary but the principle is the same
now the screen is crisp (as can be expected) and no interference
I also had this same problem. I had super flacky/bad screen performance. This totally fixed the issue. I think this should be a sticky.
Who is online
Users browsing this forum: No registered users and 1 guest