Definition at line 44 of file ILI9341_t3_ERIS.h.
56 if (!pSD->chdir(path)){
57 Serial.print(F(
"M ILI9341_t3_ERIS::bltSD Path not found: "));
61 file.open(fileName, O_READ);
62 if (file.available() == 0){
63 Serial.print(F(
"M ILI9341_t3_ERIS::bltSD File Not Found: "));
64 Serial.println(fileName);
68 file.fgets(str,
sizeof(str));
69 file.fgets(str,
sizeof(str));
73 c = strtok(NULL,
" ");
uint32_t hash(const char *s)
uint16_t * requestSubSurfaceBufferP(uint32_t size)
References alloc_size, guid, h, hash(), pSB, requestSubSurfaceBufferP(), and w.
Referenced by Surface().