rt-thread/bsp/renesas/ra6m3-ek/board/lvgl/lv_port_indev.c

17 lines
321 B
C
Raw Normal View History

2022-11-24 16:08:56 +08:00
/*
* Copyright (c) 2006-2022, RT-Thread Development Team
*
* 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)
{
static lv_indev_drv_t indev_drv;
}