This commit is contained in:
jeremygan2021
2026-03-03 21:59:57 +08:00
parent c87d5deedf
commit fc92a5feaf
7 changed files with 963 additions and 389 deletions

View File

@@ -18,7 +18,8 @@ NON_CAMERA.pins = {
'sck': 9, # SPI CLK / SCK
'dc': 46, # Data/Command
'rst': 11, # Reset
'cs': 12 # Chip Select
'cs': 12, # Chip Select
'btn': 0 # Boot按键
}
NON_CAMERA.audio = {
'enabled': True,