Harry Chen / EPD_GDEW075T8

Dependents:   EInkTest

GDEW075T8.h

Committer:
HarryChen
Date:
2018-10-15
Revision:
1:6ae4383194a1
Parent:
0:518ad5d26088
Child:
2:73f957691c31

File content as of revision 1:6ae4383194a1:

#ifndef __GDEW075T8_H
#define __GDEW075T8_H 

#include "PixelSource.h"

namespace GDE {
    
    const int BUFFER_SIZE = 640 * 384 / 8;

    void start();
    void stop();
    void refresh();
    
    void showPixels(PixelSource &source, bool needRefresh = true);

}

#endif