📄 lcdconf.h
字号:
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applications *
**********************************************************************
----------------------------------------------------------------------
File : LCDConf.h
Purpose : Sample configuration file
----------------------------------------------------------------------
ATTENTION
Do not modify this file. It will have no effect, since this
configuration has been used to compile the libraries.
You will need the GUI sources for changes in these settings to become
effective.
*/
#ifndef LCDCONF_H
#define LCDCONF_H
/*********************************************************************
*
* General configuration of LCD
*
**********************************************************************
*/
#define LCD_XSIZE 320 /* X-resolution of LCD, Logical coor. */
#define LCD_YSIZE 240 /* Y-resolution of LCD, Logical coor. */
#define LCD_VYSIZE 720 /* Virtual Y-resolution */
#define LCD_BITSPERPIXEL 4
#define LCD_CONTROLLER 1300
/*********************************************************************
*
* Full bus configuration
Not required in trial version -- No hardware
*/
/*********************************************************************
*
* Define contents of registers
Not required in trial version -- No hardware
*/
#endif /* LCDCONF_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -