blob: 1f95be534905e70776e48c4ec561c4c6bb4477fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* 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
|