File tree Expand file tree Collapse file tree 20 files changed +131
-223
lines changed
emulator-launcher-odroid-go/components/hardware
frodo-go/components/odroid
go-play/odroid-go-common/components/odroid
handy-go/components/odroid
prosystem-odroid-go/components/odroid
stella-odroid-go/components/odroid Expand file tree Collapse file tree 20 files changed +131
-223
lines changed Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
18
-
19
- menu "Menu Hot Keys"
20
-
21
16
choice MENU_HOT_KEYS
22
- prompt "Menu Hot Keys Option "
17
+ prompt "MENU Key Options "
23
18
default DEFAULT_MENU_KEY
24
19
help
25
20
Select Hot Key (Menu Button)
26
21
27
22
config DEFAULT_MENU_KEY
28
- bool "Default Odroid Go MENU Button"
23
+ bool "Odroid Go MENU Button"
29
24
30
25
config COMBO_MENU_KEY
31
- bool "Use START + SELECT buttons for MENU"
26
+ bool "START + SELECT as MENU button "
32
27
33
28
endchoice
34
-
35
- endmenu
29
+ endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
18
-
19
- menu "Menu Hot Keys"
20
-
21
16
choice MENU_HOT_KEYS
22
- prompt "Menu Hot Keys Option "
17
+ prompt "MENU Key Options "
23
18
default DEFAULT_MENU_KEY
24
19
help
25
20
Select Hot Key (Menu Button)
26
21
27
22
config DEFAULT_MENU_KEY
28
- bool "Default Odroid Go MENU Button"
23
+ bool "Odroid Go MENU Button"
29
24
30
25
config COMBO_MENU_KEY
31
- bool "Use START + SELECT buttons for MENU"
26
+ bool "START + SELECT as MENU button "
32
27
33
28
endchoice
34
-
35
- endmenu
29
+ endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
16
+ choice MENU_HOT_KEYS
17
+ prompt "MENU Key Options"
18
+ default DEFAULT_MENU_KEY
19
+ help
20
+ Select Hot Key (Menu Button)
21
+
22
+ config DEFAULT_MENU_KEY
23
+ bool "Odroid Go MENU Button"
24
+
25
+ config COMBO_MENU_KEY
26
+ bool "START + SELECT as MENU button"
18
27
19
- menu "Retro ESP32 - In Game Menu"
28
+ endchoice
20
29
21
30
choice IN_GAME_MENU
22
- prompt "Use Retro ESP32 - In Game Menu"
31
+ prompt "In Game Menu"
23
32
default IN_GAME_MENU_NO
24
33
help
25
34
Use Retro ESP32 - In Game Menu
26
35
27
36
config IN_GAME_MENU_YES
28
- bool "Yes "
37
+ bool "YES "
29
38
30
39
config IN_GAME_MENU_NO
31
- bool "No"
32
-
33
- endchoice
34
-
35
- endmenu
36
-
37
- menu "Menu Hot Keys"
38
-
39
- choice MENU_HOT_KEYS
40
- prompt "Menu Hot Keys Option"
41
- default DEFAULT_MENU_KEY
42
- help
43
- Select Hot Key (Menu Button)
44
-
45
- config DEFAULT_MENU_KEY
46
- bool "Default Odroid Go MENU Button"
47
-
48
- config COMBO_MENU_KEY
49
- bool "Use START + SELECT buttons for MENU"
40
+ bool "NO"
50
41
51
42
endchoice
52
-
53
43
endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
18
-
19
- menu "Menu Hot Keys"
20
-
21
16
choice MENU_HOT_KEYS
22
- prompt "Menu Hot Keys Option "
17
+ prompt "MENU Key Options "
23
18
default DEFAULT_MENU_KEY
24
19
help
25
20
Select Hot Key (Menu Button)
26
21
27
22
config DEFAULT_MENU_KEY
28
- bool "Default Odroid Go MENU Button"
23
+ bool "Odroid Go MENU Button"
29
24
30
25
config COMBO_MENU_KEY
31
- bool "Use START + SELECT buttons for MENU"
26
+ bool "START + SELECT as MENU button "
32
27
33
28
endchoice
34
-
35
- endmenu
29
+ endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
16
+ choice MENU_HOT_KEYS
17
+ prompt "MENU Key Options"
18
+ default DEFAULT_MENU_KEY
19
+ help
20
+ Select Hot Key (Menu Button)
21
+
22
+ config DEFAULT_MENU_KEY
23
+ bool "Odroid Go MENU Button"
24
+
25
+ config COMBO_MENU_KEY
26
+ bool "START + SELECT as MENU button"
18
27
19
- menu "Retro ESP32 - In Game Menu"
28
+ endchoice
20
29
21
30
choice IN_GAME_MENU
22
- prompt "Use Retro ESP32 - In Game Menu"
31
+ prompt "In Game Menu"
23
32
default IN_GAME_MENU_NO
24
33
help
25
34
Use Retro ESP32 - In Game Menu
26
35
27
36
config IN_GAME_MENU_YES
28
- bool "Yes "
37
+ bool "YES "
29
38
30
39
config IN_GAME_MENU_NO
31
- bool "No"
32
-
33
- endchoice
34
-
35
- endmenu
36
-
37
- menu "Menu Hot Keys"
38
-
39
- choice MENU_HOT_KEYS
40
- prompt "Menu Hot Keys Option"
41
- default DEFAULT_MENU_KEY
42
- help
43
- Select Hot Key (Menu Button)
44
-
45
- config DEFAULT_MENU_KEY
46
- bool "Default Odroid Go MENU Button"
47
-
48
- config COMBO_MENU_KEY
49
- bool "Use START + SELECT buttons for MENU"
40
+ bool "NO"
50
41
51
42
endchoice
52
-
53
43
endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
18
-
19
- menu "Menu Hot Keys"
20
-
21
16
choice MENU_HOT_KEYS
22
- prompt "Menu Hot Keys Option "
17
+ prompt "MENU Key Options "
23
18
default DEFAULT_MENU_KEY
24
19
help
25
20
Select Hot Key (Menu Button)
26
21
27
22
config DEFAULT_MENU_KEY
28
- bool "Default Odroid Go MENU Button"
23
+ bool "Odroid Go MENU Button"
29
24
30
25
config COMBO_MENU_KEY
31
- bool "Use START + SELECT buttons for MENU"
26
+ bool "START + SELECT as MENU button "
32
27
33
28
endchoice
34
-
35
- endmenu
29
+ endmenu
Original file line number Diff line number Diff line change 1
- menu "LCD Screen Driver"
2
-
1
+ menu "Retro ESP32 Configuration"
3
2
choice LCD_DRIVER_CHIP
4
3
prompt "LCD Driver Chip"
5
4
default LCD_DRIVER_CHIP_ODROID_GO
6
5
help
7
- Select Your LCD Driver
6
+ LCD Screen Driver
8
7
9
8
config LCD_DRIVER_CHIP_ODROID_GO
10
- bool "Odroid Go Default (ILI9341) [ 2.4\"]"
9
+ bool "Odroid Go - 2.4\" [ILI9341 ]"
11
10
12
11
config LCD_DRIVER_CHIP_RETRO_ESP32
13
- bool "Retro ESP32 (ILI9342) [ 2.6\"]"
12
+ bool "Retro ESP32 - 2.6\" [ILI9342 ]"
14
13
15
14
endchoice
16
15
17
- endmenu
18
-
19
- menu "Menu Hot Keys"
20
-
21
16
choice MENU_HOT_KEYS
22
- prompt "Menu Hot Keys Option "
17
+ prompt "MENU Key Options "
23
18
default DEFAULT_MENU_KEY
24
19
help
25
20
Select Hot Key (Menu Button)
26
21
27
22
config DEFAULT_MENU_KEY
28
- bool "Default Odroid Go MENU Button"
23
+ bool "Odroid Go MENU Button"
29
24
30
25
config COMBO_MENU_KEY
31
- bool "Use START + SELECT buttons for MENU"
26
+ bool "START + SELECT as MENU button "
32
27
33
28
endchoice
34
-
35
- endmenu
29
+ endmenu
You can’t perform that action at this time.
0 commit comments