Added a function that can refresh only part of the screen area.
This commit is contained in:
parent
fb3ce18166
commit
ce29fad2c3
4 changed files with 376 additions and 316 deletions
|
|
@ -47,6 +47,7 @@ public:
|
|||
void DisplayFrame(const UBYTE *Image);
|
||||
void SendCommand(unsigned char command);
|
||||
void DisplayFrame_Partial(const UBYTE *Image, UWORD Xstart, UWORD Ystart, UWORD iwidth, UWORD iheight);
|
||||
void DisplayFrame_Part(const UBYTE *Image, UWORD Xstart, UWORD Ystart, UWORD Xend, UWORD Yend, bool isGC);
|
||||
void SendData(unsigned char data);
|
||||
void Sleep(void);
|
||||
void Clear(UBYTE mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue