代码搜索:LCD_OUT
找到约 56 项符合「LCD_OUT」的源代码
代码结果 56
www.eeworm.com/read/385546/7070476
c lcd.c
/* lcd.c */
#include "..\def28x.h"
#include "lcd.h"
/*********** LCD interface (4 bit) ************
7 6 5 4 3 2 1 0
Port: Px = D7 D6 D5 D4 x E 0 RS
RS = 0(Control), 1
www.eeworm.com/read/101167/15842852
h lcd_out.h
// lcd_out.h
// header file for lcd_out.c
//
// copyright, Peter H. Anderson, Baltimore, MD, Dec, '00
void delay_10us(byte t); // max of 255 * 10 us
void delay_ms(long t); // delays t milli
www.eeworm.com/read/307059/13732255
txt xs.txt
#include "MSP430X14X.h"
#define LCD_DIR P5DIR
#define LCD_OUT P5OUT
#define LCD_SID BIT1
#define LCD_CLK BIT0
#define LCD_SID_1 LCD_OUT|=LCD_SID
#define LCD_SID_0 LCD_OUT&=~L
www.eeworm.com/read/364739/9896935
c main.c
#include "msp430x14x.h"
#define uint unsigned int
#define uchar unsigned char
#define LCD_DIR P4DIR
#define LCD_IN P4IN
#define LCD_OUT P4OUT
#define LCD_A0 BIT0
#define LCD_A0_OUT
www.eeworm.com/read/460889/7238662
fct dimmer00.fct
main DSTACK_USAGE:0 DSTACK_LEVEL:0 FILE:"Dimmer00.c" LINE:508
lcd_out DSTACK_USAGE:4 DSTACK_LEVEL:4 FILE:"Dimmer00.c" LINE:282
show_number DSTACK_USAGE:5 DSTACK_LEVEL:9 FILE:"Dimmer00.c" LINE:102
f