Slashdot Mirror


Ask Slashdot: Hobbyist-Ready LCD Touch Panel For Embedded Projects?

michael_cain writes "I've been asked (by family, friends) to consider several small embedded controller projects. A good starting point for all of them would be a backlit LCD graphics module with touch screen pre-mounted in a plastic enclosure with enough room behind the display for a custom circuit board. 320-by-240 pixels, 3.5 to 4.5 inch diagonal measure, monochrome is sufficient (but color is always cool), easily driven by an AVR or PIC type microcontroller. And priced at a reasonable point for a hobbyist! Anyone seen anything like this?"

12 of 142 comments (clear)

  1. Largest I've found so far. by Anonymous Coward · · Score: 4, Informative

    http://www.adafruit.com/products/376

    2.8", touch screen, colour. /shrugs/

  2. Here's an Arduino by YasonRohan · · Score: 5, Informative
  3. Mikroe has them (no package) by Matt_Bennett · · Score: 4, Informative

    MikroElectronika has some for various microcontrollers- they don't have packaging, but the whole thing is pretty self contained. The link above is for Microchip PIC32, but there are a bunch of other microcontroller boards available from them.

  4. AdaFruit or SparkFun by zerosomething · · Score: 4, Informative
    --
    It all starts at 0
  5. Re:yes by AngryDeuce · · Score: 5, Funny

    What the fuck is it with people suggesting "get a Tablet" to almost every single question that comes up these days?

    "My car has trouble starting in the mornings..."
    "Get a tablet!"

    "My pool filter seems not to be doing it's job very well lately..."
    "Dude, tablet!!"

    "What's the best product to get stains out of concrete?"
    "TABLET!!!!!!!!!!!"

    Tablets are great for some applications, but not every application that involves tech in any way, shape, or form.

  6. Sparkfun by subreality · · Score: 4, Informative

    Sparkfun has lots of hobbyist-friendly parts, including LCDs: http://www.sparkfun.com/categories/76?sort_by=price_desc

    The only thing they're missing from your requirements is an enclosure, but certainly you can hack something together.

  7. Re:yes by localman57 · · Score: 5, Funny

    I feel like perhaps you would be a less angry person if you had an iPad. Have you considered getting an iPad? Also, decaf. Decaf is good.

  8. Re:Old smart phone by LanMan04 · · Score: 4, Informative

    Yes, this is the way to go. Grab an older Android phone.

    Fuck micro-controllers, just write an app. It's got wifi, bluetooth, ethernet (I assume that can be done over USB easily), haptic feedback...what else do you want on a hobby board?

    --
    With the first link, the chain is forged.
  9. Not recommended. by gmarsh · · Score: 4, Insightful

    There's a few issues with smartphone screens. Given enough effort you can make pretty much anything work, but here's what you'll be up against:

    - Knowing what all the pinouts/connectors/voltages/signal levels are.

    - Data format: Most of these screens require a proper graphics controller to drive them, capable of clocking RGB data out of a framebuffer into the panel at a pixel clock of several MHz. You might be able to do this with a PIC32, but your code will be blasting data at the panel 99% of the time. You're in the territory of ARM7/ARM9 processors with SDRAM hanging off them when you're making a bare RGB LCD panel work.

    - Power: You'll likely have to generate a backlight voltage, and possibly even bias voltages for the LCD panel itself. The LCD may also run at a different voltage node (3.3V or less) while your AVR might end up being 5.0V.

    - Touchscreen: Resistive touchscreen isn't too hard to manage. If it's a capacitive touchscreen you might be able to wire it up to an AVR and use their QTouch libraries to make it work. But I'll warn, prototyping a capacitive touch system can be an exercise in frustration - it's not bad when everything sits in one place on a PCB, but you can't breathe on an airwired capacitive touch system without screwing it up.

    Honestly, you're best off finding a "smart LCD" with a built-in controller, with a simple SPI/UART/8-bit-parallel/etc interface. Adafruit has an Arduino compatible one up on their site which might be a good starting point, I'm sure there'll be plenty of other suggestions posted here.

    Or hell, you're better off keeping the smartphone whole and finding a way to reprogram it to do what you want.

  10. Re:7 and 8 inchs sizes at LogicSupply by cstdenis · · Score: 4, Informative
    --
    1984 was not supposed to be an instruction manual.
  11. Re:Old smart phone by TubeSteak · · Score: 4, Insightful

    ...what else do you want on a hobby board?

    The pleasure of doing something yourself?
    Hobbyists are more or less the same no matter their particular hobby.
    In the remote control world, I've come across guys who could pay for whatever they wanted,
    instead they spend their nights and weekends engineering designs and hand fabricating parts.

    Haven't you ever heard the expression that the journey is as important as the destination?

    --
    [Fuck Beta]
    o0t!
  12. Missing the point by michael_cain · · Score: 5, Informative

    Clearly, I didn't make my point in the original post; my bad. The "pre-mounted in a plastic enclosure" is perhaps the most important feature. I know where to find naked displays; what I want to avoid is the homemade plastic box, with things cut/fastened ever so slightly off center, odd screws showing, etc. And while I appreciate the "just write an app" suggestions, in some cases the box will end up mounted on a wall, in at least one the controller will be driving relays to switch higher voltages, in another there will be some odd sensors, and so forth. Don't need processor boards, don't need an unmounted display. Need an LCD with touch panel mounted very neatly and solidly in a reasonable-looking box. Apologies for not being clearer.