代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
#include "cpu_reg.h"
extern const Uint16 LIB16x24[];
extern const Uint16 LIB24x24[];
extern const Uint16 LIB16x16[];
extern const Uint16 LIB8x16[];
extern const Uint16 LIB64[];
extern c
lcd.c
#include "lcd.h"
#include
extern unsigned char const ASCII[95][16];
extern unsigned char const HZK16[6768][32];
extern unsigned char const Image1[512];
extern unsigned char const
lcd.h
#include "LPC2294.h"
#define LCD_WR 0x800000
#define LCD_RD 0x400000
#define LCD_CS 0x10000
#define LCD_RS 0x200000
#define L
lcd.h
//LCDCON1
#define CLKVAL 4
#define WLH 0x02
#define WDLY 0x01
#define MMODE 0x00
#define DISMODE 0x01
#define INVCLK 0x00
#define INVLINE 0x00
#define INVFRAME 0x00
#define IN
lcd.c
#include "..\inc\board.h"
#include "..\inc\lcd.h"
int init_Lcd()
{
outl(CLKVAL
lcd.err
"lcd.c", line 9700: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 9716: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 10426: Warning
lcd.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
#include ".\bmp\DEMO256.h"
void Lcd_Port_Init(void);