Reddit Reddit reviews Raspberry Pi 7" Touch Screen Display

We found 51 Reddit comments about Raspberry Pi 7" Touch Screen Display. Here are the top ones, ranked by their Reddit score.

Electronics
Computers & Accessories
Computer Components
Raspberry Pi 7
This 7" Touchscreen display for the Raspberry Pi is perfect for creating portable and embedded projects where a keyboard and Mouse would be in the way.The full color display outputs up to 800 x 480 and features a capacitive touch sensing capable of detecting 10 fingers.Only two connections from the Pi TO the Display are necessary; power from GPIO (or USB) connection to the DSI port. The adapter board handles power, Signal conversion, and touch input conversion.Kit contents: 7" Touchscreen display adapter board DSI ribbon cable 4 x stand-offs and screws 4 x jumper wires
Check price on Amazon

51 Reddit comments about Raspberry Pi 7" Touch Screen Display:

u/xfireslidex · 20 pointsr/RetroPie

The Screen: https://smile.amazon.com/gp/product/B0153R2A9I/

The Case: https://smile.amazon.com/gp/product/B01GQFUWIC/

The Battery: https://smile.amazon.com/gp/product/B01H7A9WFY/

The Velcro Strips: https://smile.amazon.com/gp/product/B000TGSPV6/

I already had the pi3 and SD Card (from Canakit). The controllers (already owned, no longer available) are these: https://smile.amazon.com/gp/product/B01DCXCJ8C

u/Aperture_Kubi · 12 pointsr/Android

> The RPi3 can run off your standard microusb plug, which pretty much anyone with a RPi would have tons lying around

According to the documentation, you need at least 1 amp for the Model B.

But yes power is one good advantage of the Pi. Hell I have the the official touchscreen display and one 2.5 amp micro usb charger powers both easily.

u/Clouderrific · 9 pointsr/homeautomation

Built a little HA RPI3 touchscreen for the kitchen. I thought I would share. I still have some organization to do with HA, but I have only been at it a few weeks.

Setup

u/e39 · 9 pointsr/RetroPie

It really depends on the level of complexity you want to get into.

Want something that will take you 4 minutes to put together? Here's what you need:

  • Official Raspberry Pi screen
  • Raspberry Pi screen and board case - There's 2 major options here. Option 1 or Option 2
  • A portable battery pack - This one is just an example, there's so many to choose from with size and weight being the biggest factors.

    Again, this is hassle-free and the quickest route to go. What you'll still need:

  • Bluetooth controller
  • Headphones

    I can go into more detail if you're interested in something like this.

    ----------------------------------------

    EDIT: Sounds like there's some interest, so here's my additional notes.

    First off, let me say that I do not take any credit for this idea. I was pushed-over-the-top by this Reddit post. With that said, I can add my personal experience onto things.

    ----------------------------------------

    About the case - Like I mentioned earlier, there's 2 major options for the case, both with pros and cons. In no particular order ...

    Option 1: LoveRPi Premium Black Case for Official Raspberry Pi 7" Touch Screen Display and Camera

  • Pro - The case is very compact. There's room to affix a small battery onto the backside of it.
  • Pro - The case comes with shortened cables (when compared to what's bundled with the Official Screen). This keeps the wire clutter down to a minimum.
  • Neutral - Upon installation, the screen needs to be flipped (sudo nano /boot/config.txt ... add "display_rotate=2" to it). This isn't a deal breaker, but it was necessary for the case's functional design.
  • Neutral - There's no easy way to have the HDMI port become the active visual output upon cable connection. There's no simple toggle for this.
  • Con - The viewing angle is very difficult at times. With most portable consoles, you adjust the screen to meet your head's angle. Although possible, it's not easy.

    Option 2: Case for the Official Raspberry Pi 7" Touchscreen Display - Adjustable angle

  • Pro - The case allows for 3 major viewing angles. Although it's not 100 adjustable, it's better than nothing.
  • Neutral - There's no easy way to have the HDMI port become the active visual output upon cable connection. There's no simple toggle for this.
  • Con - For 100% portable gaming users, the solution isn't fully enclosed. You can poke the ribbon cable. You can touch a GPIO pin.
  • Con - Size. It's bit bigger than the other case and there's no room to flush mount a battery pack.

    ----------------------------------------

    About the audio output - The 3.5mm headphone jack becomes your primary audio output. There's a way to control the volume output on the RetroPie's menu screens. Unless you have in-line volume controls on your headphones, you may need something like this..

    ----------------------------------------

    Personally, I went with the LoveRPi Premium Black Case, Aukey battery, a shortened power cable, and the Koss VC20 Volume control.

    I don't have pictures with me, but the setup is pretty efficient. I didn't have to solder, cut any cables, or anything crazy. Connect the bits, tuck the cables, and go.
u/pkkid · 9 pointsr/raspberry_pi

It's the official raspi screen, 7" with about a 1" border and is essentially plug n' play into the raspi. I also found this random bamboo case for the screen which I like a lot. I also need a slightly more powerful power supply for the raspi and screen together.

u/amd_kenobi · 8 pointsr/raspberry_pi

Make an all purpose travelpi.
Get a PI3, load it up with raspbian or your preferred OS and throw it together with this Screen and case combo. Add some heatsinks to keep it cool, put emulation station on there for all the downtime gaming action you could ask for. Then have some fun playing with accessories. Here's a bluetooth vehicle diagnostics monitor you can use with pyOBD to monitor any 96 and up vehicle to check gas mileage and check error codes. Here's a GPS module for logging miles and checking locations and for the times you just absolutely must get wifi no matter what heres an adapter and antenna that will reach out and touch someone in the next country.

Edit: game pads

u/Kriegan · 7 pointsr/RetroPie
u/NelyafinweMaitimo · 6 pointsr/raspberry_pi

Thanks! I'm using the official Raspberry Pi display. All the master copies of my work are on my desktop, and everything I do on the portable machine is saved on a USB drive.

u/bs-x · 4 pointsr/hardware

There are e-ink solutions for the Pi. Unfortunately mostly 2-3". Why no LCD? Plenty of good cheap Pi LCDs. Run the whole thing off of a single USB out of the Pi. https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I/ref=sr_1_3?ie=UTF8&qid=1500062954&sr=8-3&keywords=raspberry+pi+lcd

u/UtahJarhead · 4 pointsr/raspberry_pi

From personal experience:

LEDs? Yes. Absolutely.

Headlights and wipers? Yes, but the motors on the wipers would be interesting.

7 inch touch screen? There's one built for the Pi already.

Buttons? Yep. pygame could be written to handle all of that. I'm sure other languages could be used, that's just what I'm most familiar with.

10-15 relays? Yep. I personally use a 16-port mechanical switch for a project here at home. You can narrow that down to just a few pins if you know how to program an i2c.

5-10 analogues? Probably. Not sure how many GPIO are left over after using 16 for a relay.

Phone connecting via bluetooth? Not my area, dunno. I suspect so.

Will the Pi handle all of that simultaneously? Heh... easily. The stuff you're talking about is very very simple. It's a lot going on, but the processing power it requires would be hardly nothing at all.

I still would absolutely recommend against it. At least put the headlights on the 'on' position on the relay so if the pi dies, the headlights are auto-on. Take the wipers off of the Pi. That going bad in a rainstorm or snowstorm could be hell.

u/ButtSword · 3 pointsr/raspberry_pi

It looks like the official touch screen to me
Raspberry Pi 7" Touchscreen Display https://www.amazon.com/dp/B0153R2A9I

u/bigfig · 2 pointsr/homesecurity

Kerberos IO is optimized for Raspberry PI, so you can set up a cron script to run nightly and move or delete files older than a certain age.

I have not set that up myself yet, but so far that is my leading contender.

http://amzn.com/B06XTPY13N

http://amzn.com/B075HDVG28

http://amzn.com/B01HV97F64

http://amzn.com/B0153R2A9I

http://amzn.com/B00D0L5BH8

u/GoHomePortland · 2 pointsr/raspberry_pi

I am using this screen. The code to grab the accelerometer data is in python and it outputs it as a JSON API. Then it's just JavaScript and AJAX to display the data on a UI.

u/shompyblah · 2 pointsr/homeassistant

Bamboo case - I didn’t use the provided legs, of course.

Touchscreen

u/oicydwa · 2 pointsr/raspberry_pi

What I'm looking at when the time comes. Can't "recommend" it because I obviously just said I don't have it yet but these

u/thepatman · 2 pointsr/raspberry_pi

I built a similar project. I used this display and this case and have been thrilled with both.

u/amarsaudon · 2 pointsr/raspberry_pi

I can only confirm functionality with the official 7" LCD ( https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I ). I had one on hand, and didn't bother researching further. I was using CrankShaft ( http://getcrankshaft.com/ ), which is very much purpose built for the configuration I was using.
EDIT - I saw settings relevant to mapping input / buttons to functions in the settings (Jump GPIO pins to enable "developer mode" aka persistence https://github.com/htruong/crankshaft/wiki/Crankshaft-dev-mode , boot without phone connected, log in and launch crankstaft, settings cog, Input tab here: https://photos.app.goo.gl/Vw8FCaL60dcKbjsl2 , can't find a screenshot of the tab itself)

u/Prolefeed_Generator · 2 pointsr/homelab

It is an official raspberry pi touch display in a case. Holds the pi and everything. I set it up as a jukebox to play festive tunes during the last holiday season. Check it out.

u/The16Points · 2 pointsr/raspberry_pi

Some dumb ideas to help get the ball rolling in this thread...

Motion activated security camera using Motion or MotionEyeOS -- it's one of the go-to Pi Zero W projects, and you could set it up to email you photos and video.

Perhaps a Check-In system? Just spitballing, but a Pi paired with a touchscreen would allow patients to check-in electronically when they show up for their appointments.

Similarly, an ultrasonic sensor connected to a Pi could be placed by the front door, and could send you a notice every time someone entered the room. This could be useful if you regularly have to leave the front office empty.

I don't work in a doctor's office, and I know I'm totally not being helpful but think of all the things a computer can do in your office -- and then ask, what are some things you'd like to automate, or some things that could be more effective if they were smaller or more portable?

For example, would it be useful to put a $5 Pi Zero in each examination room and pair it with an RFID reader, for tracking doctors and/or patients?

Like with any technology, it might be easier to identify specific areas for improvement in your office, then ask in what ways a Pi might solve those problems via its basic attributes (eg low cost, low profile, GPIO pins, etc).

u/slip84 · 2 pointsr/RetroPie
u/niandra3 · 2 pointsr/learnpython

Based on what you described, the basic form is:

B[A-Z0-9]{9}

Starts with B, after that is nine characters of capital letters and numbers mixed.

So if you had a string url, you'd do:

import re
url = 'http://www.amazon.com/OFFICIAL-RASPBERRY-FOUNDATION-TOUCHSCREEN-DISPLAY/dp/B0153R2A9I'
search = re.search(r'B[A-Z0-9]{9}', url)
print(search.group(0))

Prints:

B0153R2A9I

re.search searches through the string for the provided regex. Then you use .group(0) for the string that matched. And the r before the regex is just telling Python it's a raw string so you don't have to escape special characters. Python and regex is a pretty deep topic in and of itself.

I learned regex from here: http://www.regular-expressions.info/tutorial.html

As someone else mentioned, regex101.com is a great place to test out regex once you learn the basics.

Edit: If you wanted to get a little more fancy, you could use:

(?<=/)B[A-Z0-9]{9}

Which ensures the BXXXXXXXXX appears right after a /, which it appears to do in the URL. It uses a positive lookbehind (?<=), so it makes sure the / is there, but it doesn't include the / in the match, because you just want the letters/numbers.

u/Mr_Death1996 · 1 pointr/RASPBERRY_PI_PROJECTS

I don't have a headphone jack and android auto runs best through usb so the phone does have to be plugged into the pi and the screen gets power from the GPIO pins I thought? Or can you plug an extra micro usb into the screen as well as the Pi? (https://www.amazon.com/gp/product/B0153R2A9I/ref=ox_sc_act_title_2?smid=AAU5UPIIBDRLP&psc=1)

u/Bangs42 · 1 pointr/pihole

This is the screen I'm using.

Boot to CLI, run the following command:

pihole -c

u/privateeromally · 1 pointr/raspberry_pi
u/HyperFall · 1 pointr/watercooling

Oh haha my bad I misread that. From what I've seen, people have been using Raspberry Pi boards with custom interfaces.

Something like this:
Raspberry Pi 7" Touch Screen Display https://www.amazon.com/dp/B0153R2A9I/ref=cm_sw_r_cp_apa_i_qeERDbMXTC3BD

u/ReliCWeb · 1 pointr/RetroPie
  • 7" Touchscreen
  • Touchscreen Case
  • 15+ hour battery

    The screen draws its power from the Pi's 5v GPIO, so you should only have to plug the Pi into the battery. With this setup plus a USB/Bluetooth controller, you should have a fully-portable setup with no nasty wire mess!

    Hope that helps!
u/DrakeFS · 1 pointr/RetroPie

There is always the Official Raspberry Pi 7" screen or just check on Adafruit.

u/odonnellcryan · 1 pointr/sailing

I believe these setups are usually meant to work with wireless displays. Things like iPads and such. But you can absolutely use something like this: https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I

Which is very cheap.

u/RednoseJew · 1 pointr/raspberry_pi

Reply on desktop also, here are links:

Rough draft to generate a meeting, still working on deleting a meeting

https://imgur.com/gallery/20qxu

The touch screen, from amazon

Raspberry Pi 7" Touchscreen Display https://www.amazon.com/dp/B0153R2A9I/ref=cm_sw_r_apip_8HBumMmFq7swJ

u/zacstrick · 1 pointr/learnpython

We have high frequency RFID cards so the reader was a lil pricey

I can't find the exact pi kit we got but it came with this model and stuff

and here's the screen

Tl;Dr:

a mere $223.59 before shipping

u/joe0400 · 1 pointr/Python

Data recording you could use Googles own Drive API:

https://developers.google.com/sheets/api/quickstart/python

​

this way, you can use google sheets, and when you want to tabulate data on your own, you can.

If you do use a screen, use something like this:https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I/ref=sr_1_3?keywords=raspberry+pi+screen&qid=1550009238&s=gateway&sr=8-3

What I would do, is to implement a stack to monitor the information, and write a simple pygame implementation to show the graph on screen. That would be cool.

​

u/OniKyanAE86 · 1 pointr/RetroPie

The items you linked are cheap, but won't really work for you, they could, but you will have to tinker and take a chance with those Items. The power bank you linked does not have enough amps output to run the Rasperry Pi correctly and the LCD might not work for the Retropie OS. I would go with something that can output enough amps for the Raspberry Pi to run without any issues, it needs 2.5Amps. If not, the Pi will be complaining about power or being throttled because it does not have enough power to run the Raspberry Pi without any issues, specially if you are running Retropie and doing emulation:

Anker PowerCore 20100 with has 20,000mah and outputs 2.4Amps per port
https://www.amazon.com/dp/B00X5RV14Y/ref=cm_sw_r_cp_apa_4yDpzbGZ20DB6


Anker PowerCore II 20000 Portable Charger it has 20000mah and outputs 3Amps per port
https://www.amazon.com/dp/B01LQ7MQG6/ref=cm_sw_r_cp_apap_jrXiWbBU7nUPA

------------------------------------------

As for the screen, I would go with something more compatible. The screen you linked only works a a custom built Raspian OS. Not sure it would work on the Retropie OS/img. It does come with drivers which you might need to compile within your Retropie OS to get the screen to work. I would go with a screen that can run off of the display port or HDMI port of the Raspberry Pi natively. Check out the specs and the compatability of the screen to the OS you will be using it for. One good example of a really compatible A LCD is the official 7" LCD/touchscreen that plugs into the display port and works with most all OS' on the Pi. You only need to change one small setting in the boot/config file for it to boot with the LCD screen attached. I think there is an official 5" LCD available, but I could be wrong. Looks like you want to use a smaller screen, check the Retropie forums or check instructables.com to see what other people have used.

Raspberry Pi 7" Touchscreen Display https://www.amazon.com/dp/B0153R2A9I/ref=cm_sw_r_cp_apa_DJDpzbEP8KVK4

u/YourAverageOutlier · 1 pointr/raspberry_pi

To keep this project as easy as possible, your best bet for a screen is likely the official 7" raspberry pi touchscreen.

https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I/ref=sr_1_1?ie=UTF8&qid=1486661505&sr=8-1&keywords=raspberry+pi+3+screen

Using that screen and a pi 3, you can find cases that hold both, such as: (I don't know if this is the best case, do some research here)

https://www.amazon.com/LoveRPi-Premium-Official-Raspberry-Display/dp/B01GEOLNNS/ref=sr_1_2?ie=UTF8&qid=1486661584&sr=8-2&keywords=raspberry+pi+3+screen+case

After you have that all assembled, you can load up your software.

u/Xarian0 · 1 pointr/arduino

Be careful - the Mega is not fully compatible with all shields made for the Uno. The SPI pins are not in the same place, which means that display shields don't always work as intended. The display that I have, for example, has a micro SD card slot on it but a pin mismatch means that the card slot doesn't work on the Mega. Everything else works, though.

You don't have to use shields/hats/whatever. You can just use sensors attached with wires - IMO it's actually easier this way. A normal Arduino resistive touchscreen only takes up like 6 pins, even though a hat could block all the pins on the Uno.

The only real problem is finding something to mount all the different parts to, but a piece of plastic and some double-sided foam tape is usually good enough. If you do it this way, the Pi is actually way easier to deal with, especially if you use something that can be attached using a ribbon cable.

Combine these items (below), for example, and you get a propped-up touchscreen display that still leaves the GPIO pins exposed on the back. There are like 17 pins available, not including I2C and SPI, which are what you'd use for your sensors.

Control of the pins on the Pi is pretty easy using wiringPi library; not a lot different from Arduino.

https://www.amazon.com/Case-Official-Raspberry-Touchscreen-Display/dp/B01HV97F64

https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I

It might be fun to have your Arduino attached to sensors and a radio transmitter that sends to a Pi, which has the touch screen and control software on it, and communicates with a different Arduino that controls valves/sunlight/whatever.

u/bassdude7 · 1 pointr/Android

I'm guessing something like this:

https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I

As far as housing goes, good luck, haha. Probably going to take a lot of hacky stuff and/or 3D printing to make a nice Android head unit for your car.

u/IcanCwhatUsay · 1 pointr/rasberrypi

If you're looking for something similar, KANO has a little setup that isn't as portable but still a good learning platform.

Just add a battery and 1000c charger from ADAfruit and you're set.

Lastly, what I would do is just get the 7in screen and go from there. Let them figure out a way to make it work for them. That's half the education and fun of these things.

u/eurostylin · 1 pointr/FulfillmentByAmazon

^^^^

Once you get that data into google sheets, have a Raspberry Pi output the variable to something like this: https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I

u/Hasygold · 1 pointr/Entrepreneur

It's this one:

http://www.amazon.com/OFFICIAL-RASPBERRY-FOUNDATION-TOUCHSCREEN-DISPLAY/dp/B0153R2A9I

Only Amazon.com offers prime shipping on this.

u/[deleted] · 1 pointr/learnprogramming

click on this(https://www.amazon.com/Raspberry-Pi-7-Touchscreen-Display/dp/B0153R2A9I/ref=sr_1_3?ie=UTF8&qid=1510859827&sr=8-3&keywords=raspberry+pi+touch+screen+7+inch&dpID=41k7os7jrdL&preST=_SY300_QL70_&dpSrc=srch#Ask)

now, a rPI is essentially a stand-alone computer so you can set up a web-server at your house that'll store your groceries or whatever, and you can have the pi grab it over wifi and display it. it should all be pretty easy with python.

you could even make the pi stand-alone and just eseantially have it running a notepad esque app

u/Orpheus321 · 1 pointr/raspberry_pi

I have this LCD, and when I plug the power supply into the adapter board the LCD kicks on so I suppose that's good. It also turns the green light on the pi on for a second but then everything goes off again. about to test it on another pi I have.