17 lines
376 B
C
17 lines
376 B
C
|
/*
|
||
|
* This file is subject to the terms of the GFX License. If a copy of
|
||
|
* the license was not distributed with this file, you can obtain one at:
|
||
|
*
|
||
|
* http://ugfx.io/license.html
|
||
|
*/
|
||
|
|
||
|
#ifndef _ED060SC4_H_
|
||
|
#define _ED060SC4_H_
|
||
|
|
||
|
#include "gfx.h"
|
||
|
|
||
|
/* Control command for flushing all data to display. */
|
||
|
#define GDISP_CONTROL_FLUSH (GDISP_CONTROL_LLD + 0)
|
||
|
|
||
|
#endif
|