TFT_DisplayErrorMessage() function
Displays adequate message on TFT available on adafruit 1.8" TFT shield
Syntax
static void TFT_DisplayErrorMessage(uint8_t message); Arguments
message
Error message to be displayed on the LCD. This parameter can be one of following values: @arg SD_CARD_NOT_FORMATTED: SD CARD is not FAT formatted @arg SD_CARD_FILE_NOT_SUPPORTED: File is not supported @arg SD_CARD_OPEN_FAIL: Failure to open directory @arg FATFS_NOT_MOUNTED: FatFs is not mounted
Return value
None