|
| 1 | +title: "Lolin32 lite" |
| 2 | + |
| 3 | +# dimensions counted in pins |
| 4 | +width: 10 |
| 5 | +height: 13 |
| 6 | + |
| 7 | + |
| 8 | +# images can be URLs, use adjustments to fit the pins |
| 9 | +image: |
| 10 | + front: |
| 11 | + src: "lolin32-lite.front.png" |
| 12 | + top: -600 |
| 13 | + left: 0 |
| 14 | + right: 0 |
| 15 | + bottom: -1100 |
| 16 | + back: |
| 17 | + src: "lolin32-lite.back.png" |
| 18 | + top: -600 |
| 19 | + left: 0 |
| 20 | + right: 0 |
| 21 | + bottom: -1100 |
| 22 | + |
| 23 | +# Define the pins (label:type), use empty entries when offsets are needed |
| 24 | +pins: |
| 25 | + left: |
| 26 | + - [ "GPIO36:gpio-in", "ADC1-0:analog", "RTC-0:rtc" ] |
| 27 | + - [ "GPIO39:gpio-in", "ADC1-3:analog", "RTC-3:rtc" ] |
| 28 | + - [ "RESET" ] |
| 29 | + - [ "GPIO34:gpio-in", "ADC1-6:analog", "RTC-4:rtc" ] |
| 30 | + - [ "GPIO35:gpio-in", "ADC1-5:analog", "RTC-5:rtc" ] |
| 31 | + - [ "GPIO32:gpio", "ADC1-4:analog", "Touch9:touch", "RTC-9:rtc" ] |
| 32 | + - [ "GPIO33:gpio", "ADC1-5:analog", "Touch8:touch", "RTC-8:rtc" ] |
| 33 | + - [ "GPIO25:gpio", "ADC2-8:analog", "DAC1:dac", "RTC-6:rtc" ] |
| 34 | + - [ "GPIO26:gpio", "ADC2-9:analog", "DAC2:dac", "RTC-7:rtc"] |
| 35 | + - [ "GPIO27:gpio", "ADC2-7:analog", "Touch7:touch", "RTC-17:rtc"] |
| 36 | + - [ "GPIO14:gpio", "ADC2-6:analog", "Touch 6:touch", "RTC-16:rtc", "SD CLK:sd", "HSPICL:hspi"] |
| 37 | + - [ "GPIO12:gpio", "ADC2-5:analog", "Touch 5:touch", "RTC-15:rtc", "SD D2:sd", "HSPIQ:hspi"] |
| 38 | + - [ "GND:gnd"] |
| 39 | + right: |
| 40 | + - [ "3.3V:power" ] |
| 41 | + - [ "GPIO22:gpio", LED ] |
| 42 | + - [ "GPIO19:gpio", "MISO:spi" ] |
| 43 | + - [ "GPIO23:gpio", "MOSI:spi" ] |
| 44 | + - [ "GPIO18:gpio", "CLK:spi" ] |
| 45 | + - [ "GPIO05:gpio", "SS:spi" ] |
| 46 | + - [ "GPIO17:gpio", "TX:uart" ] |
| 47 | + - [ "GPIO16:gpio", "RX:uart" ] |
| 48 | + - [ "GPIO04:gpio", "ADC2-0:analog", "Touch0:touch", "RTC-10:rtc", "I2C1 CL:i2c", "SD D1:sd", "HSPIHD:hspi"] |
| 49 | + - [ "GPIO00:gpio", "ADC2-1:analog", "Touch1:touch", "RTC-11:rtc", "I2C1 DA:i2c"] |
| 50 | + - [ "GPIO02:gpio", "ADC2-2:analog", "Touch2:touch", "RTC-12:rtc", "I2C2 CL:i2c", "SD D0:sd", "HSPIWP:hspi"] |
| 51 | + - [ "GPIO15:gpio", "ADC2-3:analog", "Touch3:touch", "RTC-13:rtc", "I2C2 DA:i2c", "SD CMD:sd", "HSPICS:hspi"] |
| 52 | + - [ "GPIO13:gpio", "ADC2-4:analog", "RTC-14:rtc", "SD D3:sd", "HSPID:hspi"] |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +types: |
| 58 | + gpio-in: |
| 59 | + label: 'GPIO Input' |
| 60 | + bgcolor: '#5b9821' |
| 61 | + fgcolor: '#ffffff' |
| 62 | + gpio: |
| 63 | + label: 'GPIO In/Out/PWM' |
| 64 | + bgcolor: '#79bc3c' |
| 65 | + fgcolor: '#ffffff' |
| 66 | + rtc: |
| 67 | + label: 'RTC IO' |
| 68 | + bgcolor: '#3399dd' |
| 69 | + fgcolor: '#ffffff' |
| 70 | + touch: |
| 71 | + label: 'Capacitive Touch' |
| 72 | + bgcolor: '#e7a2f2' |
| 73 | + sd: |
| 74 | + label: 'SD Card' |
| 75 | + bgcolor: '#ffee5b' |
| 76 | + hspi: |
| 77 | + label: 'HSPI Bus' |
| 78 | + bgcolor: '#a3b8cb' |
| 79 | + dac: |
| 80 | + label: 'Analog 8bit' |
| 81 | + bgcolor: '#f3c609' |
| 82 | + |
0 commit comments