From 853ac3560b8de36f219ed97beca0aa175655330c Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 29 May 2023 20:46:41 +0200 Subject: [PATCH] Feature: DeviceProfile: Added display sample to WT32-ETH01 Thanks to #844 --- docs/DeviceProfiles/wt32-eth01.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/DeviceProfiles/wt32-eth01.json b/docs/DeviceProfiles/wt32-eth01.json index 971dec9..e8aee23 100644 --- a/docs/DeviceProfiles/wt32-eth01.json +++ b/docs/DeviceProfiles/wt32-eth01.json @@ -18,5 +18,30 @@ "type": 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 + } } ] \ No newline at end of file