mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-13 19:12:00 +00:00
16 lines
258 B
C
16 lines
258 B
C
#ifndef DISPLAY_H
|
|
#define DISPLAY_H
|
|
|
|
#include <GxEPD2_BW.h>
|
|
#include <Fonts/FreeMonoBold9pt7b.h>
|
|
|
|
|
|
|
|
void setupDisplay();
|
|
|
|
void displayOpenFramebuffer();
|
|
void displayWriteFramebuffer(int offset, uint8_t buff[], int c);
|
|
void displayFlushFramebuffer();
|
|
|
|
|
|
#endif |