driver.c

来自「it is a sample code for s3c2410 board.」· C语言 代码 · 共 35 行

C
35
字号
// --------------------------------------------------------------------
//
//   Title     :  DRV_LCD.C
//             :
//   Library   :
//             :
//   Developers:  MICROTIME MDS group
//             :
//   Purpose   :  Driver for AF-128128CFI-H LCD
//             :
//   Limitation:
//             :
//   Note      :
//             :
// --------------------------------------------------------------------
//   modification history :
// --------------------------------------------------------------------
//   Version| mod. date: |
//   V1.0   | 03/28/2003 | First release
// --------------------------------------------------------------------
//
// Note:
//
//       MICROTIME COMPUTER INC.
//
//
#include    <stdarg.h>
#include    <string.h>
#include    <stdio.h>

#include    "4510addr.h"
#include    "GenFont8_8.h"
#include    "driver.h"

//LCD 

⌨️ 快捷键说明

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