Enumeration Config_DisplayConfig_CompassOrientation

from enum meshtastic.Config.DisplayConfig.CompassOrientation

Enumeration Members

DEGREES_0

The compass and the display are in the same orientation.

from enum value: DEGREES_0 = 0;

DEGREES_0_INVERTED

Don't rotate the compass, but invert the result.

from enum value: DEGREES_0_INVERTED = 4;

DEGREES_180

Rotate the compass by 180 degrees.

from enum value: DEGREES_180 = 2;

DEGREES_180_INVERTED

Rotate the compass by 180 degrees and invert.

from enum value: DEGREES_180_INVERTED = 6;

DEGREES_270

Rotate the compass by 270 degrees.

from enum value: DEGREES_270 = 3;

DEGREES_270_INVERTED

Rotate the compass by 270 degrees and invert.

from enum value: DEGREES_270_INVERTED = 7;

DEGREES_90

Rotate the compass by 90 degrees.

from enum value: DEGREES_90 = 1;

DEGREES_90_INVERTED

Rotate the compass by 90 degrees and invert.

from enum value: DEGREES_90_INVERTED = 5;