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

📄 config.h

📁 按C51格式生成汉字字模的.c及.h的windows C源码
💻 H
字号:
#if !defined(__CONFIG_H__)
#define __CONFIG_H__  1

   #if defined(CAM_T100)
       #define SYNCMOS_8951
       #define CPU_MODE_8051
       #define UP_RATE_12M  1
       #define LCD_HSG19264_S6B0107_S6B0108
       #define LED_CONTROL
   #endif // defined(CAM_SW200)

   #if defined(CAM_T100_DEBUG)
       #define CPU_MODE_8051
       #define UP_RATE_12M  1
       #define LCD_HSG19264_S6B0107_S6B0108
       #define LED_CONTROL
   #endif // defined(CAM_SW200)

   #if defined(CAM_HW100)  // for hardware PBC test
       #define PBC_TEST
       #define SYNCMOS_8951
       #define CPU_MODE_8051
       #define UP_RATE_12M  1
       #define LCD_HSG19264_S6B0107_S6B0108
       #define LED_CONTROL
   #endif // defined(CAM_SW200)

   #if defined(CAM_T100_DEBUG)  // for hardware PBC test
       #define PBC_TEST
       #define CPU_MODE_8051
       #define UP_RATE_12M  1
       #define LCD_HSG19264_S6B0107_S6B0108
       #define LED_CONTROL
   #endif // defined(CAM_SW200)
#endif // __CONFIG_H__

⌨️ 快捷键说明

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