public final class SystemDisplay
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
SystemDisplay() |
Modifier and Type | Method and Description |
---|---|
static DisplayInterface |
initializeRealDisplay()
Initialize real on-brick display.
|
static JavaFramebuffer |
initializeRealFramebuffer()
Initialize real on-brick display with framebuffer.
|
public static DisplayInterface initializeRealDisplay()
Initialize real on-brick display.
BEWARE: this function may be called only once, otherwise the behavior is undefined.
java.lang.RuntimeException
- initialization of the display failspublic static JavaFramebuffer initializeRealFramebuffer()
Initialize real on-brick display with framebuffer.
BEWARE: this function may be called only once, otherwise the behavior is undefined.
java.lang.RuntimeException
- initialization of the display or framebuffer fails