Skip to content

Commit f8e188d

Browse files
phoddiemkellner
authored andcommitted
first time
1 parent 10f1984 commit f8e188d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"include": [
3+
"$(MODDABLE)/modules/drivers/ili9341/manifest.json",
4+
"$(MODDABLE)/modules/drivers/ft6206/manifest.json"
5+
],
6+
"config": {
7+
"screen": "ili9341",
8+
"touch": "ft6206",
9+
},
10+
"defines": {
11+
"i2c": {
12+
"sda_pin": 21,
13+
"scl_pin": 22
14+
},
15+
"spi": {
16+
"miso_pin": 12,
17+
"mosi_pin": 13,
18+
"sck_pin": 14,
19+
},
20+
"ili9341": {
21+
"hz": 40000000,
22+
"cs_pin": 15,
23+
"dc_pin": 2,
24+
"spi_port": "HSPI_HOST",
25+
"registers_append": [
26+
"0x36, 1, 0xF0,",
27+
"0x21, 0,",
28+
"0xE0, 14, 0xD0, 0x08, 0x11, 0x08, 0x0C, 0x15, 0x39, 0x33, 0x50, 0x36, 0x13, 0x14, 0x29, 0x2d,",
29+
"0xE1, 14, 0xD0, 0x08, 0x11, 0x08, 0x06, 0x06, 0x39, 0x44, 0x51, 0x0b, 0x16, 0x14, 0x2f, 0x31,",
30+
],
31+
},
32+
"ft6206": {
33+
"flipX": false,
34+
"flipY": false,
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)