19 lines
420 B
C
19 lines
420 B
C
|
/* display driver
|
||
|
*
|
||
|
* Copyright (c) 2017 Allwinnertech Co., Ltd.
|
||
|
* Author: Tyle <tyle@allwinnertech.com>
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
#ifndef __LP907QX_H__
|
||
|
#define __LP907QX_H__
|
||
|
|
||
|
#include "panels.h"
|
||
|
|
||
|
extern struct __lcd_panel_t lp907qx_panel;
|
||
|
|
||
|
#endif
|