⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 font.h

📁 MST726驱动TFT屏程序,源代码!很好的资料
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -