compassOrientation property
Indicates how to rotate or invert the compass output to accurate display on the display.
Implementation
@$pb.TagNumber(11)
Config_DisplayConfig_CompassOrientation get compassOrientation => $_getN(10);
Implementation
@$pb.TagNumber(11)
set compassOrientation(Config_DisplayConfig_CompassOrientation value) =>
$_setField(11, value);