English 中文(简体)
Using iPhone LCD with Arduino
原标题:

Is it possible to use any LCD with Arduino or do I need to stick to some for which the libraries are available?

I m just starting out with Arduino and know nothing about interfacing LCDs with Arduino. I m planing to buy an old iPhone LCD as they are cheap and big enough to do something useful with them. Also to use an iPhone LCD do I need to add some extra circuit or will directly plugging the iPhone LCD into Arduino work? I don t care about the touch feature right now.

问题回答

You will have to interface some gLCD s (if not all of them) with the libraries available.

I used this gLCD for my first project:
http://www.skpang.co.uk/catalog/product_info.php?cPath=91_99&products_id=655

Datasheet for this particular gLCD screen here:
http://www.sparkfun.com/datasheets/LCD/Monochrome/Corrected-SFE-0016-DataSheet-08884-SerialGraphicLCD-v2.pdf

Alongside the following library (KS0108):
http://www.arduino.cc/playground/Code/GLCDks0108

It is quite easy to draw and animate on, but the refresh rate isn t great (a good starters platform!).

Hope that helps!

p.s. The only thing I could find about iPhone LCDs and Arduinos was: http://www.sparkfun.com/commerce/product_info.php?products_id=9188

Is it possible to use any LCD with Arduino or do I need to stick to some for which the libraries are available?

You need to stick with LCDs that support Arduino and have libraries for them.

There are some low end LCDs that could be made to support the Arduino, but it s not trivial to bring up a new LCD interface on a microcontroller, so I suggest you stick with existing LCDs meant to be used with the Arduino.

Also to use an iPhone LCD do I need to add some extra circuit or will directly plugging the iPhone LCD into Arduino work? I don t care about the touch feature right now.

The iPhone LCDs require significantly more speed and memory than the Arduino can provide. In order to drive them you d essentially need a complete display controller between the Arduino and the LCD.

Due to the Arduino s limited performance and memory, you should plan on using Arduino specific LCD displays.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签