Hallo,
auch ich habe mir das TFT-Modul gekauft.
Jedoch bekome ich schon beim Versuch den Code "graphicstest.pde" zu kompilieren eine unmenge an Fehlern:
--
no matching function for call to 'ST7735::ST7735(int,int,int,int)'
In file included from graphicstest.cpp:18:
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:57: error: expected )' before 'CS' C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:59: error: expected )' before 'CS'
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:64: error: 'uint16_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:65: error: 'uint8_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:65: error: 'uint8_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:65: error: 'uint16_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:66: error: 'int16_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:66: error: 'int16_t' has not been declared
C:\Programme\arduino-1.0.1\libraries\ST7735R/ST7735.h:66: error: 'int16_t' has not been declared
...
...
... usw, usw.
Die Libraries "ST7735.h", "ST7735.cpp" und "glcdfont.c" habe in in \arduino-1.0.1\libraries\ST7735R kopiert und Arduino neu gestartet.
Hat von Euch einer eine Idee, weshalb diese Fehler kommen und wie ich sie beseitigen kann?