14 lines
278 B
C
14 lines
278 B
C
|
/*
|
||
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2020-11-08 bigmagic first version
|
||
|
*/
|
||
|
#ifndef __DRV_ILI9486_H__
|
||
|
#define __DRV_ILI9486_H__
|
||
|
|
||
|
#endif//ILI9486
|