24

This question is different from (Connect Pi to an old laptop screen) because I will use a cellphone and not a laptop.

Would the Raspberry Pi support a LCD screen that is taken out of a cellphone?

Devyn Collier Johnson
  • 853
  • 2
  • 10
  • 19
  • 3
    THere area a gazzilion modles of screens. Whether they are laptop, cellphone, radio, fridge, toaster is not relevant. What is important is the technology used to interface with the LCD. Your question cannot be simply answered without speculating to all types of screens used. Which is impossible! Please find out what kind to connector technology the screen uses and update your question. If you can't find out how are we supposed to find out? Good question but it does not fit in with the rules of this site. – Piotr Kula Aug 06 '13 at 15:40
  • I find this very helpful!!! It seems that if you have an old phone you can simply use the phones hardware to drive the screen rather than having a seperate board drive it for you. Now im going to figure out if i could run the phone at very low power settings. thanks a lot !!!!!! http://joshuawoehlke.com/android-raspberry-pi-display-over-usb/ –  Jun 03 '16 at 01:54

4 Answers4

11

Hackaday.com: USING CELL PHONE SCREENS WITH ANY HDMI INTERFACE

http://hackaday.com/2014/11/02/using-cell-phone-screens-with-any-hdmi-interface/

Has a video specifically using a raspi and iphone 4 screen.

JMO
  • 111
  • 1
  • 2
10

It is doubtful that the connections from a cell phone LCD screen would be optimal to use with your Raspberry Pi. That said, I'm positive it's possible.

But, why even go to the trouble? With multiple LCDs made specifically for the Raspberry Pi today (some of them touchscreens!), it is more practical to buy an LCD than to salvage one from a phone and use it. Yes, they can be a bit pricey, but unless you are extremely determined to use this cell phone screen of yours, I would recommend to use one of those dedicated Raspberry Pi screens instead. If you aren't determined enough to reuse this cell phone screen of yours, you are going to get very frustrated.

syb0rg
  • 8,188
  • 4
  • 37
  • 51
  • 17
    This is not an answer. Just an opinion of yours. I will leave the downvoting to others. – Piotr Kula Aug 06 '13 at 15:41
  • 1
    The first part is an answer, the second part is an opinion. I do not see a reason for a downvote, since the question was answered - "Would the Raspberry Pi support a LCD screen that is taken out of a cellphone?". – syb0rg Aug 06 '13 at 15:43
  • You are first doubtful, then ask why go to the trouble and finally cast a shadow of possibility. It just a poor answer to a poor question. You should have noticed that. For example. Can I use an ECU with an Engine? The question is poor and the answers will be poor. – Piotr Kula Aug 06 '13 at 15:47
  • 3
    I wasn't doubtful that it was possible, I was doubtful it would be easy - "I'm positive it's possible". Yes, it isn't the best question, but without more specific data given by the OP, it isn't really possible to give a better answer. – syb0rg Aug 06 '13 at 15:52
  • So please explain how to do it. That is the purpose of a Q&A. Explaining a specific question.... – Piotr Kula Aug 06 '13 at 15:56
  • 1
    I just stated that I couldn't, because I wasn't given enough data by the OP. – syb0rg Aug 06 '13 at 15:57
  • Exactly. So there is no flipping answer to the question. The question needs to be closed because it is to broad. Please vote to close it.... and you "answer" is more like a comment. Read my comment. – Piotr Kula Aug 06 '13 at 15:59
  • 1
    @ppumkin, true, but would cellphone screens work via DSI, GPIO, HDMI, RCA, or some RPi expansion board? Does the RPi have drivers to support such screens? – Devyn Collier Johnson Aug 06 '13 at 17:54
7

Yes, this is possible. You can achieve this by using a framebuffer driver from the fbtft project. According to the list of supported devices on the projects wiki, Nokia 5110/3310 displays are supported. These display modules are readily available on eBay.

1

I found this helpful, android-raspberry-pi-display-over-usb

user43572
  • 29
  • 1
  • 2
    Welcome to Raspberry Pi! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Ghanima Mar 22 '16 at 11:18
  • I am quite surprised to see that you took the time to explain the down-vote. Most users that down-vote typically do not explain why they down-voted or what can be improved. – Devyn Collier Johnson Mar 25 '16 at 16:41
  • 2
    @DevynCollierJohnson, in fact the down vote is not mine (I tend to comment w/o down votes). It is however unfortunate that the user is not inclined to follow the advice... – Ghanima Jun 03 '16 at 06:23
  • This link isn't relevant to the question. The OP wants to connect an LCD to his RPi, not remote desktop from an Android device. – Dmitry Grigoryev Apr 04 '17 at 12:05