2022-11-24 16:08:56 +08:00
|
|
|
/*
|
2023-02-22 18:22:33 +08:00
|
|
|
* Copyright (c) 2006-2023, RT-Thread Development Team
|
2022-11-24 16:08:56 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2021-10-18 Meco Man The first version
|
|
|
|
*/
|
|
|
|
#include <lvgl.h>
|
|
|
|
#include <rtdevice.h>
|
|
|
|
|
|
|
|
void lv_port_indev_init(void)
|
|
|
|
{
|
|
|
|
}
|