config.h

来自「按C51格式生成汉字字模的.c及.h的windows C源码」· C头文件 代码 · 共 37 行

H
37
字号
#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 + =
减小字号Ctrl + -
显示快捷键?