Skip to content

Commit 8df9812

Browse files
Merge pull request #98 from Y1hsiaochunnn/master
Update the new jd9365 driver
2 parents a086e96 + 483030a commit 8df9812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

display/lcd/esp_lcd_jd9365/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESP LCD JD9365
22

3-
[![Component Registry](https://components.espressif.com/components/espressif/esp_lcd_jd9365/badge.svg)](https://components.espressif.com/components/espressif/esp_lcd_jd9365)
3+
[![Component Registry](https://components.espressif.com/components/waveshare/esp_lcd_jd9365/badge.svg)](https://components.espressif.com/components/waveshare/esp_lcd_jd9365)
44

55
Implementation of the JD9365 LCD controller with esp_lcd component.
66

@@ -18,7 +18,7 @@ Packages from this repository are uploaded to [Espressif's component service](ht
1818
You can add them to your project via `idf.py add-dependancy`, e.g.
1919

2020
```
21-
idf.py add-dependency "espressif/esp_lcd_jd9365"
21+
idf.py add-dependency "waveshare/esp_lcd_jd9365"
2222
```
2323

2424
Alternatively, you can create `idf_component.yml`. More is in [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).

display/lcd/esp_lcd_jd9365/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ repository_info:
1111
targets:
1212
- esp32p4
1313
url: https://github.com/espressif/esp-iot-solution/tree/master/components/display/lcd/esp_lcd_jd9365
14-
version: 1.0.3
14+
version: 1.0.4

0 commit comments

Comments
 (0)