LCD Keypad - Arduino Yun

Buongiorno a tutti, mi è arrivata ieri la Yun e vorrei collegarci questa LCD keypad http://www.ebay.it/itm/LCD-Shield-for-Arduino-Interface-Screen-buttons-/271321872228?pt=Hobby_creativi&hash=item3f2c0b3764.
Qualcuno sa se è compatibile o potrebbe rovinare la Yun?
Grazie

no, non rovini niente ma secondo quanto ho capito dalla YUN é il programma che scrivi sulla parte LINUX (AR9331 processor) che gestisce la parte microcontrollore (ATmega32U4). Le librerie per quella shield sono scritte per la parte microcontrollore (ATmega32U4)

http://arduino.cc/en/Main/ArduinoBoardYun:
The Arduino Yún is a microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331. The Atheros processor supports a Linux distribution based on OpenWRT named Linino. The board has built-in Ethernet and WiFi support, a USB-A port, micro-SD card slot, 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, an ICSP header, and a 3 reset buttons.
The Yún distinguishes itself from other Arduino boards in that it can communicate with the Linux distribution onboard, offering a powerful networked computer with the ease of Arduino. In addition to Linux commands like cURL, you can write your own shell and python scripts for robust interactions.
The Yún is similar to the Leonardo in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Yún to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.
The Bridge library facilitates communication between the two processors, giving Arduino sketches the ability to run shell scripts, communicate with network interfaces, and receive information from the AR9331 processor. The USB host, network interfaces and SD card are not connected to the 32U4, but the AR9331, and the Bridge library also enables the Arduino to interface with those peripherals.

Se modifichi o sostituisci lo sketch sul ATmega32u4 probabilmente non comunicherá piú con la parte linux (AR9331 processor).

Ciao Uwe

Buonasera Uwe, da quel poco che ho visto io, la Yun la si può dividere in due parti: la partete Arduino funziona più o meno come una Arduino Leonardo, e la parte Linux. Con la libreria bridge si interfacciano le due parti. Qualcuno mi corregga se sto sbagliando. Quello che vorrei capire io è se la Shield in questione è compatibile con Arduino leonardo?