25 lines
469 B
C
Raw Normal View History

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-11-30 liang the first version
*/
#include <board.h>
#ifndef ARM2D_CONFIG_H_
#define ARM2D_CONFIG_H_
#define ARM2D_LCD_WIDTH LCD_WIDTH
#define ARM2D_LCD_HEIGHT LCD_HEIGHT
#define ARM2D_PFB_BLOCK_WIDTH LCD_WIDTH
#define ARM2D_PFB_BLOCK_HEIGHT 80
2022-09-08 13:01:04 +08:00
#define __GLCD_CFG_COLOUR_DEPTH__ 16
#endif