Skip to content

Commit b232502

Browse files
committed
Add TFT display support for the esp32-wrover-kit v3. #108
1 parent 8a0d79c commit b232502

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"include": [
3+
"$(MODDABLE)/modules/drivers/ili9341/manifest.json"
4+
],
5+
"config": {
6+
"screen": "ili9341",
7+
"touch": "",
8+
},
9+
"defines": {
10+
"spi": {
11+
"miso_pin": 25,
12+
"mosi_pin": 23,
13+
"sck_pin": 19
14+
},
15+
"ili9341": {
16+
"hz": 20000000,
17+
"cs_pin": 22,
18+
"dc_pin": 21,
19+
"rst_pin": 18,
20+
"spi_port": "HSPI_HOST",
21+
"backlight_pin": 5,
22+
"backlight_on": 0,
23+
},
24+
}
25+
}

0 commit comments

Comments
 (0)