We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf7a84 commit 58963ffCopy full SHA for 58963ff
README.md
@@ -44,10 +44,9 @@ void setSize(uint16_t w, uint16_t h);
44
bool resizeTilesCache(uint8_t numberOfTiles);
45
```
46
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.
+- 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.
+- Each tile allocates 128 kB psram.
+- The cache content is cleared before resizing.
51
52
### Free the memory used by the tile cache
53
0 commit comments