mst705Ȧ

来自「MST705源代码」· 代码 · 共 13 行

TXT
13
字号
#ifdef COMPRESS_MONO_FONT
  extern code BYTE tCompressMonoFontData[2000];

  #ifdef PROP_FONT
    extern code WORD tMonoFontDataAddr[126]
  #endif
#else // No compress
  extern code BYTE tMonoFontData[3402]; // Format 1: 3 bytes ==> 2 lines
  extern code WORD tMonoFontData_F2[2268]; // Format 2: 1 word ==> 1 line

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?