Skip to content

daisy::SSD130xDriver

More...

#include <oled_ssd130x.h>

Public Classes

Name
struct Config

Public Functions

Name
void Init(Config config)
size_t Width() const
size_t Height() const
void DrawPixel(uint_fast8_t x, uint_fast8_t y, bool on)
void Fill(bool on)
void Update()

Detailed Description

template <size_t width,
size_t height,
typename Transport >
class daisy::SSD130xDriver;

A driver implementation for the SSD1306/SSD1309

Public Functions Documentation

function Init

inline void Init(
    Config config
)

function Width

inline size_t Width() const

function Height

inline size_t Height() const

function DrawPixel

inline void DrawPixel(
    uint_fast8_t x,
    uint_fast8_t y,
    bool on
)

function Fill

inline void Fill(
    bool on
)

function Update

inline void Update()

Update the display

---

Updated on 2024-01-03 at 19:41:00 +0000