element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum which screens work with Pi Zero
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 21 replies
  • Subscribers 666 subscribers
  • Views 5106 views
  • Users 0 members are here
  • screens
  • zero
Related

which screens work with Pi Zero

Former Member
Former Member over 9 years ago

Does any one have any information on screens for Pi Zero? I'm looking for a touch screen, 2-1/2"to 3 1/2". I'm guessing some "wiring" is going to have to be done but a recommended screen would be a good start.

 

Thanks in advance :-)

  • Sign in to reply
  • Cancel
Parents
  • rew
    rew over 9 years ago

    With respect to "screens" the 'zero is exactly the same as all other raspberry pis.

     

    There is one exception: The 'zero does not have a DSI: Display Serial Interface. This means that DSI screens will not work. As far as I know there is only one screen for raspberry pi that uses DSI, and that is the official raspberry pi 7" TFT touch screen.

     

    On the other hand, you should be a bit careful. I ordered a raspberry pi screen with my favorite PCB prototyping shop. The display they sent comes with a driver embedded inside a binary kernel image. They won't provide sources. (this illegal, but I don't have the time to get mad at them about it). This also means that I can't use the display on a raspberry pi 2.

     

    So, if you're looking for a display, make sure that you investigate the drivers issue before you buy.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to rew

    Thank you. This is hard to find information. I presume the other screens just plug onto the GPIO header and with a tweak of raspian config it will be up and running

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 9 years ago in reply to Former Member

    I've used one of these SainSmart 3.2" TFT LCD Module 320*240 Raspberry Pi Touchscreen 3D Printing, Arduino, Robotics | Sainsmart on a b+ and an odroid with success.

    Should work on a Pi Zero

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to mconners

    Thanks Mike.

     

    The spec on the website shows a bunch of GPIO connections and some SPI connections. Roger Wolff pointed out that the Pi Zero doesn't have a DSI interface. Do you know if the SPI connections are part of the GPIO header or is there something else I need to check out?

     

    Thanks again

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • rew
    rew over 9 years ago in reply to Former Member

    Yes, SPI is on the GPIO connector. It lives in the highest numbered pins of the OLD gpio connector. So pins 20-26. (on the 40-pin connector it is still at 20-26, but there are now 14 more pins after that... )

     

    The standard system does not know how to drive a display connected to the GPIO pins. So you need a driver. I was suggesting that you investigate the driver situation for whatever you're going to buy before you buy. I made the mistake of not doing that. Now that I've paid they don't have an incentive to improve the driver situation to my liking.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • rew
    rew over 9 years ago in reply to Former Member

    Yes, SPI is on the GPIO connector. It lives in the highest numbered pins of the OLD gpio connector. So pins 20-26. (on the 40-pin connector it is still at 20-26, but there are now 14 more pins after that... )

     

    The standard system does not know how to drive a display connected to the GPIO pins. So you need a driver. I was suggesting that you investigate the driver situation for whatever you're going to buy before you buy. I made the mistake of not doing that. Now that I've paid they don't have an incentive to improve the driver situation to my liking.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • mconners
    mconners over 9 years ago in reply to rew

    Hey Roger, do you know what chips it has on it? That FBTFT driver works with a pretty wide range of devices IIRC.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago in reply to rew

    Thanks Roger.

     

    I have purchased a screen on ebay and asked the seller for drivers. I will post when I have good information.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Problemchild
    Problemchild over 9 years ago in reply to mconners

    That FBSPI driver seems to be exceptionally useful Michael. I've kept an eye on it's development but not really used it in anger.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 9 years ago in reply to Problemchild

    John Alexander wrote:

     

    ...not really used it in anger.

     

    I'm not 100% sure what that means, but I like it.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube