代码搜索:LCD_OUT
找到约 56 项符合「LCD_OUT」的源代码
代码结果 56
www.eeworm.com/read/491572/6437547
c as5030.c
// LCD module connections
sbit LCD_RS at PORTB.B0;
sbit LCD_RW at PORTB.B7;
sbit LCD_EN at PORTB.B6;
sbit LCD_D4 at PORTD.B4;
sbit LCD_D5 at PORTD.B5;
sbit LCD_D6 at PORTD.B6;
sbit LCD_D7 at
www.eeworm.com/read/344443/11879566
c msp430-fw-lcd.c
//===================================================================
//
// MSP430F149 based direct digital conversion
// software defined radio receiver
//
// (C) 2005 Jan Florian Wagner OH2G
www.eeworm.com/read/101167/15842778
c flash2.c
// FLASH2.C
//
// Same as FLAS1.C except that timing routines are located in lcd_out.h
// and lcd_out.c
//
// Continually flashes an LED on PORTD.4 in bursts of five flashes.
//
// This is inte
www.eeworm.com/read/101167/15842845
c font.c
// Program FONT.C
//
// Sequentially outputs ASCII characters to LCD
//
// copyright, Peter H. Anderson, Baltimore, MD, Dec, '00
#case
#device PIC16F877 *=16 ICD=TRUE
#include
www.eeworm.com/read/327673/13067734
h lcd.h
#ifndef __MSP430LCD_H__
#define __MSP430LCD_H__
#define LCD_DIR P5DIR
#define LCD_OUT P5OUT
#define LCD_IN P5IN
#define LCD_CLK BIT2
#define LCD_SID BIT3
#define LCD_CS BIT4
#d
www.eeworm.com/read/101167/15842794
c ad_1.c
// Program AD_1.C
//
// Illustrates the use of the A/D using polling of the adgo
// bit. Continually measures voltage on potentiometer on AN0
// and displays A/D value and angle.
//
//
// copy
www.eeworm.com/read/493561/6395454
mil main.mil
_Show_Splash_message:
begin
//main.c,17 :: LCD_Out(1,1," FINGER PRINT ");
FARG_LCD_Out+0
www.eeworm.com/read/416889/11010624
cp adc_on_lcd.cp
#line 1 "C:/Program Files/Mikroelektronika/mikroC/Examples/EasyPic4/P16F877A/ADC_on_LCD/ADC_on_LCD.c"
#line 1 "c:/program files/mikroelektronika/mikroc/examples/easypic4/p16f877a/adc_on_lcd/built_in.
www.eeworm.com/read/491572/6437540
cp as5030.cp
#line 1 "D:/PROJECT FILES/AS5030/AS5030.c"
sbit LCD_RS at PORTB.B0;
sbit LCD_RW at PORTB.B7;
sbit LCD_EN at PORTB.B6;
sbit LCD_D4 at PORTD.B4;
sbit LCD_D5 at PORTD.B5;
sbit LCD_D6 at PORTD.B
www.eeworm.com/read/101167/15842840
c ad_2.c
// Program AD_2.C
//
// Illustrates the use of the A/D using interrupts. Continually measures
// voltage on potentiometer on AN0 and displays A/D value and angle.
//
//
// copyright, Peter H. A