libepaper 2.0.0
A C++23 library for controlling Waveshare e-paper displays on Raspberry Pi, featuring transparent sleep/wake management and a fluent builder API.
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
mock_driver.hpp File Reference
#include "epaper/core/device.hpp"
#include "epaper/core/errors.hpp"
#include "epaper/drivers/capabilities.hpp"
#include "epaper/drivers/driver.hpp"
#include "epaper/graphics/pixel_codec.hpp"
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <expected>
#include <filesystem>
#include <format>
#include <span>
#include <vector>
Include dependency graph for mock_driver.hpp:

Go to the source code of this file.

Classes

class  epaper::MockDriver
 
struct  epaper::driver_traits< MockDriver >
 

Namespaces

namespace  epaper
 

Functions

auto stbi_write_png (char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes) -> int
 

Function Documentation

◆ stbi_write_png()

auto stbi_write_png ( char const *  filename,
int  w,
int  h,
int  comp,
const void *  data,
int  stride_in_bytes 
) -> int
Examples
/mnt/nas/libepaper/include/epaper/drivers/mock_driver.hpp.
Here is the caller graph for this function: