From 88394746a6f5940ff71979806f04ff2e48df8a5d Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Thu, 14 Dec 2023 21:16:07 +0100 Subject: [PATCH] New ili9341 driver --- README.md | 2 +- include/esp_lcd_ili9341.h | 1 - library.json | 7 ++----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1cad7e8..689684e 100644 --- a/README.md +++ b/README.md @@ -1420,7 +1420,7 @@ The following libraries are used from the EspressIf registry: | Name | Version | |--- |--- | -| [ESP LCD ILI9341](https://components.espressif.com/api/download/?object_type=component&object_id=98a2daed-183c-47d8-b1a8-b7aa9a198bb5) | v1.2 | +| [ESP LCD ILI9341](https://components.espressif.com/api/download/?object_type=component&object_id=680fe7b6-c70b-4560-acf9-919e5b8fa192) | v2.0 | | [ESP LCD ST7796](https://components.espressif.com/api/download/?object_type=component&object_id=bdf53b24-6f59-4ab5-b92e-89ff0e94d307) | v1.2 | | [ESP LCD CG9A01](https://components.espressif.com/api/download/?object_type=component&object_id=6f06ecdf-97a6-4eea-ad4f-c00d11bd970a) | v1.2 | | [ESP LCD Touch](https://components.espressif.com/api/download/?object_type=component&object_id=bb4a4d94-2827-4695-84d1-1b53383b8001) | v1.1.1 | diff --git a/include/esp_lcd_ili9341.h b/include/esp_lcd_ili9341.h index 51325e5..cb48508 100644 --- a/include/esp_lcd_ili9341.h +++ b/include/esp_lcd_ili9341.h @@ -10,7 +10,6 @@ #pragma once -#include "hal/spi_ll.h" #include "esp_lcd_panel_vendor.h" #ifdef __cplusplus diff --git a/library.json b/library.json index 56f1709..ae6bcc1 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "name": "esp32_smartdisplay", "version": "2.0.0", "description": "LVGL driver for Sunton ESP32 TFT display boards", - "keywords": "LVGL 2424S012 2432S024 2432S028 3248S032 3248S035 4827S043 8048S043 8048S070", + "keywords": "LVGL 1732S019N 2424S012 2432S024 2432S028 3248S032 3248S035 4827S043 8048S043 8048S070", "repository": { "type": "git", "url": "https://github.com/rzeldent/esp32-smartdisplay" @@ -15,10 +15,7 @@ ], "license": "MIT", "frameworks": "arduino", - "platforms": [ - "espressif32", - "https://github.com/rzeldent/platformio-espressif32-sunton.git" - ], + "platforms": "espressif32", "dependencies": { "lvgl/lvgl": "^8.3.9" }