EPD_1in54r.h 339 B

123456789101112131415
  1. #ifndef __EPD_1IN54R_H_
  2. #define __EPD_1IN54R_H_
  3. #include "DEV_Config.h"
  4. // Display resolution
  5. #define EPD_1IN54R_WIDTH 152
  6. #define EPD_1IN54R_HEIGHT 152
  7. void EPD_1IN54R_Init(UBYTE mode);
  8. void EPD_1IN54R_Clear(void);
  9. void EPD_1IN54R_Display(const UBYTE *blackimage, const UBYTE *ryimage);
  10. void EPD_1IN54R_Sleep(void);
  11. #endif