Skip to content

Commit

Permalink
New ili9341 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 14, 2023
1 parent 3442cba commit 8839474
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 0 additions & 1 deletion include/esp_lcd_ili9341.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#pragma once

#include "hal/spi_ll.h"
#include "esp_lcd_panel_vendor.h"

#ifdef __cplusplus
Expand Down
7 changes: 2 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
Expand Down

0 comments on commit 8839474

Please sign in to comment.