str is only used within Demonstrations.
 
Symbols
loading...
Files
loading...

str variable

Syntax

uint8_t BlinkSpeed = 0, str[20];

References

LocationReferrerText
main.c:45
uint8_t BlinkSpeed = 0, str[20];
main.c:320TFT_DisplayImages()
sprintf((char*)str, "%-11.11s", pDirectoryFiles[bmpcounter -1]);
main.c:322TFT_DisplayImages()
checkstatus = Storage_CheckBitmapFile((const char*)str, &bmplen);
main.c:327TFT_DisplayImages()
Storage_OpenReadFile(127, 159, (const char*)str);
main.c:354TFT_DisplayImages()
sprintf ((char*)str, "%-11.11s", pDirectoryFiles[bmpcounter - 1]);
main.c:356TFT_DisplayImages()
checkstatus = Storage_CheckBitmapFile((const char*)str, &bmplen);
main.c:361TFT_DisplayImages()
Storage_OpenReadFile(127, 159, (const char*)str);
main.c:381TFT_DisplayImages()
sprintf ((char*)str, "%-11.11s", pDirectoryFiles[bmpcounter - 1]);
main.c:382TFT_DisplayImages()
checkstatus = Storage_CheckBitmapFile((const char*)str, &bmplen);
main.c:387TFT_DisplayImages()
Storage_OpenReadFile(127, 159, (const char*)str);

Data Use

Functions reading str
str
all items filtered out
Type of str
str
uint8_t
all items filtered out