Problem with S1D13700

Hello Everyone,
I want connect a display (LMR4755BG240320 exactly) with S1D13700 controller with an Arduino Uno(I use a tutorial : http://www.cafelogic.com/download/s1d13700_arduino_documentation/ , everyone knows this tutoriel :slight_smile: ). Until the connection is safely but now i begin to programm with Arduino Software (1.0) and the problem during compilation come. First time i I solved a problem by downloading 0.23. Now i have a large error message :

LCD:5: error: no matching function for call to 'S1D13700::S1D13700()'
C:\Users\utilisateur\Documents\Arduino\libraries\S1D13700/S1D13700.cpp:134: note: candidates are: S1D13700::S1D13700(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)
C:\Users\utilisateur\Documents\Arduino\libraries\S1D13700/S1D13700.cpp:126: note: S1D13700::S1D13700(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)
C:\Users\utilisateur\Documents\Arduino\libraries\S1D13700/S1D13700.h:62: note: S1D13700::S1D13700(const S1D13700&)
LCD.cpp: In function 'void setup()':
LCD:10: error: 'class S1D13700' has no member named 'initLCD'
LCD:14: error: 'class S1D13700' has no member named 'clearText'
LCD:16: error: 'class S1D13700' has no member named 'clearGraphic'
LCD:18: error: 'class S1D13700' has no member named 'textGoTo'
LCD:20: error: 'class S1D13700' has no member named 'writeText'

I research on internet how to solve the problem but i don't discovery...
I request your help and sorry for my bad English :~ )
thank you beforehand.

Up!
I'm going to spend my code:

"#include <S1D13700.h>

S1D13700 glcd;

void setup()
{

glcd.initLCD();

char buf[] = "Hello World!";

glcd.clearText();

glcd.clearGraphic();

glcd.textGoTo(10,1);

glcd.writeText(buf);

}
"
I need it for a project in my work

what exactly you need. please explain