©
2022 DJI All Rights Reserved.
13
Canvas Mode
Canvas Mode enables the ight controller to display OSD elements (such as battery voltage and ight
distance) on the screen of the goggles. Users can congure which OSD elements to display and where
to display the OSD elements on the screen using the Betaight Congurator software.
Canvas Mode is compatible with Betaflight 4.3.0 and later.
1. Hardware Connection: connect the UART RX of the air unit to one of the UART TX serial ports (take
UART4 as an example) of the ight control board.
2. Configuring UART: open the Betaflight Configurator software and select Ports. Turn on the MSP
switch for the corresponding UART TX serial port (UART4) and set baud rate to 115200. Click Save
and Reboot.
3. Conguring CLI:
Select CLI from the Betaight Congurator software and make the following conguration:
1) Set the osd_displayport_device to MSP:
set osd_displayport_device = MSP
2) Specify the MSP serial port number. The number here should be the MSP UART TX serial port
number minus 1. In this example, it should be 3.
set displayport_msp_serial = 3
3) Save and exit:
save
Canvas Mode initial setup is complete.