跳转至

OLED Graphics Device Adapter

Module: Graphics Device Abstraction

OLED-specific graphics device implementation. More...

Functions

Name
void CFBDGraphic_BindOLEDAsDevice(CFBD_GraphicDevice * device, CFBD_OLED * oled)

Detailed Description

OLED-specific graphics device implementation.

This module implements the graphics device interface for OLED displays. It bridges the generic graphics API with OLED-specific hardware capabilities and rendering characteristics.

The OLED graphics adapter enables:

  • Standard graphics operations on OLED displays
  • Seamless integration with the graphics widget framework
  • Consistent rendering interface across different OLED controllers

Functions Documentation

function CFBDGraphic_BindOLEDAsDevice

void CFBDGraphic_BindOLEDAsDevice(
    CFBD_GraphicDevice * device,
    CFBD_OLED * oled
)

Updated on 2026-02-03 at 13:21:55 +0000