Part of reven.api View In Hierarchy
Video framebuffer information.
| Method | __init__ | Build a FrameBuffer object from a
reven_api.framebuffer_information. |
| Method | width | Width of the framebuffer, in pixels. |
| Method | size | Size of the framebuffer, in bytes. |
| Method | line_size | Bytes per line (may be higher than width*bpp/8). |
| Method | height | Height of the framebuffer, in pixels. |
| Method | bpp | Number of bits per pixels. |
| Method | physical_address | Framebuffer physical address. |
| Method | is_paged | Framebuffer paging status. |
| Method | __repr__ | Undocumented |