From 3cacf9cee22806c6b7c814fdff9ae93dcac1c884 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 17 Oct 2013 17:38:44 +1000 Subject: Remove unnecessary file from RA8875 driver. --- drivers/gdisp/RA8875/ra8875.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 drivers/gdisp/RA8875/ra8875.h (limited to 'drivers/gdisp/RA8875/ra8875.h') diff --git a/drivers/gdisp/RA8875/ra8875.h b/drivers/gdisp/RA8875/ra8875.h deleted file mode 100644 index 43210b66..00000000 --- a/drivers/gdisp/RA8875/ra8875.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 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 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 - -- cgit v1.2.3