代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/242260/13083882
c lcd.c
// Datei: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
// Holger Klabunde
// 29.07.2002
// Compiler AVR-GCC
#include
#include "lcd.h"
#include "protos.h"
www.eeworm.com/read/242260/13083894
h lcd.h
// Datei: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
// Holger Klabunde
// 23.07.2002
// Compiler AVR-GCC
//Ausg鋘ge f黵 die Ansteuerung der LCD-Anzeige
//PORTC AVR a
www.eeworm.com/read/242260/13083917
c lcd.c
// Datei: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 4 Bit Daten Mode
//
// Holger Klabunde
// 11.10.2002
// Compiler AVR-GCC
#include
#include "lcd.h"
#include "protos.h"
www.eeworm.com/read/242260/13083926
h lcd.h
// Datei: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 4 Bit Daten Mode
//
// Holger Klabunde
// 11.10.2002
// Compiler AVR-GCC
//Ausg鋘ge f黵 die Ansteuerung der LCD-Anzeige
//PORTC AVR a
www.eeworm.com/read/242260/13083962
c lcd.c
// Datei: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
// Holger Klabunde
// 29.07.2002
// Compiler AVR-GCC
#include
#include "lcd.h"
#include "protos.h"
www.eeworm.com/read/242260/13083971
h lcd.h
// Datei: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
// Holger Klabunde
// 23.07.2002
// Compiler AVR-GCC
//Ausg鋘ge f黵 die Ansteuerung der LCD-Anzeige
//PORTC AVR a
www.eeworm.com/read/140367/13085865
c lcd.c
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
www.eeworm.com/read/140367/13085869
h lcd.h
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
www.eeworm.com/read/140366/13085964
h 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
www.eeworm.com/read/140366/13085996
c lcd.c
#include "..\inc\board.h"
#include "..\inc\lcd.h"
int init_Lcd()
{
outl(CLKVAL