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

17 lines
302 B
C
Raw Normal View History

2024-04-03 16:40:57 +08:00
/*
2024-09-03 11:16:08 +08:00
* Copyright (c) 2024, ArtInChip Technology Co., Ltd
2024-04-03 16:40:57 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _DISP_CCM_H_
#define _DISP_CCM_H_
static int ccm_lut[12] = {
0x0100, 0x0000, 0x0000, 0x0000,
0x0000, 0x0100, 0x0000, 0x0000,
0x0000, 0x0000, 0x0100, 0x0000,
};
#endif /* _DISP_CCM_H_ */