Enumeration Config_DisplayConfig_CompassOrientation

from enum meshtastic.Config.DisplayConfig.CompassOrientation

Enumeration Members

DEGREES_0: 0

The compass and the display are in the same orientation.

from enum value: DEGREES_0 = 0;

DEGREES_0_INVERTED: 4

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

from enum value: DEGREES_0_INVERTED = 4;

DEGREES_180: 2

Rotate the compass by 180 degrees.

from enum value: DEGREES_180 = 2;

DEGREES_180_INVERTED: 6

Rotate the compass by 180 degrees and invert.

from enum value: DEGREES_180_INVERTED = 6;

DEGREES_270: 3

Rotate the compass by 270 degrees.

from enum value: DEGREES_270 = 3;

DEGREES_270_INVERTED: 7

Rotate the compass by 270 degrees and invert.

from enum value: DEGREES_270_INVERTED = 7;

DEGREES_90: 1

Rotate the compass by 90 degrees.

from enum value: DEGREES_90 = 1;

DEGREES_90_INVERTED: 5

Rotate the compass by 90 degrees and invert.

from enum value: DEGREES_90_INVERTED = 5;