📄 shell.h
字号:
#ifndef _SHELL_H
#define _SHELL_H
#include "LCD_Dis.h"
#include "Lcd320240.h"
#include "GUI.h"
#include "SPLC501_LCD.h"
#include "gps_head.h"
#include "uart.h"
#include "44b0x.h"
#include "Nand.h"
#include "lcdconf.h"
#include <string.h>
#include "Flashled.h"
#include "Cn_oS_head.h"
#define SHELL_LONG 50
extern char shell_buffer[SHELL_LONG];
extern char shell_buffer_count;
extern char shell_full;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -