From bfac7703fb438708a35a6b3cea49aae0e1bd3141 Mon Sep 17 00:00:00 2001 From: Eric <0015@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:49:04 -0700 Subject: [PATCH] Update Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a13154e..c2b061f 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A comprehensive map tiles component for ESP-IDF projects using LVGL 9.x. This co ## Requirements - ESP-IDF 5.0 or later -- LVGL 9.x +- LVGL 9.3 - File system support (FAT/SPIFFS/LittleFS) - Map tiles in binary format (RGB565, 256x256 pixels) @@ -30,7 +30,7 @@ Add to your project's `main/idf_component.yml`: ```yaml dependencies: map_tiles: - git: "https://github.com/0015/map_tiles_component.git" + git: "https://github.com/0015/map_tiles.git" version: "^1.1.0" ```