📄 st7669.h
字号:
#ifndef _ST7669_H_
#define _ST7669_H_
//;----------------------------------------------------------------------
//; configuration
//;----------------------------------------------------------------------
#define LCM_BPP 16 //; bit-per-pixel
#define LCM_COLOR_MATRIX RGB_MATRIX_565 //; RGB[5,6,5]
#define LCM_X_OFF 2
#define LCM_Y_OFF 2
#define LCM_WIDTH 160
#define LCM_HEIGHT 128
#define LCM_MEM_SZ (LCM_WIDTH*LCM_HEIGHT*16/8)
//;----------------------------------------------------------------------
//; H/W supported function
//;----------------------------------------------------------------------
#define LCM_HW_SET_REGION 1
#endif //;_ST7669_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -