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

📄 readme.txt

📁 混泰CH7023,CH7024,CH7025视频解码芯片
💻 TXT
字号:
Version: WinCE4.2

This display driver is used on our Samsung 2410 Demo platform, and it just provide an example to show how to program CH7023/7024 or CH7025. You should modify these code based on your platform, or write code referenced this code.

Based on the primary display driver in SMDK2410 bsp, six files are added for using CH7025:

1) I2C.h and I2C.cpp: 		these two files provide methods to operate I2C bus of Samsung 2410 processor.
				Read and Write single registers through I2C bus are mainly used. If you have 
				your own I2C bus operating methods, remove or replace these two files.

2) UART.h and UART.cpp:		these two files proved methods to send or receive chars through UART. They are
				used mainly for debug. you can remove these two files or replace them with your
				own UART method.

3) S3C2410.h and S3c2410.cpp:	These two files provide show that how to operate Chrontel chip.


The s3c2410disp.cpp, s3c2410disp.h, makefile, sources and s3c2410disp.defare the primary files of display driver in SMDK2410 bsp, and mainly there are five places in s3c2410disp.cpp modified for using Chrontel chip, please check these files for your using Chrontel chip.


⌨️ 快捷键说明

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