You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the JD9365 LCD controller with esp_lcd component.
6
6
@@ -18,7 +18,7 @@ Packages from this repository are uploaded to [Espressif's component service](ht
18
18
You can add them to your project via `idf.py add-dependancy`, e.g.
19
19
20
20
```
21
-
idf.py add-dependency "espressif/esp_lcd_jd9365"
21
+
idf.py add-dependency "waveshare/esp_lcd_jd9365"
22
22
```
23
23
24
24
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).
0 commit comments