oleavr-rgl-a500-mini-linux-.../drivers/video/sunxi/disp/lcd/panels/tft720x1280.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

19 lines
518 B
C

/* display driver
*
* Copyright (c) 2017 Allwinnertech Co., Ltd.
* Author: Tyle <tyle@allwinnertech.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __TFT720x1280_PANEL_H__
#define __TFT720x1280_PANEL_H__
#include "panels.h"
extern struct __lcd_panel_t tft720x1280_panel;
extern s32 bsp_disp_get_panel_info(u32 screen_id, disp_panel_para *info);
#endif