lin
2025-01-10 2e0fe69425adee0529756dc3381ac1838197f3ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* drivers/video/sunxi/disp2/disp/lcd/k101im2qa04.h
 *
 * Copyright (c) 2017 Allwinnertech Co., Ltd.
 * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
 *
 * k101im2qa04 panel driver
 *
 * 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 _MIPI_8_800X1280_H
#define _MIPI_8_800X1280_H
 
#include "panels.h"
 
extern __lcd_panel_t mipi_8_800x1280_panel;
 
#endif /*End of file*/