代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/219503/14877974
paf lcd.paf
www.eeworm.com/read/118205/14881807
o lcd.o
www.eeworm.com/read/118205/14881962
err lcd.err
"lcd.c", line 79: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 95: Warning: C2917W: no side effect in void context: 'unary *'
"lcd.c", line 743: Warning: C291
www.eeworm.com/read/118205/14882036
o lcd.o
www.eeworm.com/read/118205/14882130
c 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"
#include ".\bmp\DEMO240320.h"
www.eeworm.com/read/118205/14882145
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void Test_Lcd_Stn_1Bit(void);
void Test_Lcd_Stn_2Bit(void);
void Test_Lcd_Stn_4Bit(void);
void Test_Lcd_Cstn_8Bit(void);
void Test_Lcd_Cstn_12Bit(void);
vo
www.eeworm.com/read/219315/14888574
c lcd.c
#include "..\inc\uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\sysUtils.h"
#define LCM_DELAY 1000
#define LCM_DELAY1 10000
//RS 信号接在 (GPC7)
//RW 信号接在 (G
www.eeworm.com/read/219240/14890764
h lcd.h
//**************************************************************************
//向LCD写入命令或数据************************************************************
#define LCD_COMMAND 0x00 // Command
#
www.eeworm.com/read/219195/14892238
c lcd.c
#include
#include
/* io configs */
#define sbi(io,bit) ( io |= (1
www.eeworm.com/read/219147/14893277
h lcd.h
/****************************** LCD.H ************************************/
/*********************** OCM12864LCD驱动 ********************************/
//液晶显示控制命令
#define disp_on 0x3f //开显示