aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/epaper.h
blob: 26e18153630df789969f8f6f170cdc725cd7e7f0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EPAPER_H_
#define _EPAPER_H_

#include <stdint.h>

void EPD_Init();
int EPD_Draw(const uint8_t *old_image, const uint8_t *new_image);

#endif