IEvsDisplayService

Interface defines the glasses display service

The service handles the glasses physical display

Functions

Link copied to clipboard

Returns the auto brightness controller

Link copied to clipboard

Returns the desecrate brightness controller

Link copied to clipboard
abstract fun getBrightness(): Short

Get the current glasses brightness level 0-255

Link copied to clipboard
abstract fun height(): Float

Returns the physical display height dimension

Link copied to clipboard
abstract fun isDisplayOn(): Boolean

Return true if the display is turned on

Link copied to clipboard
abstract fun setBrightness(value: Short)

Sets the glasses brightness level 0,255

Link copied to clipboard
abstract fun toggleDisplayOnOff()

Toggles the glasses display on\off state

Link copied to clipboard
abstract fun turnDisplayOff()

Turn the display off

Link copied to clipboard
abstract fun turnDisplayOn()

Turn the display on

Link copied to clipboard
abstract fun width(): Float

Returns the physical display width dimension