You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides a [OpenStreetMap](https://www.openstreetmap.org/) (OSM) map fetching and tile caching system for ESP32-based devices.
11
10
Under the hood it uses [LovyanGFX](https://github.com/lovyan03/LovyanGFX) and [PNGdec](https://github.com/bitbank2/PNGdec) to do the heavy lifting.
12
11
12
+
This library is **PlatformIO only** due to use of modern C++ features. The Arduino IDE is **not** supported.
13
+
13
14
[](https://www.openstreetmap.org/)
14
15
15
16
A map is composed from downloaded OSM tiles and returned as a LGFX sprite.
0 commit comments