2013-09-24 19:15:55 +00:00
|
|
|
/*
|
|
|
|
* 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:
|
|
|
|
*
|
2018-10-01 15:32:39 +00:00
|
|
|
* http://ugfx.io/license.html
|
2013-09-24 19:15:55 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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
|