From d8a3a75c0bbca37976fed69b1a14bfdad3a62f3c Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 26 Jun 2023 07:39:18 +0200 Subject: [PATCH] Device Profile for Wemos Lolin32 OLED --- docs/DeviceProfiles/wemos-lolin32-oled.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/DeviceProfiles/wemos-lolin32-oled.json diff --git a/docs/DeviceProfiles/wemos-lolin32-oled.json b/docs/DeviceProfiles/wemos-lolin32-oled.json new file mode 100644 index 0000000..cbfa6ea --- /dev/null +++ b/docs/DeviceProfiles/wemos-lolin32-oled.json @@ -0,0 +1,21 @@ +[ + { + "name": "Wemos Lolin32 OLED", + "nrf24": { + "miso": 2, + "mosi": 14, + "clk": 12, + "irq": 0, + "en": 15, + "cs": 13 + }, + "eth": { + "enabled": false + }, + "display": { + "type": 2, + "data": 5, + "clk": 4 + } + } +]