Skip to main content

FbdevOutput(String, Nullable<PixelFormat>) Constructor

Create a Linux frame buffer device output

Definition

Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)

public FbdevOutput(
string fileName,
PixelFormat? format
)

Parameters

  String
The frame buffer device name. Defaults to the value in environment variable FRAMEBUFFER or /dev/fb0 when FRAMEBUFFER is not set
  Nullable(PixelFormat)
The required pixel format for the frame buffer. A null value will leave the frame buffer in the current pixel format. Otherwise sets the frame buffer to the required format

See Also

Reference

FbdevOutput Class
FbdevOutput Overload
Avalonia.LinuxFramebuffer Namespace