aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ED060SC4/ed060sc4.h
blob: 8a38f1352eba0bd1d653c5e749b390099095020c (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.org/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