lib/graphic/device/oled/oled_graphic_device.h¶
OLED device binding for the graphics subsystem. More...
Detailed Description¶
OLED device binding for the graphics subsystem.
See:
This module provides the integration layer between the generic OLED driver and the graphics device abstraction. It allows OLED displays to be used as rendering targets within the graphics framework.
The OLED graphics device adapter translates graphics operations (pixel drawing, area updates, etc.) into OLED-specific commands and memory layouts.
Source code¶
#pragma once
#include "device/graphic_device.h"
#include "oled.h"
void CFBDGraphic_BindOLEDAsDevice(CFBD_GraphicDevice* device, CFBD_OLED* oled);
// end of Graphics_OLED group
Updated on 2026-02-03 at 13:21:55 +0000