prdk
Posts: 1
Joined: Mon Jul 16, 2012 10:18 pm

3.5" TFT LCD and debian squeeze

Mon Jul 16, 2012 10:34 pm

Hello,

I've received a 3.5 inch TFT LCD today http://www.amazon.co.uk/inch-Digital-Re ... 039&sr=8-1 and connected it to my raspberri Pi.
It works in general, but I have several questions:
1.Is it possible to do something with the refresh rate? It is a bit dazzling.
2.I found several posts how to change screen resolution under elinux (like here http://www.raspberrypi.org/phpBB3/viewt ... f=2&t=5726), but how can I do it under debian squeeze (http://downloads.raspberrypi.org/images ... 4-2012.zip)?
3.Has anyone found a decent DC adapter, that can provide 5V USB + 12V for the display at the same time?
4.I'd like to use raspberry PI + 3.5 LCD to show some widgets/notifications/etc., like weather forecast or FTSE 100 or whatever. What would be the best way to organise these widgets, ideally on startup without keyboard interaction?
5.Once I have a monitor attached to raspberry pi, how would you solve the "remote keyboard problem"? It is clear I can use ssh+x11 even to create another X11 session, or I can use xvnc to carry with the current session - but is there a way just to emulate keyboard/mouse remotely?

Thanks.

JeremyF
Posts: 515
Joined: Wed Jan 25, 2012 9:06 pm
Contact: Website

Re: 3.5" TFT LCD and debian squeeze

Tue Jul 17, 2012 12:07 am

Well you can change the screen res using http://elinux.org/RPi_config.txt and http://elinux.org/R-Pi_ConfigurationFile . Don't know about the rest of your queries.

Options I would use:

Code: Select all

framebuffer_height=
framebuffer_width=
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge

recantha
Posts: 209
Joined: Mon Jun 25, 2012 10:41 am

Re: 3.5" TFT LCD and debian squeeze

Tue Jul 17, 2012 8:57 am

Hi there.
I'm doing a very similar thing, so here's my thoughts.

I'm still working on getting the resolution sorted properly, so previous poster's reply should be interesting to mess around with. I have a rear view monitor too, but it's a different type. Mine's not dazzling, but the resolution makes the X desktop unreadable unless you know what it says already ;-) Bash prompt is fine though.

The dual power supply idea is intriguing. I did find this:
http://www.simplypowersupply.com/Chassi ... fAodnjvfZg

By searching on Google for:
dual 5v 12v power supply

For question #3. I think what you want is to automatically startx on start-up. This is possible, search around a bit - I've definitely seen it somewhere. After that, I suggest you have a max of 4 windows in X in a grid and make sure the text is readable. You may be limited to the amount of info you can show.

If you're going to VNC, I think you're going to be using x11VNC so you can VNC to the X session that would start up on boot. Then you'd connect via VNC and you should be on the same desktop that's showing on your 3.5".

You're probably best sticking with lxde as your X environment as it's the lightest.

My solution to the input problem is one of these:
http://image.made-in-china.com/4f0j00Oe ... jector.jpg
Not sure if that's the right model. Mine is a Bluetooth keyboard/trackpad which came with a tiny bluetooth dongle that I got working under Squeeze.


Hope this helps - I'm subscribed to this thread if you want to discuss more!
--
Mike
My Raspberry Pi blog with all my latest projects and links to articles
http://raspberrypipod.blogspot.com. +++ Current project: PiPodTricorder - lots of sensors, lots of mini-displays, breadboarding, bit of programming.

User avatar
dasimpson
Posts: 311
Joined: Fri Jun 29, 2012 2:17 pm

Re: 3.5" TFT LCD and debian squeeze

Sun Jul 22, 2012 9:19 pm

if you take the lcd apart you might be lucky and they is a converter circuit that you could bypass to only feed it 5 volt as this persion has here http://www.skpang.co.uk/blog/archives/541#comment-452

damra123
Posts: 7
Joined: Fri Aug 03, 2012 6:53 pm

Re: 3.5" TFT LCD and debian squeeze

Fri Aug 03, 2012 10:00 pm

prdk wrote:Hello,

I've received a 3.5 inch TFT LCD today http://www.amazon.co.uk/inch-Digital-Re ... 039&sr=8-1 and connected it to my raspberri Pi.
It works in general, but I have several questions:
1.Is it possible to do something with the refresh rate? It is a bit dazzling.
2.I found several posts how to change screen resolution under elinux (like here http://www.raspberrypi.org/phpBB3/viewt ... f=2&t=5726), but how can I do it under debian squeeze (http://downloads.raspberrypi.org/images ... 4-2012.zip)?
3.Has anyone found a decent DC adapter, that can provide 5V USB + 12V for the display at the same time?
4.I'd like to use raspberry PI + 3.5 LCD to show some widgets/notifications/etc., like weather forecast or FTSE 100 or whatever. What would be the best way to organise these widgets, ideally on startup without keyboard interaction?
5.Once I have a monitor attached to raspberry pi, how would you solve the "remote keyboard problem"? It is clear I can use ssh+x11 even to create another X11 session, or I can use xvnc to carry with the current session - but is there a way just to emulate keyboard/mouse remotely?

Thanks.
Hey I Got same Thing that you got and i have few questions about it

1-)How did you connect to raspberry pi im newbie here and which rca cable did you use If you sent links from amazon i could buy them instantily
2-)How did you Supply Power for LCD and RPI at same time
3-) If you share 3-4 photos or Video How Its Done It would be Briliant

Thank You
Best Regards,Damra

User avatar
dasimpson
Posts: 311
Joined: Fri Jun 29, 2012 2:17 pm

Re: 3.5" TFT LCD and debian squeeze

Sat Aug 04, 2012 10:54 pm

http://www.skpang.co.uk/blog/archives/541#comment-452
this will help you with the lcd and rpi power

Krebsy
Posts: 10
Joined: Thu Sep 20, 2012 2:55 pm

Re: 3.5" TFT LCD and debian squeeze

Thu Sep 20, 2012 4:00 pm

This'll do the trick...
http://uk.farnell.com/xp-power/jcd0605s ... =lookahead

Or hack the screen to take out the 12 to 5v regulator.

K.

User avatar
dasimpson
Posts: 311
Joined: Fri Jun 29, 2012 2:17 pm

Re: 3.5" TFT LCD and debian squeeze

Tue Nov 13, 2012 2:07 pm

for me 4.5 volt is not a low enogth starting voltage

markw12
Posts: 2
Joined: Fri Dec 14, 2012 5:29 pm

Re: 3.5" TFT LCD and debian squeeze

Sat Dec 15, 2012 7:39 pm

hey guys just a thought for you to consider.. instead of trying to strip a car monitor down to work at 5v why not use a single 12v power supply then use this converter http://www.amazon.co.uk/Car-Power-Conve ... 119&sr=8-2 to change the power from 12v to 5v for the rasberry pi

User avatar
dasimpson
Posts: 311
Joined: Fri Jun 29, 2012 2:17 pm

Re: 3.5" TFT LCD and debian squeeze

Sat Dec 15, 2012 7:41 pm

mainly because i am going from 3.7v to 5v in my mod

Return to “Other projects”