@@ -10,41 +10,51 @@ choice I2S_OUTPUT
10
10
prompt "I2S Output"
11
11
default I2S_OUTPUT_EXTERNAL_I2S
12
12
help
13
- Select to use Internal DAC or External I2S CODEC
13
+ Select to use which output interface
14
14
15
15
config I2S_OUTPUT_INTERNAL_DAC
16
16
bool "Internal DAC"
17
17
help
18
18
Select this to use Internal DAC output
19
19
20
+ config I2S_OUTPUT_PDM
21
+ bool "PDM"
22
+ help
23
+ Select this to use PDM output
24
+
20
25
config I2S_OUTPUT_EXTERNAL_I2S
21
26
bool "External I2S CODEC"
22
27
help
23
28
Select this to use External I2S output
24
29
25
30
endchoice
26
31
27
- choice OLED_PANEL
28
- prompt "OLED Panel"
29
- default OLED_PANEL_NONE
32
+ choice SCREEN_PANEL
33
+ prompt "Screen Panel"
34
+ default SCREEN_PANEL_NONE
30
35
help
31
- Select to use which OLED Panel
36
+ Select to use which screen panel
32
37
33
- config OLED_PANEL_NONE
34
- bool "None OLED Panel"
38
+ config SCREEN_PANEL_NONE
39
+ bool "None Screen Panel"
35
40
help
36
41
Select this to disable GUI
37
42
38
- config OLED_PANEL_SSD1331
43
+ config SCREEN_PANEL_SSD1331
39
44
bool "SSD1331 96x64 OLED Panel"
40
45
help
41
46
Select this to use SSD1331 96x64 OLED Panel
42
47
43
- config OLED_PANEL_SSD1351
48
+ config SCREEN_PANEL_SSD1351
44
49
bool "SSD1351 128x128 OLED Panel"
45
50
help
46
51
Select this to use SSD1351 128x128 OLED Panel
47
52
53
+ config SCREEN_PANEL_ST7789
54
+ bool "ST7789 240x240 IPS LCD Panel"
55
+ help
56
+ Select this to use ST7789 240x240 IPS LCD Panel
57
+
48
58
endchoice
49
59
50
60
endmenu
0 commit comments