Skip to content

Commit 58963ff

Browse files
Update README.md
1 parent ccf7a84 commit 58963ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ void setSize(uint16_t w, uint16_t h);
4444
bool resizeTilesCache(uint8_t numberOfTiles);
4545
```
4646

47-
- The default cache is initialized on the first fetch.
48-
- Default cache size is 10 tiles.
49-
- Each tile is 128 kB.
50-
- The cache is cleared before resizing.
47+
- If the cache is not resized before the first call to fetchMap, it will automatically initialize with space for 10 tiles on the first fetch.
48+
- Each tile allocates 128 kB psram.
49+
- The cache content is cleared before resizing.
5150

5251
### Free the memory used by the tile cache
5352

0 commit comments

Comments
 (0)