⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module framebuffer

Module framebuffer 

Source
Expand description

Video frame buffer operations

Provides scaling (nearest-neighbor, bilinear), pixel format conversion, color space conversion (YUV <-> RGB via BT.601), alpha blending, and framebuffer blitting. All math is integer-only (no FPU).