here is a new link with the code archive
http://www.grozeaion.com/download/arduino
PS: forgot to post the Arduino code
#include <ascii.h>
#include <defines.h>
#include <lcd.h>
#include <lcd_lm15.h>
#include <lcd_lph8731.h>
#include <menu.h>
#include <special.h>
lcd_lm15 lcd;
void setup()
{
// Init serial comunication and the LCD display
Serial.begin(9600);
lcd.initLCD_LM15();
}