You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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