Video framebuffer information.

Method __init__ Build a FrameBuffer object from a Project.
Method width Property: Width of the framebuffer, in pixels.
Method size Property: Size of the framebuffer, in bytes.
Method line_size Property: Bytes per line (may be higher than width*bpp/8).
Method height Property: Height of the framebuffer, in pixels.
Method bpp Property: Number of bits per pixels.
Method physical_address Property: Physical address of the framebuffer.
Method is_paged Property: Paging status of the framebuffer.
Method __repr__ Undocumented
def __init__(self, project):

Build a FrameBuffer object from a Project.

See AlsoProject.framebuffer
@property
def width(self):

Property: Width of the framebuffer, in pixels.

@property
def size(self):

Property: Size of the framebuffer, in bytes.

@property
def line_size(self):

Property: Bytes per line (may be higher than width*bpp/8).

@property
def height(self):

Property: Height of the framebuffer, in pixels.

@property
def bpp(self):

Property: Number of bits per pixels.

@property
def physical_address(self):

Property: Physical address of the framebuffer.

@property
def is_paged(self):

Property: Paging status of the framebuffer.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.