-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „Umstieg von Atmega8 auf Atmega168 LCD initialisiert nicht mehr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „ADC-Wert nicht linear beim Einlesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tt.diff
lcd-routines.h (Arbeitskopie) @@ -1,4 +1,5 @@ #include "config.h" +#include <stdint.h> // Interfacing of a HD44780 compatible LCD with 4-Bit-Interface mode // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial Index: main.c =================================================================== --- main.c (Revision
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „Pollin LCD 2x8 Ansteuerung (gcc, ATmega328, AVR-Studio)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „LCD Atmega 168 Problem initialisiert nicht, kann mir jemand compilieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „LCD 162D mit ATmega8535“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „Display nach Tutorial Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #include <avr/pgmspace.h> /////
in „Display nach Tutorial Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_routinen.c
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // // Die Pinbelegung ist über defines in lcd-routines.h eingestellt #include <avr/io.h> #include "lcd_routinen.h" #include <util/delay.h> /////////////////
in „avr-gcc stört sich an uint_8 und uint“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IoPort.h
#endif } uBits_t; #define GLUE(a,b) a##b // aus WinAVR-20090313\doc\avr-libc\examples\stdiodemo/hd44780.c #define PORTBITS(reg,port,bits) ((*(volatile uBits_t*)&GLUE(reg,port)).GLUE(b,bits)) // reg=DDR/PORT/PIN, port=A/B/C/..., z.B. PORTBITS(PORT,C,1) ergibt PORTC.b1 #define DDR(x) PORTBITS(DDR, x)
in „Präprozessor“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_H #define LCD_H /////////////////////////////////////////////////
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #define CLEAR_DISPLAY 0x10 #define
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #define CLEAR_DISPLAY 0x10 #define
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #define CLEAR_DISPLAY 0x10 #define
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD EA W204B-NLW“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H #define CLEAR_DISPLAY 0x10 #define
in „IC2 und display PCF8577“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
IoPort.h
#endif } uBits_t; #define GLUE(a,b) a##b // aus WinAVR-20090313\doc\avr-libc\examples\stdiodemo/hd44780.c #define PORTBITS(reg,port,bits) ((*(volatile uBits_t*)&GLUE(reg,port)).GLUE(b,bits)) // reg=DDR/PORT/PIN, port=A/B/C/..., z.B. PORTBITS(PORT,C,1) ergibt PORTC.b1 #define DDR(x) PORTBITS(DDR, x)
in „Data-Direction-Adresse immer eine Adresse höher als Port-Ausgabeadresse?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
/* * lcd-routines.h * * Created on: 14.04.2013 * Author: Oki */ // Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD-Display 204B - brauche Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
xlcd.h
peripheral routines. * * Notes: * - These libraries routines are written to support the * Hitachi HD44780 LCD controller. * - The user must define the following items: * - The LCD interface type (4- or 8-bits) * - If 4-bit mode * - whether using the upper or lower nibble * - The data port * - The tris
in „Cursor setzen LCD Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
xlcd.h
peripheral routines. * * Notes: * - These libraries routines are written to support the * Hitachi HD44780 LCD controller. * - The user must define the following items: * - The LCD interface type (4- or 8-bits) * - If 4-bit mode * - whether using the upper or lower nibble * - The data port * - The tris
in „was genau ist eine library“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
//==== Datei '''lcd-routines.h''' ==== //<syntaxhighlight lang="c"> // Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD-Display (HD44780) keine Ausgabe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „Mal wieder: LCD will nicht (Atmega, GCC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „EA DOG 3,3V 4bit (AVR-GCC-Tutorial/LCD-Ansteuerung)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
/* * lcd_routines.h * * Created: 14.05.2016 17:21:17 * Author: Tobi */ // Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „20x4 LCD an MyAVR Board anbinden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
/* * lcd_routines.h * * Created: 04.04.2014 13:56:41 * Author: toni */ // Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „Speichermöglichkeit!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „Menüsteuerung von Taster auf Drehencoder umbauen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_Prints.pdf
DB6 14 E 4k7 16 V0 DB7 K 10 C7 B7 7 11 C6 B6 6 GND LC Display 16 character 2 lines white Backlight HD44780 12 C5 B5 5 13 4 14 C4 B4 3 15 C3 B3 2 Supply 16 C2 B2 1 VCC VCC VCC VCC +5 C1 B1 100nF +5V i J0 9 COM 7 C7 Res2 L1 22 µH RT1 0 ULN2003AD 2 4 VIN T SW 6 1 2 Res2 C8 C9 REN1 S 1 52k3 C10 C11 1 Cap Cap
in „[Artikel] Motoransteuerung mit PWM“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd2.c
* LCD-Funktionen * Version: 2.0 * 11.05.2005 * Gaston K * * CPU: ATmega8515 * LCD: 2x16 Zeichen, HD44780 kompatibel * Ansteuerung im 4-Bit Modus ****************************************************************************/ #include <stdio.h> // Bibliothek der Standardfunktionen von C #include <io.h>
in „LCD - 4Bit - Textausgabe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
1.asm
* * ;* Controller-Typ Atmel 90S8515 * ;* Taktfrequenz @ 4MHz * ;* LCD 2 Zeilen @ 20 Zeichen * ;* HD44780 kompatiebel * ;* PortA Datenbit BD0-DB7 von LCD * ;* * ;* Unterprogramme: * ;* * ;**************************************** .include "8515def.inc" ;Definitionsdatei einbinden ;**** Definitionen ***
in „LCD Hilfe ich werde irre“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_test.c
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial // void lcd_data(unsigned char temp1); void lcd_string(char *data); void lcd_command(unsigned char
in „Problem mit LCD an ATMega 644“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.c
lcd-routines.c * * Created on: 10.02.2010 * Author: flozilla * modified by stromflo */ // Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // // Die Pinbelegung ist über defines in lcd-routines.h einstellbar #include <avr
in „At xmeg 128 (3,3V) mit LCD Display (5V) verbinden (in C)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hilfe.txt
intended for easy interfacing between C programs and alphanumeric LCD modules built with the Hitachi HD44780 chip or equivalent. The prototypes for these functions are placed in the file lcd.h, located in the ..\INC subdirectory. This file must be #include -ed before using the functions. Prior to #include
in „sekundenzähler mit timer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
/* Code to drive HD44780 Display * via PCF8574 I2C 8bit I/O Expander * * Version 1.0 * * (c) Michael "ScriptKiller" Arndt * http://scriptkiller.de/ * <scriptkiller@gmx.de> * * This program is free software; you can redistribute
in „HD44780 an PCF8574“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
xlcd.h
PICDEM 2 PLUS LCD SETUP * * Notes: * - These libraries routines are written to support the * Hitachi HD44780 LCD controller. * - The user must define the following items: * - The LCD interface type (4- or 8-bits) * - If 4-bit mode * - whether using the upper or lower nibble * - The data port * - The tris
in „Programmer, Debugger problem mit MPLAB - PIC 18f4520“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TEMPMEAS.c
*******************************************************************/ #include "main.h" #include "HD44780_2.h" #define MIT_NAMEN 1 // 0= ohne, 1=mit Namen in DS1820 void start_meas( void ){ if( W1_IN & 1<< W1_PIN ){ w1_command( CONVERT_T, NULL ); W1_OUT |= 1<< W1_PIN; W1_DDR |= 1<< W1_PIN; // parasite
-
Datei
lcd_routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD ansteuerung mit einem ATMega16 und I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD ansteuerung mit einem ATMega16 und I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcdroutines.h
// Ansteuerung eines HD44780 kompatiblen LCD im 4-Bit-Interfacemodus // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // #ifndef LCD_ROUTINES_H #define LCD_ROUTINES_H ///////////////////////////////
in „LCD Keypad Shield zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd-blueline-w.pdf
Zeichen (Verwendung: "DD RAM Address Set", "Data Write"). T 2 DOTMA TRIX LCD´S . BEFEHLSSATZ DES HD44780 . d a g d Code Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0
in „LCD +Bascom zeigt 1. Zeile Nix 2. Zeile voll“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd-blueline-w.pdf
Zeichen (Verwendung: "DD RAM Address Set", "Data Write"). T 2 DOTMA TRIX LCD´S . BEFEHLSSATZ DES HD44780 . d a g d Code Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0
in „Problem beim init eines lcd in Bascom“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
blueline-w.pdf
Zeichen (Verwendung: "DD RAM Address Set", "Data Write"). T 2 DOTMA TRIX LCD´S h BEFEHLSSATZ DES HD44780 d s s d Code Execute l r l Instruction RS R/WDB DB DB DB DB DB DB DB Description Time F W r 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B d l i Clear Display 0 0 0 0 0 0
in „LCD 204B-NLW & AtMega32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EAS.pdf
Zeichen (Verwendung: "DD RAM Address Set", "Data Write"). T 2 DOTMA TRIX LCD´S . BEFEHLSSATZ DES HD44780 . d a g d Code Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0
in „LCD-Display (HD44780) keine Ausgabe“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD204BBL_EAS.pdf
Zeichen (Verwendung: "DD RAM Address Set", "Data Write"). T 2 DOTMA TRIX LCD´S . BEFEHLSSATZ DES HD44780 . d a g d Code Execute l i l Instruction R/W DB DB DB DB DB DB DB DB Description Time F W r RS 7 6 5 4 3 2 1 0 (max.) s n g Clears all displayand returns the cursor B e n i Clear Display 0 0 0 0 0
in „Benötige Hilfe bei 4x20 LCD Treiber von Peter Danegger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_4Bit_changed.c
/*** Author: Grigoruta Cristian ***/ /*** Date: 27.April.07 ***/ /*** ***/ /*** LCD Routine for HD44780 / KS0066 LCD-Controller 4 - Bit Mode ***/ /*** Tested with AT89C2051 @ 12MHz ***/ /*** ***/ /**************************************************************************/ /**************************
-
Datei
lcd.h
"../lcdconf.h" #define LCD_DELAY asm volatile ("nop\n nop\n nop\n nop\n nop\n nop\n nop\n"); // HD44780 LCD controller command set (do not modify these) // writing: #define LCD_CLR 0 // DB0: clear display #define LCD_HOME 1 // DB1: return to home position #define LCD_ENTRY_MODE 2 // DB2: set entry mode
in „LCD ES DIP204“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.txt.txt
--------------------------------------------------------------------- LCD-Routine für KS0070 und HD44780 im 4Bit Modus --------------------------------------------------------------------------------------- Für die Ansteuerung des Displays werden 6 Pins benötigt. Pinbelegung: PORT Pin LCD_RS RS PORT
in „LCD 4x20 hängt sich nach der Zeit auf!“ · Mikrocontroller und Digitale Elektronik ·