Page 1 of 1

High contrast on PAL LCD?

Posted: Wed Mar 09, 2016 10:40 pm
by Fafler
Hi. I'm working on a project where I have connected at Pi B+ to at car rear view LCD I had around. I want to display some logging information on a webpage, running in fullscreen and refreshing automatically. I have that part working, but what I could use a bit of help is things that will improve the contrast and readability of display, to put as much text on there as possible and still be able to read it from the couch.

The Pi is connected through the composite out, and resolution is set to 640x480. I have turned the colour saturation down on the display, which reduced colour bleeding a lot. Also, I've tried different tried different fonts, sans-serif seems to be the most readable. Any other tips and tricks I can try out?

Re: High contrast on PAL LCD?

Posted: Thu Mar 10, 2016 10:42 am
by DougieLawson
Composite is ugly and there is exactly ZERO you can do to improve it.

The only time I've had useful output from composite was when I got my Raspberry running as a Teletext encoder and used the Teletext decoder in my TV to view the output.

https://blog.adafruit.com/2015/02/20/te ... pberry_pi/
https://github.com/ali1234/raspi-teletext

Re: High contrast on PAL LCD?

Posted: Thu Mar 10, 2016 11:47 am
by Fafler
That's not a lot :lol:

One thing I found was
sdtv_disable_colourburst=1
which actually helps a lot. Now I'm able to get 14 lines of text with around 40 characters, readable from a few meters away, which is not perfect, but definitely useful.