table.c
来自「C语言编写的监控中心终端程序。基于GPRS上传收发数据功能」· C语言 代码 · 共 28 行
C
28 行
#include "rom.h"
#include "userinit.h"
#ifndef SUPPORT_SDRAM_FONT
#include ".\fonthzk.c16"
#if ROM_SIZE == 80
#include ".\fontasc.c24"
#include ".\fonthzk.c24"
#else
const unsigned char ASC24[] = {};
const unsigned char HZK24[] = {};
#endif
#endif
#if !defined(SUPPORT_SDRAM_FONT) || (ROM_SIZE == 40)
#include ".\unicode.c"
#endif
#include ".\iconhzk.c"
#if 0
#include ".\iconset.c"
#endif
#ifdef SUPPORT_IME_FUNCTION
#include ".\imedata.c"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?