Arduino with the mSD Shield + LCD

Hello all,

I have bought the mSD Shield + LCD for the arduino and connected all the stuff. Now I want to build a simple program to test the screen. But I cant find tutorials. Does anybody know any good tutorial voor the LCD screen?

Kind regards,
Pascal

the mSD Shield + LCD

The shield? I don't think so. Post a link to the specific one you bought (and NOT an e-bay link).

At the bottom of the page there stads: Library + examples, but there are no examples.

At the bottom of the page there stads: Library + examples, but there are no examples.

I clicked on that link. It went to: https://github.com/watterott/mSD-Shield/tree/master/src

On that page, I clicked the libraries link, which went to: https://github.com/watterott/mSD-Shield/tree/master/src/libraries

At the bottom of the list is a link for the mSDshield. That goes to: https://github.com/watterott/mSD-Shield/tree/master/src/libraries/mSDshield

The examples link has several examples.

I don't understand how to add the libraries to my Eclipse Kepler. Do you know it? I am new with it.

At first you have to install the Arduino Software [1] and mSD-Shield Lib [2]. Then you can use the Arduino-Eclipse-Plugin [3] to integrate Arduino into Eclipse.

[1] http://arduino.cc/en/Main/Software
[2] https://github.com/watterott/mSD-Shield/blob/master/src/docu.md#installation
[3] Arduino Playground - Eclipse