Replace sdkconfig with device.properties (#411)
This commit is contained in:
committed by
GitHub
parent
8335611796
commit
7918451699
@@ -0,0 +1,21 @@
|
||||
[general]
|
||||
vendor=LilyGO
|
||||
name=T-Lora Pager
|
||||
|
||||
[hardware]
|
||||
target=ESP32S3
|
||||
flashSize=16MB
|
||||
flashMode=DIO
|
||||
spiRam=true
|
||||
spiRamMode=AUTO
|
||||
spiRamSpeed=120M
|
||||
tinyUsb=true
|
||||
esptoolFlashFreq=40M
|
||||
|
||||
[display]
|
||||
size=2.33"
|
||||
shape=rectangle
|
||||
dpi=227
|
||||
|
||||
[lvgl]
|
||||
colorDepth=16
|
||||
Reference in New Issue
Block a user