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?"

142 comments

  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/

    1. Re:Largest I've found so far. by Anonymous Coward · · Score: 0

      Too bad it's a resistive touch screen, capacitive would be much better.

    2. Re:Largest I've found so far. by v1 · · Score: 3, Informative

      adafruit carries several kinds of screens in different sizes. They appear to be designed to work with cheaper cellphones. Refresh and io rates can be slow. You can either get the bare screens with plastic ribbon hanging on them or get them with a little controller board. Save yourself the headache and get one with a control board. Most of them include code to interface with Arduino and/or other hobby microcontrollers.

      The data transfer rates on those i/o boards usually aren't fast enough to support video. On some of them you can actually watch it refresh, it's like unpacking a gif on a computer 15 years ago. So they work better for simple interfaces and displaying text (without scrolling) than for images. But you can draw icons as long as you don't get carried away.

      The demo code is often not properly optimized either, so you can get more out of them if you are ready to roll up your sleeves and get to work on their "drivers". I was able to reduce full screen image render on one here from 2.8 seconds to 650ms by recoding the higher level io layer that was in the driver sketch. (didn't have to mess with the library)

      I haven't used the touch interfaces yet, but it does add an additional level of complexity with the programming and with the io pin requirements on your controller. If you are going to be rendering icons or images, insist on one that has a sd card adapter built onto the io board, otherwise you are going to need to get one of those separately also to load the images from, which will further add to the cost, complexity, and io pin requirements.

      --
      I work for the Department of Redundancy Department.
    3. Re:Largest I've found so far. by vasago17 · · Score: 2

      Try this one for $29: TFT 3.2" 320*240 With SD Touch Module (Arduino Compatible) http://www.satistronics.com/tft-32-320240-with-sd-touch-module-arduino-compatible_p2888.html

    4. Re:Largest I've found so far. by X0563511 · · Score: 1

      Do resistives need calibration? We have some capacitive ones used in our products and that's a severe irritation.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    5. Re:Largest I've found so far. by Anonymous Coward · · Score: 0

      >Do resistives need calibration? We have some capacitive ones used in our products and that's a severe irritation.

      yes.

    6. Re:Largest I've found so far. by Shadyman · · Score: 3, Informative
    7. Re:Largest I've found so far. by C_L_Lk · · Score: 1

      Not sure how "industrial" OP wants to go but we use these in all of our control panels - the prices are size dependent, but the smaller ones are well under $100, the larger ones can run upwards of $400. There are several other lines they offer if this one doesn't do what you need:
      http://www.kinco.cn/category.aspx?NodeID=108

    8. Re:Largest I've found so far. by jones_supa · · Score: 1

      Too bad it's a resistive touch screen, capacitive would be much better.

      A while ago someone said in /. that a capacitive touchscreen requires glass, glossy surface to function. Thus the possibility of making a matte screen would still speak for resistive ones. And, the accuracy with a stylus, as tepples said.

    9. Re:Largest I've found so far. by solidraven · · Score: 1

      You might want to check out newhavendisplay their TFTs: http://www.newhavendisplay.com/ Their interface chips aren't that expensive either. Documentation could be a bit better but considering the price most of their products are a pretty good deal.

  2. liquidware.com by RumorControl · · Score: 1

    android, beagle or arduino versions of what you need

    1. Re:liquidware.com by Anonymous Coward · · Score: 0

      Christ on a bike - look at the prices...

  3. Old smart phone by NEDHead · · Score: 2

    says it all

    1. 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.
    2. Re:Old smart phone by Anonymous Coward · · Score: 0

      The parent may have been a little terse, but an older smartphone or PDA seems to be a very good fit for what you're describing and may have more processing power. Older PDAs (I'm thinking Palm compatible or CE from the same era) already have RS232 as well.

    3. Re:Old smart phone by na1led · · Score: 2

      Install VNC on a cheap SmartPhone and display whatever you want remotely from another computer.

      --
      -- By all means let's be open-minded, but not so open-minded that our brains drop out.
    4. 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!
    5. Re:Old smart phone by Anonymous Coward · · Score: 0

      Hobbyist motivations very. Some are interested in proving the concept, some are interested in the labor of love. I personally hate exercising the skills of fabrication because I think it's boring and take them for granted. I want to demonstrate ideas as workable.

    6. Re:Old smart phone by ArmageddonLord · · Score: 1

      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?

      Yes the high level of a standard smart phone is very useful. Especially for human interface. And WiFi/BT/ENet/USB for communication with other high level devices.

      However, how many user programmable I/O pins does it have? How man AD converters? What if you want to read temperature probes or other analog devices? Or interface with other low level devices? Sure you could design a custom USB device to do that, but now you've defeated the convenience of using a smart phone.

      The hardware depends on the application. If the project is primarily for human interface and network communication go for the smart phone. If the project is an electronics project you'll want a development board. Personally I like Teensy, but there are many good ones out there. Check out these neat projects.

    7. Re:Old smart phone by Anonymous Coward · · Score: 0

      Yes, this is the way to go.

      We'll that's great if you want your app to run for what? 6 hours on battery life...

      There's a reason for microcontrollers: battery--have that touchscreen sucker run for weeks.

  4. yes by Anonymous Coward · · Score: 0

    It' called a tablet PC - they are a dime a dozen nowadays

    1. Re:yes by Tmann72 · · Score: 1

      This is no way answers his question.

    2. Re:yes by jmorris42 · · Score: 2

      Dunno, without knowing exactly what his planned use is, odds are a COTS solution is something to consider. A cheap tablet or phone that can be hacked to get a bit of I/O or that has USB host mode support just might be the fastest and cheapest way to solve the problem. After all he wants a bitmapped touchscreen and driving that is outside what I'd want to be doing on most AVRs, especially ones available in DIP packages.

      --
      Democrat delenda est
    3. 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.

    4. 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.

    5. Re:yes by Anonymous Coward · · Score: 0

      They made a movie about the tablet you are referring to, except they called it the monolith.

    6. Re:yes by nani+popoki · · Score: 1

      Get a tablet. Preferably a tranquilizar tablet.

    7. Re:yes by Anonymous Coward · · Score: 1

      Get a tablet. Preferably a tranquilizar tablet.

      Run a spell-check before submitting. Preferably an English spell-check.

    8. Re:yes by ArhcAngel · · Score: 1

      They're more than a dime a dozen but at $49 for a 7" touchscreen it's hard to ignore them as an option for this project.

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    9. Re:yes by chromas · · Score: 1

      You prefer gel caps over tablets?

    10. Re:yes by Genda · · Score: 1

      I hear Apple is already at work on the iPad 12, and it will come with an app to make decaf lattes... and another that will make your cat's liter box smell like African Violets...

    11. Re:yes by Anonymous Coward · · Score: 0

      Take 2 tablets and call me in the morning

    12. Re:yes by Anonymous Coward · · Score: 0

      Get a tablet. Preferably a tranquilizar tablet.

      Run a spell-check before submitting. Preferably an English spell-check.

      A tablet can do that.

    13. Re:yes by ScienceofSpock · · Score: 1

      I have one of those and it was a waste of 49 bucks. the screen is so unresponsive as to be unusable.

    14. Re:yes by Anonymous Coward · · Score: 0

      Sounds like maybe you could use the liquid or capsule form of your meds, since the tablets obviously aren't working :-)

  5. Automotive forums? by Hognoxious · · Score: 2

    Sounds like the kind of thing that people who build in-car systems would know about.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    1. Re:Automotive forums? by Electricity+Likes+Me · · Score: 1

      In-car LCD systems are pretty overpriced really. For my upgrade of my system I've been considering figuring out how the iPad drives it's display and then adapting something like that.

  6. Liquidware by Anonymous Coward · · Score: 0

    Try these guys, they have all kinds of cool stuff for the type of application you describe: http://www.liquidware.com/

  7. Here's an Arduino by YasonRohan · · Score: 5, Informative
    1. Re:Here's an Arduino by X0563511 · · Score: 1

      MOD UP!

      Nice find!

      Description: SMART GPU
      Intelligent Embedded Graphics Processor.

      Price: $89.00 USD

      -We ship Worldwide directly to your door!

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  8. 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.

  9. SparkFun and eBay by bryantthesmith · · Score: 2

    Check out SparkFun or equivalent. I've also seen some on eBay for as little as $20. http://www.sparkfun.com/categories/147

    1. Re:SparkFun and eBay by ANonyMouser · · Score: 1

      I saw a DS screen that had been adapted for the SparkFun for sale.

      --
      I am not just going to agree with the popular view. In other words I have bad Karma.
  10. Sparkfun by Anonymous Coward · · Score: 0

    sparkfun.com has tons of resources for hobbyist electronics, including LCD modules. I interfaced a Nokia LCD module from them with my Defcon 15 badge.

    1. Re:Sparkfun by lachlan76 · · Score: 1

      Another source is here.

    2. Re:Sparkfun by Anonymous Coward · · Score: 0

      RS and Farnell have everything. (Now they are the suppliers for the Rasberry Pi it might be easier to buy from them).

      (Last time I bought from Farnell I had to blag I worked for somewhere that in reality was an engineering shop my grandfather worked for in the 80's).

      They are cheap compared to Maplin it is not always easy to find what you want though.

  11. A Good Start by gavron · · Score: 0, Flamebait

    I know... you want help finding the touch screen. I'd love to help. Let me jump to the beginning.

    > I've been asked (by family, friends) to consider several small embedded controller projects. A good starting point for all of them...

    No, that's YOUR bias showing through. A good starting point would be to
    a. List the problem you're trying to solve or the process you're trying to improve
    b. Identify the right technology to do that. It MAY be that it's embedded controllers and it MAY be that they require a touch-screen, but seeing as we've been in the industrial age for hundreds of years and the electronic age for decades, and touch-screens for dozens, that MAY NOT be the magical answer to everything.
    c. Choose the right combination of b to solve a.

    Good luck with that. I think your (family, friends) have asked the wrong guy. You're biased toward embedded controllers and touch screens.
    I don't know how you'll make sure my lawn waters regularly (hint: mechanical timer), my lights turn on at dusk and off at dawn (hint: opto-electric switch),
    and how my car turns its headlights on magically when the sun goes down (cluebyfour: it's not embedded nor touchscreen).

    When all you have in your head is a hammer, the world looks like a nail.

    You're the wrong tool.

    E

    1. Re:A Good Start by Khyber · · Score: 1

      "I don't know how you'll make sure my lawn waters regularly (hint: mechanical timer), my lights turn on at dusk and off at dawn (hint: opto-electric switch),"

      Mechanical = things to break. My digital Toro sprinkler box is just fine, TYVM.

      Also, photo-switches? Please. Those things get even a decent full moon and they don't go, or if they do go and you're running HID, you blow the ballast or bulb (that's what's happening at my store right now, in fact.) THOSE you put on timed circuits as well.

      Your own solutions SUCK. Just FYI.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    2. Re:A Good Start by Tmann72 · · Score: 1

      Considering you know next to nothing about him, his friends, his family, or even the projects in question i'd say you are making an awful lot of conjecture and sprinkling a nice handful of insults in there while your at it. Maybe you are the one wielding the hammer, and showing bias.

    3. Re:A Good Start by Anonymous Coward · · Score: 0

      gavron:

      I didn't see a question in the original post asking you to display your arrogance.

      troll much? need a hug?

      E

    4. Re:A Good Start by spire3661 · · Score: 1

      There are LOTS of ideas I have that cant be decided if they are viable or not until hands-on research is done. How else do we determine if the proposed solution truly is the right tool for the job? Right now his plan just might be 'source a cheap LCD, attach to Arduino, see if it is viable for the ideas they already have..'

      Offtopic: If you have a MECHANICAL lawn timer, it is very old. I installed automatic lawn sprinklers all through college in the summer, in the 90s, and it was all digital control even then. Once in a blue moon id get a service call with a mechanical one. Is it fully mechanical with hydraulic valves or mechano-electrical?

      --
      Good-bye
    5. Re:A Good Start by xmundt · · Score: 1

      Greetings and Salutations;
      While you have a point here, this is a bit of a harsh evaluation, especially since we do not have any information on the projects the OP speaks of. I can think of half a dozen places in Home Automation, for example, where a small, cheap, embedded controller, with a touch screen, would be a great answer.
      While the solutions you propose are, in general, quite workable, what they lack is flexibility. For example, a mechanical timer WILL spray water at the same time, for the same volume, but, it has no way of knowing if it is pouring rain. Nor, for that matter does it know if the drought conditions have depleted the water levels in the landscaping more quickly than normal. These can easily be dealt with by a smart controller, with a couple of sensors added to it. Your second example, turning the lights on at dusk and off at dawn is specific enough that one would likely not gain a lot by automating it beyond a simple switch. However, what about a very cloudy day? also, what about turning the lights off when it is still dark? I will give you the car headlight example with no argument, though, as that is pretty well defined.
                Pleasant dreams
                dave mundt

      --
      YAB - http://blog.beemandave.com/
    6. Re:A Good Start by cpu6502 · · Score: 1

      Yeah the question didn't make much sense. "I've been asked (by family, friends) to consider several small embedded controller projects." --- Why are they asking you for embedded projects? Are they bored? Or is there some other goal they want to achieve? It's unclear.

      If the mission is to learn programming, I'd hand them a copy of BASIC for their computer, and have at it.

      --
      My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
    7. Re:A Good Start by gavron · · Score: 1

      Hi anonymous-E, you write:
      "I didn't see a question in the original post"

      At the top of the page, see the squiggly thing on the right side:
      "Ask Slashdot: Hobbyist-Ready LCD Touch Panel For Embedded Projects?"

      You add:
      "asking you to display your arrogance... troll much? need a hug?

      It's not arrogance to point out the OP has a bias toward both embedded systems and touch-screens.
      It's not even trolling to suggest to him [and other posters] that there are other methods of SOLVING PROBLEMS
      but step one is to identify said PROBLEMS and step two is to work on SOLUTIONS. One doesn't start from
      "hey um er uh like yeah which touch-screen should I use with my embedded system answer to everything that
      my family and friends [please don't let me die of laughter] asked me to solve"

      I accept your hug. Thank you :)

      E
      (lest anyone wonder, I am me, Ehud Gavron, and the anonymous E is not me, and I'm neither conversing with
      myself nor offering myself a hug. It just appears someone else signs their posts the same way. I'm never anonymous.)

    8. Re:A Good Start by dark12222000 · · Score: 1

      You have absolutely no idea what he's been asked to do. Maybe his friends have asked him to make a beer dispenser with an integrated touchscreen, or a slick temperature controller for a freezer.

      I think you're biased towards being a bit dumb.

      Currently, touch screens are a bit pricey, and can be a bit messy to work with. Though it's less awesome, a serial lcd backpack with a few buttons can be had for 20$ or less. That being said, some of the off brand chumby clones might work well for getting a touch screen if you don't mind some disassembly and some light hacking.

    9. Re:A Good Start by Dogtanian · · Score: 1

      If the mission is to learn programming, I'd hand them a copy of BASIC for their computer, and have at it.

      Hmm. I don't understand why you'd want to sabotage their mission by handing them BASIC though. :-(

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    10. Re:A Good Start by ScienceofSpock · · Score: 1

      It's not arrogance to point out the OP has a bias toward both embedded systems and touch-screens. It's not even trolling to suggest to him [and other posters] that there are other methods of SOLVING PROBLEMS but step one is to identify said PROBLEMS and step two is to work on SOLUTIONS. One doesn't start from "hey um er uh like yeah which touch-screen should I use with my embedded system answer to everything that my family and friends [please don't let me die of laughter] asked me to solve"

      Has it occurred to you that OP's friends/family have asked him specifically to consider embedded systems? He says so right up there at the top of the page. It's also entirely possible/probable that he's already discussed potential solutions with his friends/family and they determined that embedded systems with touchscreens are the best solution, and all he's asking for is actual product suggestions? That's what I'm getting out of the question, and it seems that most of the others in this thread also got that. You're making an assumption that he hasn't even considered the problem and immediately jumped to embedded systems with a touchscreen out of the blue, and it comes across as REALLY arrogant. Keith

    11. Re:A Good Start by gavron · · Score: 1

      You make a good point, Keith.

      I'll try and keep _my_ bias out of it going forward.

      Lesson learned.

      Thanks, brother.

      E

  12. Adruino displays by Michael+Meissner · · Score: 1

    I am just starting to get into Arduino programming, and I see various sellers. I tend to be more interested in the 2.4 and 2.2" diagonal LCD, many of which have touch screens than the larger ones. Lets see: Adafruit has a 2.8" LCD + touchscreen for $40 (though it is on backorder); I see various ebay sellers (e4u2011, isecsv110, yyli666 are ones I've marked) have 2.4" displays + touchscreen + SD reader for $20.

  13. noritake-itron TFT All In One by Anonymous Coward · · Score: 0

    noritake-itron TFT All In One, great futures, but horrible to program :D
    http://www.noritake-itron.com/TFT/

  14. Cheap Android Tablet by Stealth+Dave · · Score: 2

    I've looked into something similar to use as a controller/receiver for a whole house audio system, and you may want to look at a cheap Android-based device, some of which can be had for less than $50. For that price you get a resistive touch screen at around 320x240, 8G storage, stereo output, 256M RAM, WiFi, USB and a Java-based OS with plenty of apps pre-built and a well established development community.

    For a small 4" device, Google "benss android". I was able to find half a dozen listings for this under $50. (Haven't tried it, though.) Also, Big Lots in the US regularly sells 7" refurb tablets for $70.

    - Stealth Dave

    --
    Evil is as eval("does");
  15. Amulet Technologies by Anonymous Coward · · Score: 3, Informative

    Amulet Displays allow you to separate the UI (dedicated UI chip w/ display) from the execution and run it via an event driven framework. You can code it or it has a drag and drop version.

    www.amulettechnologies.com

  16. 7 and 8 inchs sizes at LogicSupply by chill · · Score: 3, Informative

    http://www.logicsupply.com/categories/touchscreen_displays

    They might be more expensive than you're looking for, but they have a nice selection.

    --
    Learning HOW to think is more important than learning WHAT to think.
    1. Re:7 and 8 inchs sizes at LogicSupply by beckman101 · · Score: 1

      These are all VGA interface, so difficult to drive directly from a microcontroller. You can use one of these as the VGA interface: http://www.sparkfun.com/products/10593

    2. Re:7 and 8 inchs sizes at LogicSupply by cstdenis · · Score: 4, Informative
      --
      1984 was not supposed to be an instruction manual.
    3. Re:7 and 8 inchs sizes at LogicSupply by CityZen · · Score: 1

      Similarly, if you want HDMI in, just search Ebay for things like this: hdmi touch lcd monitor
      They start around $150.

    4. Re:7 and 8 inchs sizes at LogicSupply by thedarknite · · Score: 1

      Another option would be to convert a non touch solution with a conversion kit. eg http://www.touchscreen-me.com/touch-screen-conversion.php

      --
      A game has objectives and is competitive, anything else is just play
  17. $14 insignia infocast 3.5 inch by Anonymous Coward · · Score: 0

    These used to go for $14 :
    http://www.amazon.com/Insignia-Infocast-Internet-Media-Display/dp/B004HJN4I0/ref=sr_1_1?ie=UTF8&qid=1337887910&sr=8-1
    Now there are a bit more as the stock is rapidly sold out.
    They are basically open source ARM touchscreen with 3.5" displays.
    http://www.chumby.com

  18. Anglia Springboard by Anonymous Coward · · Score: 1

    You want an Anglia PIC32 Springboard!

    http://www.anglia-displays.com/evalBoards/evalBoards.asp

    I have no connection to them except being a happy customer. We used their kit with a little 3.7" display to develop an industrial control device and the project went smooth as silk.
    The examples they provide actually compile and work as-is (what a novelty), and the Microchip Graphics Library is as good as you'll get for free and doesn't have too many bugs while performing acceptably.

  19. Easily driven? by niks42 · · Score: 1

    "easily driven by an AVR or PIC type microcontroller" ... Hmmmm ... the main feature of the HD44780-type alpha LCD is that it is a static device, containing its own memory. The content is scanned by the hardware on the interface board.

    If you want similar functionality with a mono or color big size LCD, you have to have something in the way between the AVR and the LCD itself that is going to retain a display memory so that the LCD can be continually refreshed (and don't try to do that with an AVR). You could do worse than putting an FPGA board in the way with a VGA interface on it - that way you could drive any number of LCD monitors .. talk to the FPGA via a serial protocol of some sort and have it maintain a color alphanumeric, or alpha + limited graphic display, or with enough memory a full graphics display. Boards like a papilio (http://papilio.cc/) with a VGA wing would do the job.

  20. AdaFruit or SparkFun by zerosomething · · Score: 4, Informative
    --
    It all starts at 0
  21. HP touch monitor by Anonymous Coward · · Score: 0

    good price too, HP L2105tm ~250.00

    recommended by manufacturers of Radio systems designed to be touch controled

  22. Good price and extended temperature support by Dunge · · Score: 0
  23. Mimo capacitive touchscreens up to 10" by bughunter · · Score: 1

    We embed these in our Atom-driven products to run GUIs and they work like a champ.

    Mimo 7" USB touchscreen = $180

    Mimo 10" USB touchscreen = $260

    We use NT embedded but these also have OSX drivers, and if you want to use these with Unix you're not alone.

    --
    I can see the fnords!
  24. Mini2440 by internet-redstar · · Score: 1

    Why not go to a FriendlyARM Mini2440? For about $150 you can pick it up from http://www.aliexpress.com/ and you have a full fledged Linux board with plenty of i/o and touch screen...
    Happy hacking! Jasper

  25. The point? by Jeng · · Score: 1

    Ok, not too hard to find touch LCD panels online, but I wonder just what is the point of this device you are attempting to make?

    There are so many products in just about the size you are looking for I have to wonder why not either go with one of those products, either as the final device or a basis to create the device you want out of it?

    --
    Don't know something? Look it up. Still don't know? Then ask.
    1. Re:The point? by Michael+Meissner · · Score: 1

      Ok, not too hard to find touch LCD panels online, but I wonder just what is the point of this device you are attempting to make?

      I would imagine the point is the OP wants to build something him/herself.

      There are so many products in just about the size you are looking for I have to wonder why not either go with one of those products, either as the final device or a basis to create the device you want out of it?

      Well for one thing, building things has its own rewards. But also, a lot of times commerical products don't necessarily have the bells and whistles you want. The way I read the OP's post, he was already at the hobbiest electronics stage, and presumably wanted to advance beyond the simple blinky light stage. He/she wanted to know what was available in terms of displays.

    2. Re:The point? by Jeng · · Score: 1

      He/she wanted to know what was available in terms of displays.

      It is easy enough to find general LCD touchscreens for hobbyists, that is just a google search away.

      To be able to recommend the best one for the purpose one must know the purpose.

      Once one knows the purpose you can either recommend them a specific part, or a complete device that could be cannibalized for not only the display, but many other internal parts that already work with the display.

      The more information given the better answer he'll get, and he didn't give enough information imo.

      --
      Don't know something? Look it up. Still don't know? Then ask.
  26. dx.com by Anonymous Coward · · Score: 0

    Whole variety of cheaper than typical lcd screens and touch screens.

  27. .NET Gadgeteer? by Rossman · · Score: 1

    Might be worth looking into, bit pricey compared to Arduino though.

    But the starter kit comes with a mainboard and a 4" LCD touchscreen which is pretty decent for small projects. The hardware is largely made by GHI Electronics...

    http://www.ghielectronics.com/catalog/product/297

    Not sure if this would be suitable or not...

  28. 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.

  29. Crystalfontz is nice by ourlovecanlastforeve · · Score: 1

    I've been using Crystalfontz LCD displays in my projects for many years. http://www.crystalfontz.com/

    1. Re:Crystalfontz is nice by Anonymous Coward · · Score: 0

      Seconded. I've used them in devices I've designed and they work well.

  30. Kitronix K350QVG by Anonymous Coward · · Score: 0

    Try out the Kitronix K350QVG-V1-F. 3.5" 16-bit colour LCD 320x240 (I think), with built in controller. SPI attached, with a relatively straight forward command set, and has a touch screen. The only issue is the decoding of the touchscreen with the ADCs in the micro. It costs around $25 USD I think.

  31. Gotta love marketing by rrohbeck · · Score: 1

    'This TFT display is big (2.8" diagonal)'
    At least they don't say "cheap" or "low cost"at 70 bucks.

  32. Earth LCD by Anonymous Coward · · Score: 1

    http://store.earthlcd.com/

  33. Ebay has a section for LCD for embedded devices. by Kruton53 · · Score: 1
    If you do not mind making your own plastic case out of a project box, you can get a touch screen off of ebay. Check out ebay. http://www.ebay.com/sch/LCDs-Displays-/26206/ (Or navigate to it through Business & Industrial >Electrical & Test Equipment >Electronic Components >Semiconductors & Actives >LCDs & Displays). You can find many 3.2" touch screens for $18 on ebay. I have even some sellers some that provided a link to demo to get the screen to work on some common MCUs. Many of the cheaper touch screens are resistive, instead of capacitive... but for a simple hobby, I suspect it will still meet your needs.

    For a plastic case, just buy a project box large enough for your needs and cut out a section large enough for the screen. You can easily find these by searching the electronic component section for "project box".

    Good Luck

  34. 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.

    1. Re:Not recommended. by ColdWetDog · · Score: 1

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

      I think that's exactly what LanMan04 meant.

      Or are you the type of person who takes apart old Pentium IV machines and tries to make a space heater out of it?

      --
      Faster! Faster! Faster would be better!
    2. Re:Not recommended. by Anonymous Coward · · Score: 0

      I did this with an old OLD pre-full-MIPS HP/UX server (had a hard switch that could take it between MIPS mode and Domain/OS mode that you'd flip while it was off).

      It was more efficient at keeping the room warm than my space heater, so...

    3. Re:Not recommended. by schroedingers_hat · · Score: 1

      I think that's exactly what LanMan04 meant.

      Or are you the type of person who takes apart old Pentium IV machines and tries to make a space heater out of it?

      You're right, why would one pull apart a Pentium IV machine to make a space heater when it's already a space heater?

    4. Re:Not recommended. by Jeng · · Score: 1

      It might have been what LanMan04 meant, but it does sound like the person is more interested in the build process rather than the end result.

      As such then if you recommend a device, it's probably going to be ripped apart and used for parts. Not that there is anything wrong with that.

      --
      Don't know something? Look it up. Still don't know? Then ask.
    5. Re:Not recommended. by X0563511 · · Score: 1

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

      Pretty sure this this exactly what was meant.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    6. Re:Not recommended. by Anonymous Coward · · Score: 0

      And you're an idiot. Use the whole phone, not just the screen, dumbass.

      An old Android phone or tablet can be rooted to run anything you want. It's a full Linux system with large nice touchscreen, speakers, wifi, USB, accelerometer and other sensors. You can't build something with even a fraction of the features for the same cost.

    7. Re:Not recommended. by Miamicanes · · Score: 1

      Actually, there's an even better reason to stick with cheap Android tablets from China -- the market for LCDs in particular is *extremely* volatile. It's almost suicidal to design a product around a LCD screen you haven't already bought sufficient quantities of to build every unit you plan to build, because any given screen could become unavailable at any time without warning.

      At least with Android tablets, you have a relatively stable programming environment. And if you really want to get down & dirty with the bare metal, any company in Shenzhen will sell you Android tablets that are pre-rooted, have totally open bootloaders, and possibly come ready to triple-boot pre-installed copies of Android, Ubuntu, and Windows Mobile (yeah, I said "Windows Mobile"). Sticking with Android tablets means not having to worry much about your supply chain. Low-end Chinese Android devices are about as close to commodities as you can get -- most use the same Rockchip innards, and run minimally-tweaked copies of Rockchip's reference distro of Android. If one supplier goes away, you can almost certainly find 20 more selling compatible tablets for $10 less.

      If the tablet has a micro-SD card and you need it to use as an embedded controller for something, you can even repurpose the microSD card slot as an accessible SPI port with a few extra GPIOs. Remove the tablet from its case, put it in a new case of your own, connect it to your circuit with the nasty hacked microSD-to-SPI patch cord you had someone solder together, and you're good to go. It wouldn't even surprise me if commodity Chinese Android tablets HAVE additional headers on their circuit boards to expose things like SPI, I2C, GPIO, and UARTs to other products that might use them as a component.

  35. Earth LCD Packages by BoRegardless · · Score: 1

    Small LCDs in a variety of types and sizes with driver boards.

    http://store.earthlcd.com/

  36. my doctor loves tablets by swschrad · · Score: 3, Funny

    he gives them to me for almost everything I've got.

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
  37. Propeller does VGA/NTSC and PAL.. by Anonymous Coward · · Score: 0

    You might want to look at using a propeller chip instead.

    http://www.parallax.com/Store/Microcontrollers/PropellerDevelopmentBoards/tabid/514/CategoryID/73/List/0/SortField/0/Level/a/ProductID/748/Default.aspx

    http://www.parallax.com/Store/Microcontrollers/PropellerAccessories/tabid/786/CategoryID/85/List/0/SortField/0/catpageindex/2/Level/a/ProductID/425/Default.aspx

    I use the Arduino as well as the Propeller, both very cool chips. But the propeller will do video all by its self.

    Check it out..

  38. Pic32 Multimedia Board by Anonymous Coward · · Score: 0

    Microchip makes a nice little demo board that has QVGA touchscreen, USB, WiFi, SD, accelerometer, temp sensor, 10/100 Ethernet, Flash EEPROM, Audio I/O, joystick-esk input, a few LEDs and GPIO plus a PIC32 cpu with 128k RAM and 512k Flash.

    Multimedia Demo board:
    http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2615&dDocName=en548037

    PIC32 Ethernet + USB daughter board:
    http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2615&dDocName=en545713

  39. Liquidware Touch Slide $175 by Anonymous Coward · · Score: 0

    http://www.liquidware.com/shop/show/TSL/TouchShield+Slide

    Has built in microcontoller and works well with Ardinuo. Used one to create a wrist mounted touchscreen for a GPS enabled laser tag game.
     

  40. MMS-e displays by Gimble · · Score: 1

    HERE.

    Lots of reasonably priced displays, some with touch and on-bard "intelligent" controllers.

  41. Spend 110 bucks by Osgeld · · Score: 1

    get a arm system from minibox, 3.5 inch 400Mhz, 64 megs and plenty of serial ports to twiddle bits to an avr or whatever

  42. Freescale Tower by Anonymous Coward · · Score: 0

    You might want to look at the TWR-LCD board.
    It's a Smart LCD screen that you communicate over SPI or EBI. You can pare it with a number of Micro-controllers in the Tower system, add some proto boards for special stuff, and then use the free eGUI software to create the demo. Or read the app note

    Full disclosure: I work for Freescale

  43. DIY, Baby! by CanHasDIY · · Score: 1

    OK, so maybe it won't fit your particular application, but I have in the past built my own multitouch table using an old LCD monitor, a couple of USB webcams, some clear acrylic, and a bit of hacker ingenuity.

    If you are tempted to go the DIY route, Community Core Vision a good place to start.

    Happeh hacking!

    --
    An enigma, wrapped in a riddle, shrouded in bacon and cheese
  44. 4D Systems by Anonymous Coward · · Score: 0

    http://www.4dsystems.com.au/prod.php?id=113

  45. Freescale Tower System by DRMShill · · Score: 1

    http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-LCD&tid=m32TWR

    Lots of different stuff you can do with it. Hope that helps.

  46. Rayslogic 3.5", 4.3", 320x240 LCD products by avsa242 · · Score: 1

    You might check out what this guy has: http://www.rayslogic.com/ Most (all?) of Ray's stuff is Parallax Propeller-based (~$8US 32bit 8-core MCU) He has 3.5", 4.3" and maybe other size panels and was at one time offering just the LCD's; ask him if he has any left if you want just them. There are already low-level drivers, and text/graphics primitives code ready to use with all his products, so you'd just be writing your application-specific code. Then this guy makes at least one acrylic enclosure made for Ray's products, too at: http://www.mountainkingtechnologies.com/ Cheers

  47. 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.

    1. Re:Missing the point by mvdw · · Score: 1

      Have you looked at Reach LCDs? Not sure if they are to your budget, but they have nicely housed touch-screen LCDs driven by an allegedly simple serial protocol. http://reachtech.com/

    2. Re:Missing the point by Anonymous Coward · · Score: 0

      C-More Touchscreen panels from Automation Direct are about $200/$300. Get a plc for $100 and you can do about anything. The panels have windows software to create buttons and display information. They are meant to talk to PLC's, but you could roll your own comm.

      http://www.automationdirect.com/adc/Shopping/Catalog/Operator_Interfaces/C-more_Micro-Graphic_Panels/3_inch_Panels_-a-_Accessories

    3. Re:Missing the point by src1138 · · Score: 1

      I would check out used/cheap PNDs. You get a minimal enclosure with enough room for a pcb and battery (you might even reuse the battery and maybe the charging circuit if possible). I bet you can find some older ones with 3-or-so inch resistive screens for under 40 bucks - probably 10 at a garage sale. As long as the enclosue, screen and battery are ok (you may not even want the battery) it should be a safe bet.

      Pawn shops (ahem) tend to have lots of these as well.

      Granted you are just hoping you can gracefully separate the components you want from the PND guts - it might be worth checking to see which PNDs have some open source projects around them - the component specs are probably known and you can find the datasheet - maybe even in English :D.

    4. Re:Missing the point by CityZen · · Score: 1

      Get a cheap Android tablet that has a USB host interface. Then attach all your relays and sensors via USB (or USB to serial, if need be).

    5. Re:Missing the point by Anonymous Coward · · Score: 0

      Buy a cheap older TomTom satnav unit. They run Linux. They are rectangular, with touchscreen. Some can be powered/charged using USB.
      They boot into the tomtom software from SD card on some of the devices.
      Either replace the boot software with your own, or...
      take a look at tomplayer.net
      This is a free third-party multimedia player. You will see how to draw to the screen, control touch inputs, etc.
      With some investigation you could make your own 'app' that ran on the tomtom.

    6. Re:Missing the point by X86Daddy · · Score: 1

      Have you considered acrylic or Lucite? Possibly wood? Harbor Freight (US discount power tool chain) carries "good enough" routers for under $20, and a router + wood could make a very posh "luxury" facade for a touch screen... Polished screws with possibly non-standard heads in counter-sunk holes on the facade could be made to fit with the design aesthetic... you even see *fake* countersunk shiny screw heads on bezels of some devices, due to how it looks "high-end" in some contexts.

      So, RV or boat control panel?

    7. Re:Missing the point by subreality · · Score: 1

      Unfortunately the enclosure is hard. As hobbyists we have to frequently repurpose mass produced equipment. There are some things like circuit boards which can be made in small volumes economically, but displays and injection molded plastic enclosures have very high tooling costs, so you'd need to repurpose. In this case there's probably nothing premade that will meet your needs: small devices with touchscreens are almost universally designed to be hand-held, which means as small and light as possible. That results in their being shrunk down to the minimum possible dimensions with no room inside to cram in your custom stuff.

      So you're going to have to make your own. Here are a few options, depending on your needs for aesthetics and costs:

      Laser-cut acrylic (or fiberboard, or any laserable material). I have made a few enclosures this way. It works great if you're OK with everything being very square and right-angular. Just make a box with all the seams dovetailed together (interlocking zig-zags), then add in cutouts for the display, knobs, buttons, cables, etc. The laser cuts it perfectly so while it looks a little hackish, it's neat and clean hackish: everything centered properly and symmetrical, nothing misaligned. It's very cheap to do.

      Wood. I haven't actually done it myself, but you could contact a cabinet maker or wooden toy maker or someone else who specializes in small, precision woodworking and see what they can do for you. A simple box with neatly dovetailed corners, routed round, with all the cutouts you need, and all stained and varnished could probably be done. I think it would look nice. It might run you $100-200 each. I don't know if that's in your budget.

      3D printing. This will give you any custom shape you want. The finish isn't perfect - the resolution tends to be low so it's a little bit step-sided especially around curves - but it might be acceptable. The price is around $5-20 per cubic inch of actual printed material (IE, empty space inside is free). Search for "rapid prototyping".

      Machined aluminum. This is relatively expensive, though some overseas guys can do it cheaper. You can get some pretty fancy stuff done with modern CNC techniques.

      Or one last option: modify an existing enclosure. You might be able to take a device with a small display (a small tablet or something) and give it a backpack with your custom stuff. That can be done as a regular project box simply glued to the back. Dirt cheap, but I don't know if that meets your aesthetic requirements.

  48. TFT 3.2" 320*240 With SD Touch Module by vasago17 · · Score: 1
  49. An old android ebook rooted may be cheaper. by stacybro · · Score: 1

    Depends on the project.
    I built a cheapy 4 line lcd/arduino interface for my custom security system for around 60 bucks. It was butt ugly because good cases are hard to find or expensive to custom build. My wife HATED it. So I found a cheapy android (1.5) ebook with wifi and rooted it for about $90 (could probably find it for 60 now) and wrote an android app. It looks WAY better than my butt ugly lcd and is also going to be an interface to my weather station (when I get around to finishing it) and a few other home automation projects.
    The really nice thing about the whole thing was that when the company I am working for decided to develop a mobile app, my boss (who knew I had done the android security interface) threw the project to me. Android apps are pretty fun.

  50. Chumby by ebunga · · Score: 1

    You want a Chumby. Everything else lacks custom enclosures, or costs so much money you may as well buy a full PC.

  51. can't tell if you're serious by Chirs · · Score: 1

    A digital sprinker box is still going to have mechanical parts in it.

    Putting lights on a simple timer would be messed up around here--depending on time of year the length of the day varies from 5 hrs to 17 hrs. The proper solution for lights is a photosensor with averaging and hysteresis.

    1. Re:can't tell if you're serious by Khyber · · Score: 1

      "A digital sprinker box is still going to have mechanical parts in it."

      There are NO mechanical parts in my Toro box. ZERO. Anything near mechanical is at the water lines, roughly 75 feet away from anything that resembles a control box.

      Timers can be adjusted, you know. You can even get some that will let you set individual days based on expected length of daylight. They're in use in horticultural systems ALL THE TIME.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  52. 3.5" LCD and Linux in your hand. by Anonymous Coward · · Score: 0

    Check ARMWorks at andhammer.com for the Mini35. Comes with Linux, Qtopia, and Qt4 loaded. 3.5" color 320x240 in a white mountable bezel. 32 bits 400MHz ARM9, Ethernet, USB. They have longer FFCs for the LCD, like 18 and 30 inches. There are ways to use an SD card and run Debian and write in Python (with Debian. Some people run Android - the chip is a Samsung phone chip, S3C2440A, with a lot more I/O than you would ever need in a phone. Some use WinCE so they can write with .net and the M$ stuff and it will sync to any Windows computer. 10x10 cm. Enclosures are always a problem. One person's artistic ideal is another person's eye sore. They have a black metal one. Will 10x10cm fit a standard dual gang switch box? Then a plate with a cutout for the LCD could be added.

  53. Look on eBay by mcbridematt · · Score: 2

    Search eBay - I bought a 3.2" LCD with touchscreen like this one (~$25) and I'm currently working on driving it with an ARM Cortex-M3 controller.

    The downside is that these ones are generally designed to interface with 8051 or 68000-type micros, hence they only expose the 16-bit parallel bus on the LCD controller. Not as optimal, but the displays are quite cheap.

  54. Re:Ebay has a section for LCD for embedded devices by nitro-57 · · Score: 1
    We have been looking at one of the $16-$18 displays for a hobby project.

    Looks like a larger PIC would be able to drive it given enough I/O pins or some extra glue logic. The supplied interface needs a 16 bit parallel plus a 4w SPI for the touch sensor (plus a few control lines). A bit of a shame they did not bring out the mode control lines as the display controller appears to support a SPI interface directly.

    Also no built in ROM so you'll need some allocation for the character font you want to use. Price is attractive at under $20 including shipping.

    Search for '3.2 color lcd module touch' on ebay.

    (LCD Controller = SSD1289, Touch Controller = ADS7843.)

  55. Resistive screens need calibration by tepples · · Score: 1

    The resistive touch screens on a Newton MessagePad 2000, Nintendo DS Lite, and Archos 43 Internet Tablet all need calibration. But they're more precise with a DS stylus than a capacitive touch screen is with a finger.

  56. Lilliput by Anonymous Coward · · Score: 0

    I've used these on several projects. They have bare bones panels or fully enclosed. Linux drivers too.
    http://www.lilliputweb.net/

  57. OP has the wrong premise by LeadSongDog · · Score: 1

    There's no reason to put in yet another display and input device. Does your router need one? Just use the ones that you already have in abundance in your phones, tablets, and laptops. Make the protobox headless with networking, then get on with what you really want to play with, instead of yet another disposable MMI.

    --
    Oh, I'm sorry sir, I thought you were referring to me, Mr. Wensleydale.
    1. Re:OP has the wrong premise by sl3xd · · Score: 1

      Your argument is like saying somebody shouldn't cook, because there's an abundance of restaurants and prepackaged, prepared food.

      Some of us like designing hardware from components. We like designing circuits, laying out printed circuit boards (and fabricating them), component soldering - including things like toaster-oven reflow soldering. We like debugging wire protocols, using logic analyzers, and yes, programming microcontrollers.

      Being able to say "yes, I can design products that use a touch screen" can be very helpful in a job interview.

      --
      -- Sometimes you have to turn the lights off in order to see.
    2. Re:OP has the wrong premise by LeadSongDog · · Score: 1

      Ok, I can reason by analogy too, if you want. When you want to design an build a house, you don't start out by designing and building a car to park in the garage. If you actually wanted to make a touch-screen interface for its own sake, you would want it somewhere you could show it off (like your pocket), not hidden in your furnace room.

      --
      Oh, I'm sorry sir, I thought you were referring to me, Mr. Wensleydale.
    3. Re:OP has the wrong premise by sl3xd · · Score: 1

      When you want to design an build a house, you don't start out by designing and building a car to park in the garage.

      That's not even an analogy: The car isn't even part of the house. It can be removed or omitted, and doesn't change the properties or functionality of the house at all.

      To use your house analogy, a touch screen would be like designing the roof for the house. Rip out the roof, and the house isn't a house anymore.

      I don't really understand why you can't understand this: A touchscreen is just another part - just like a resistor, capacitor, switch, inductor, LED, etc. Nearly all electronics work involves connecting components together. Yes, a touch screen has many sub-components - but the same is true of every other electronic part, including something dead-simple like a circuit board or a resistor.

      You read the touch screen's data sheet, and implement the interface. There are color touch screens for $30 that have workable interfaces; a 16-bit parallel bus for the graphics, a couple control pins, and four pins for touch sensing. No big deal; you can drive that with a DIP micro controller.

      If you actually wanted to make a touch-screen interface for its own sake, you would want it somewhere you could show it off (like your pocket), not hidden in your furnace room.

      At what point was showing off the project a design goal? If showing it off is your goal, then you're not doing the design for its own sake, but for the sake of showing off.

      I seem to recall the OP's goal being "make an embedded device with a touchscreen." - not write a smartphone or tablet application, and not buy an already-working device.

      I'm perfectly happy with a touchscreen design hidden in my furnace room. Having a sprinkler control system with a touch screen is pretty cool, and a lot less intimidating for my wife. There's a tremendous amount of personal satisfaction in knowing that I've made a reliable, user-friendly system.

      If I'm doing something for its own sake, I'm more interested in the journey to get there than the end product. The end product is often just an excuse for the journey.

      --
      -- Sometimes you have to turn the lights off in order to see.
  58. http://www.newhavendisplay.com/ by Anonymous Coward · · Score: 0

    They have resonably priced LCDs and touch pannels with enough documentation to get you started and simple connectrions.
    (I implemented a 1,8" TFT for a hobby project)

  59. 4dsystems by Laser+Dan · · Score: 1

    Try looking at http://www.4dsystems.com.au/

    They sell touchscreens around that size with a controller that you can either program using a C-like language, or send commands to from an AVR etc.

  60. Contact the mods by ryzvonusef · · Score: 1

    Ask them to update your entry with your clarification, that way every one will know, this post could get obscured

    --
    I am an ACCA student. Got a query on Accountancy/Finance? Maybe I can help!
  61. PIC ..! by Anonymous Coward · · Score: 0

    You can get all of your desired features in PIC dev board: PIC24DA210 series of graphics controller.
    Microchip supports a huge graphics library and a really easy to use Graphic Design Tool. You can get all of this on : www.microhip.com

    Have fun !

  62. Technologic Systems by RogueWarrior65 · · Score: 1

    It's bigger than you wanted and not cheap but it does have an enclosure. It runs Linux. Boots really fast. Lots of I/O options.

    http://www.embeddedarm.com/products/board-detail.php?product=TS-TPC-7390

    You can also try Crystalfontz. They make lots of displays. Even OLEDs.

  63. Here you go by Anonymous Coward · · Score: 0

    5.0" Display 800x480 - $72 for 1, $68.35 for 50+ http://www.mouser.com/newhavencaptoTFT/

  64. Old cell phones by SuperTechnoNerd · · Score: 1

    I have one from an old nokia cell phone 12 bit color, and you can get touch screens. Try http://www.sparkfun.com/ they will have what you need.

  65. Nintendo DS touch screen. by Anonymous Coward · · Score: 0

    It is possible to do this kind of thing with a Nintendo DS touch screen, which you can get from eBay for about 99p.

    http://kalshagar.wikispaces.com/Arduino+and+a+Nintendo+DS+touch+screen

  66. Embedded LCD Touch Panel with Enclosure by Anonymous Coward · · Score: 0

    We offer a metal enclosure that houses a serial LCD board, industrial 12-24 DC input power supply, backlight drive, and panel in
    5.7" and 8.4" sizes. Two-part screw-type Phoenix connectors are used for power and communications. The embedded display units support both RS232 and RS485 / RS422 interfaces. The enclosure can be easily mounted in a panel, using a rectangular cutout and drilled mounting holes. A compression gasket provides an effective waterproof seal for NEMA 4 requirements (indoor/outdoor applications protected from windblown dust, rain, or hose-directed water). All displays are TFT and use LED backlights. More details at http://www.reachtech.com/products/enclosed_units/.

    Several customers have used one of our Display Modules (details at http://www.reachtech.com/products/display_modules/) and then found plastic electronic enclosures that work to encase their solutions (often hand-held) from Polycase at www.polycase.com.

  67. Hobbyists by formfeed · · Score: 1

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

    The pleasure of doing something yourself?

    Yes, but there are reasonable limits to that if you're serious about the project.

    To develop my own internet-accessible thermostat, irrigation system, house control, etc... I could put a $40 "hobbyist LCD" on an arduino and add another $40 for an ethernet shield. Or, I buy a 6" Linux ebook reader or a 7" under-powered -but already hacked- android tablet ($20 biglots or $50 bens-outlet) and put my arduino on the usb-port.

    Not only can I focus on the part I really want to develop, it also makes future repairs or upgrades much easier, because it is just an android tablet with a custom-dongle.

    And if I build something that is not just a look-I-could-do-this project, but something that is supposed to stay in place, compatibility with easily sourceable hardware is a big plus.

  68. Why not a devboard? by mattib · · Score: 1

    Arm Cortex M3 development board with 2.4" touchscreen for £25.19 here
    http://www.ebay.co.uk/itm/Brand-New-STM32F103VET6-ARM-Cortex-M3-Development-Board-2-4-Touch-TFT-LCD-7v-/160782712352

    I haven't ordered one yet, so I don't know if they're crap or not.
    Feature list looks nice though.

  69. use an old Palm handheld? by speculatrix · · Score: 1

    there have been a number of apps which turn a PalmOs handheld into a usb-attached LCD display; Palms with mono and colour displays are cheap on ebay.