mirror of
https://github.com/0015/map_tiles.git
synced 2026-01-17 09:06:59 +01:00
Update Readme.md
This commit is contained in:
@@ -17,7 +17,7 @@ A comprehensive map tiles component for ESP-IDF projects using LVGL 9.x. This co
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- ESP-IDF 5.0 or later
|
- ESP-IDF 5.0 or later
|
||||||
- LVGL 9.x
|
- LVGL 9.3
|
||||||
- File system support (FAT/SPIFFS/LittleFS)
|
- File system support (FAT/SPIFFS/LittleFS)
|
||||||
- Map tiles in binary format (RGB565, 256x256 pixels)
|
- Map tiles in binary format (RGB565, 256x256 pixels)
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ Add to your project's `main/idf_component.yml`:
|
|||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
map_tiles:
|
map_tiles:
|
||||||
git: "https://github.com/0015/map_tiles_component.git"
|
git: "https://github.com/0015/map_tiles.git"
|
||||||
version: "^1.1.0"
|
version: "^1.1.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user