Skip to content

Commit 2da7b21

Browse files
fixed typo and used <img> tag for the Radxa GPIO pin out image
1 parent e586cfe commit 2da7b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/hardware/EMAX/VRX/emax-wyvern-link-vrx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Create a new GPIO button layout file /config/scripts/GPIO/Emax.yaml or modify th
9292
The GPIO buttons are mapped as following
9393
![image](/images/emax_vrx_button_GPIO_pins.png)
9494

95-
![image](https://docs.radxa.com/img//rock5b/rock5bp_40pin_power_3.webp)
95+
<img src="https://docs.radxa.com/img//rock5b/rock5bp_40pin_power_3.webp" width="350px"/>
9696

9797

98-
Since the Emax VRX only has 4 buttons we need to make some choice on how to map their functions for GSMenu. Here is one possible layout with the left most button as "center". This allows for using the GSMenu keyboard and all other GSMenu functions since right/center behaves the same for most of the menu.
98+
Since the Emax VRX only has 4 buttons we need to make some choices on how to map their functions for GSMenu. Here is one possible layout with the left most button as "center" and the 2nd buttons as "left" . This allows for using the GSMenu keyboard and all other GSMenu functions since right/center behaves the same for most of the menu.
9999
```
100100
gsmenu:
101101
enabled: true

0 commit comments

Comments
 (0)