idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
mono_framebuffer.hpp File Reference

Framebuffer for monochrome (1-bpp) displays. More...

#include <idfxx/error>
#include <idfxx/lcd/panel>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <span>
#include <vector>

Go to the source code of this file.

Classes

class  idfxx::lcd::mono_framebuffer
 In-memory framebuffer for monochrome (1 bit per pixel) displays. More...
 

Namespaces

namespace  idfxx
 
namespace  idfxx::lcd
 LCD driver classes.
 

Detailed Description

Framebuffer for monochrome (1-bpp) displays.

Definition in file mono_framebuffer.hpp.