lib/oled/driver/device/ssd1306/ssd1306.h¶
SSD1306 device-specific descriptor and factory. More...
Functions¶
| Name | |
|---|---|
| CFBD_OLED_DeviceSpecific * | getSSD1306Specific() |
Detailed Description¶
SSD1306 device-specific descriptor and factory.
See:
- CFBD_OLED_DeviceSpecificfor the generic interface
- device_interface.hfor base types
This module provides the SSD1306-specific implementation of the device descriptor interface. It delivers initialization sequences, GRAM buffers, and communication parameters tailored for SSD1306-based displays.
The SSD1306 is a common monochrome OLED controller featuring:
- 128x64 pixel resolution (typical)
- I2C or SPI communication interface
- 256-byte graphics RAM
- Multiplex and COM output configurations
Functions Documentation¶
function getSSD1306Specific¶
Source code¶
#pragma once
#include "driver/device/device_interface.h"
CFBD_OLED_DeviceSpecific* getSSD1306Specific();
Updated on 2026-02-03 at 13:21:55 +0000