- ESP32 Platform from 2025.07.31 to 2025.08.30, Framework (Arduino Core) from v3.1.3.250712 to v3.1.3.250808 and IDF from v5.3.3.250707 to v5.3.3.250801 (#23778) - Epdiy library from v1.0.0 to v2.0.0
13 lines
246 B
C
13 lines
246 B
C
#pragma once
|
|
|
|
#include "epdiy.h"
|
|
/**
|
|
* Initialize the EPD renderer and its render context.
|
|
*/
|
|
void epd_renderer_init(enum EpdInitOptions options);
|
|
|
|
/**
|
|
* Deinitialize the EPD renderer and free up its resources.
|
|
*/
|
|
void epd_renderer_deinit();
|