idobh
Newbie

hello,
i am using this programming with pic32 fusion v7 with the dongle , and when I try to use with the TFT I got error of the library file so I cant fix it
this is the error:
this is when i am using this library:
thank you for your helps
i am using this programming with pic32 fusion v7 with the dongle , and when I try to use with the TFT I got error of the library file so I cant fix it
this is the error:
this is when i am using this library:
Code:
void PrepareTFT()
{
TFT_BLED = 1;
TFT_Init_ILI9341_8bit(320, 240);
TFT_Fill_Screen(CL_WHITE);
}
thank you for your helps
Last edited by a moderator: