mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 18:12:07 +00:00
More configs (#5253)
* Add config.available for the MeshAdv 900M30S * Move configs out of config.yaml
This commit is contained in:
parent
e71be778dd
commit
bf944e78d8
@ -81,17 +81,6 @@ I2C:
|
|||||||
|
|
||||||
Display:
|
Display:
|
||||||
|
|
||||||
### Waveshare 2.8inch RPi LCD
|
|
||||||
# Panel: ST7789
|
|
||||||
# CS: 8
|
|
||||||
# DC: 22 # Data/Command pin
|
|
||||||
# Backlight: 18
|
|
||||||
# Width: 240
|
|
||||||
# Height: 320
|
|
||||||
# Reset: 27
|
|
||||||
# Rotate: true
|
|
||||||
# Invert: true
|
|
||||||
|
|
||||||
### Waveshare 1.44inch LCD HAT
|
### Waveshare 1.44inch LCD HAT
|
||||||
# Panel: ST7735S
|
# Panel: ST7735S
|
||||||
# CS: 8 #Chip Select
|
# CS: 8 #Chip Select
|
||||||
@ -148,10 +137,6 @@ Touchscreen:
|
|||||||
# IRQ: 24
|
# IRQ: 24
|
||||||
# I2CAddr: 0x38
|
# I2CAddr: 0x38
|
||||||
|
|
||||||
# Module: XPT2046 # Waveshare 2.8inch
|
|
||||||
# CS: 7
|
|
||||||
# IRQ: 17
|
|
||||||
|
|
||||||
### You can also specify the spi device for the touchscreen to use
|
### You can also specify the spi device for the touchscreen to use
|
||||||
# spidev: spidev0.0
|
# spidev: spidev0.0
|
||||||
|
|
||||||
|
9
bin/config.d/lora-MeshAdv-900M30S.yaml
Normal file
9
bin/config.d/lora-MeshAdv-900M30S.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Lora:
|
||||||
|
Module: sx1262
|
||||||
|
CS: 21
|
||||||
|
IRQ: 16
|
||||||
|
Busy: 20
|
||||||
|
Reset: 18
|
||||||
|
TXen: 13
|
||||||
|
RXen: 12
|
||||||
|
DIO3_TCXO_VOLTAGE: true
|
Loading…
Reference in New Issue
Block a user