lv_port_disp.h 442 字节
Newer Older
mysterywolf's avatar
mysterywolf 已提交
1
/*
2
 * Copyright (c) 2006-2023, RT-Thread Development Team
mysterywolf's avatar
mysterywolf 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2021-10-18     Meco Man     The first version
 * 2022-05-13     Meco Man     support LVGL8.2.0 legacy version
 */
#ifndef LV_PORT_DISP_H
#define LV_PORT_DISP_H

#ifdef __cplusplus
extern "C" {
#endif

void lv_port_disp_init(void);

#ifdef __cplusplus
} /*extern "C"*/
#endif

#endif