Feature: DeviceProfile: Added display sample to WT32-ETH01

Thanks to #844
This commit is contained in:
Thomas Basler 2023-05-29 20:46:41 +02:00
parent 1c8bd8091b
commit 853ac3560b

View File

@ -18,5 +18,30 @@
"type": 0, "type": 0,
"clk_mode": 0 "clk_mode": 0
} }
},
{
"name": "WT32-ETH01 with SSD1306",
"nrf24": {
"miso": 4,
"mosi": 2,
"clk": 32,
"irq": 33,
"en": 14,
"cs": 15
},
"eth": {
"enabled": true,
"phy_addr": 1,
"power": 16,
"mdc": 23,
"mdio": 18,
"type": 0,
"clk_mode": 0
},
"display": {
"type": 2,
"data": 5,
"clk": 17
}
} }
] ]