Files
luban-lite-t3e-pro/bsp/artinchip/drv/display/panel/panel_dbi.h

20 lines
401 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
2024-09-03 11:16:08 +08:00
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
2023-08-30 16:21:18 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _PANEL_DBI_H_
#define _PANEL_DBI_H_
#include <aic_hal_dbi.h>
#include "panel_com.h"
int panel_dbi_default_enable(struct aic_panel *panel);
int panel_dbi_commands_execute(struct aic_panel *panel,
struct panel_dbi_commands *commands);
#endif /* _PANEL_DBI_H_ */