Hi everybody, I've just got my arduino and I'm trying to interface it with a lcd screen from a dead sony ericsson t230
http://sandiding.tripod.com/lcdt230.html, but since I don't have any experience I'm stuck.
Here are my main points of concern on which i need help:
First of all the wiring is a bit difficult because the contact pins are really tiny and I have never soldered anything.
Second, it uses a controller which isn't supported by the lcd library (correct me if i'm wrong), and the assembler code on the website is confusing me. Do i have to modify the library to support this chip or rewrite it completely?
Third the screen uses an i2c interface which is supported by the wired library, there is also a beta lcdi2c library on the playground. If anybody has used it, can you tell me if I can use this library, or should I modify it?
If there is anything i'm missing/doing wrong here please let me know.
Your help is much appreciated, thank you all.
//Sorry if I make errors, english is not my mother language.