connect-sdk / de.proglove.sdk.display / RefreshType
RefreshType
enum class RefreshType
The refresh type, the display should be using when setting a screen.
Enum Values
Name | Summary |
---|---|
DEFAULT | Uses the default refresh strategy defined by ProGlove. Partial or full refresh might be used. |
FULL_REFRESH | Uses a full refresh for this screen setting. This will take a bit longer, but removes artifacts from previous screens. Full-refresh will definitely be used. |
PARTIAL_REFRESH | Uses a partial refresh for this screen setting. This will be faster than a full refresh, but may produce artifacts of the current screen on the display. Partial-refresh will definitely be used. |