Hello,
Please excuse my English, I use a translator.
I purchased this LCD: http://elty.pl/en_US/p/Wyswietlacz-LCD-5-800x480-z-panelem-dotykowym-sterowanianie-SPI%2C-kontoler-FT810-/1783
Does anyone have experience please FT810 or functional library for FT810? I use Arduino 1.6.10
I downloaded the code https://elty.pl/upload/download/FT_App_Gradient.rar that does not work and end this error:
Arduino: 1.6.10 (Windows 10), Board: "Arduino/Genuino Uno"
WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'
In file included from sketch\FT_Platform.h:198:0,
from sketch\FT_CoPro_Cmds.cpp:31:
FT_DataTypes.h:53: error: 'prog_uchar' does not name a type
typedef prog_uchar ft_prog_uchar8_t;
^
FT_DataTypes.h:54: error: 'prog_char' does not name a type
typedef prog_char ft_prog_char8_t;
^
FT_DataTypes.h:55: error: 'prog_uint16_t' does not name a type
typedef prog_uint16_t ft_prog_uint16_t;
^
In file included from sketch\FT_Platform.h:199:0,
from sketch\FT_CoPro_Cmds.cpp:31:
FT_Gpu_Hal.h:275: error: 'ft_prog_uchar8_t' does not name a type
ft_void_t Ft_Gpu_Hal_WrMemFromFlash(Ft_Gpu_Hal_Context_t *host,ft_uint32_t addr,const ft_prog_uchar8_t *buffer, ft_uint32_t length);
^
FT_Gpu_Hal.h:276: error: 'ft_prog_uchar8_t' has not been declared
ft_void_t Ft_Gpu_Hal_WrCmdBufFromFlash(Ft_Gpu_Hal_Context_t *host,FT_PROGMEM ft_prog_uchar8_t *buffer,ft_uint32_t count);
^
exit status 1
'prog_uchar' does not name a type
Could you give me an advice please? I'm no expert. Thanks for any advice.