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

📄 readme.txt

📁 ct952 source code use for Digital Frame Photo
💻 TXT
字号:

        (C)Copyright CHEERTEK INC. 2003-2005,
            D300, all right reserved

// This is a read-me file for WinAV Firmware. It'll describe some improvements.
// For detail explanation, please look the comments in source files.

// ******** For different system, please modify "customer.h"
// If release to customer.
// [1] Please run release.bat to build release directory. Then rename to version name.
// [2] Please define "RELEASE_SETTING" in "customer.h"
// [3] WB_WINBOND-Key in "ir.h". 
// [4] WB_PANASONIC PANEL-Key in "key.h" 
// [5] Check "SW_VERSION" in "customer.h"

// To make servo codes, please keep in mind that select your loader in makefile "servo_module".
// If you use released version, please modify "servo_module" in makefile.

// The MPEG "RELEASE_SETTING" will open.
// [1] Enable PANEL_KEYSCAN.
// [2] Disable some DEBUG operations. [3] Enable the mechanism of Hang-Recover.

// Sub-Directorys are:
//  [1]  BMP      - put all CT908 btimap data.
//  [2]  boot	  - put booting code.
//  [3]  decoder  - put MPEG1/2 and JPG decoder.
//  [4]  display  - put display code.
//  [5]  info     - put the file system code.
//  [6]  mp4      - put DivX decoder code.
//  [7]  navigate - put CheerDVD Navigate protected code.
//  [8]  OBJS	  - put the onject code.
//  [9]  OSDChina - Chinese+English OSD files
//  [10] OSDEUR   - Europe OSD files. 
//  [11] parser	  - put parser code.
//  [12] servo    - put all servo code & compile in this sub-dir.
//  [13] tve      - put the TV encoder code.
//  [14] usb      - put the usb code.

// To build different language version:
//  1)Copy the files of directory "OSDEur" or "OSDChina" onto version directory.
//  2)Remove all string *.C files in dir OSDString 
//  3)#define SELL_DESTINATION  to your want within "customer.h".

// Want to set different configuration
//      . MPEG part    - "customer.h"- DECODER_SYSTEM

// Want to switch CT909S/CT909R platform.
//      . MPEG part    - "customer.h"- DECODER_SYSTEM

// Want to switch CT909R 64M/32M solution. Default is 32M now.

//      . MPEG part    - "internal.h"- DRAM_CONFIGURATION_TYPE
//                     - Copy font/string files in OSDString\OSDXX_XXM\*.* to OSDString\*.*.
//                     - Copy DVD909_XXM.ld to DVD909.ld                        

// Configure 8M flash solution
//  - Mark the define //#define SUPPORT_4M_FLASH from customer.h
//  - issue "make" to build code.

// Want to disable SERIAL_DEBUG (Don't disable it now)
// "customer.h"- SERIAL_DEBUG

// Modify "ir.h" for different IR-Mapping.
// Modify "key.h" for different VFD KeyScan-Mapping.
// Modify "panel.h" for different VFD DISPLAY.
// Modify "vfd_ctrl.h" for different VFD controller.

// **************   Default Setting     ******************
// The default setting is: SUPPORT_SERVO_SOURCE (CT909)
// Default Setting
//  *** [customer.h]
//      SELL_DESTINATION    CHINA
//      SUPPORT_LETTERBOX_SUBPICTURE

/**************************************************************************
Version :    2.78
Date    :    2007.05.24 / servo 2.77a(909R/P/G)
Chip    :    CT909P/G
Name    :    CheerTek (J200 WYC)
----------------------------------------------------------------------------
. MPEG1/2 Decoder Code Date
    - 05152007
. JPG Decoder Code Date
    - 05172007
. Display Code Date
    - 05102007
. DivX Code Date
    - 05152007
. Navigate Code Date
    - 05142007
. Parser Code Date
    - 05152007
. Usb Code Date
    - 05232007
. Info Code Date
    - 05232007
. Card Code Date
    - 05232007
. Audio Code Date
    - 04272007
. Servo Code version and date
    - 05242007
    
----------------------------------------------------------------------------
. Fixed Problem
    - Fix the bug 0003124: slide show

⌨️ 快捷键说明

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