Module framebuffer_device

Module framebuffer_device 

Source
Expand description

§Framebuffer Character Device Module

This module provides character device interface for framebuffer access. It integrates with the GraphicsManager to provide user-space access to framebuffer resources through the standard character device interface.

§Overview

The FramebufferCharDevice provides:

  • Basic read/write operations to framebuffer memory
  • Control operations (ioctl-equivalent) for device configuration
  • Integration with GraphicsManager for resource management
  • Standard character device interface for user programs
  • Support for Linux-compatible framebuffer ioctls

Modules§

framebuffer_commands
Linux framebuffer ioctl command constants These provide compatibility with Linux framebuffer applications

Structs§

FbBitfield
Bitfield information for color components
FbFixScreenInfo
Fixed screen information structure (Linux fb_fix_screeninfo compatible)
FbVarScreenInfo
Variable screen information structure (Linux fb_var_screeninfo compatible)
FramebufferCharDevice
Framebuffer character device implementation
MockMapping 🔒
Mock mapping for testing purposes