aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/RA8875/ra8875.h
blob: 7c25cf425d021bab40d86377a11f9ad7906e6313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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://chibios-gfx.com/license.html
 */

#ifndef RA8875_H
#define RA8875_H

#define mHIGH(x) (x >> 8)
#define mLOW(x) (x & 0xFF)

#define RA8875_WRITE_MEMORY_START		0x0002
#define RA8875_READ_MEMORY_START		0x0002

#endif