-
Datei
LCD_library.txt
//LCD Functions Developed by electroSome /*#define eS_PORTA0 0 #define eS_PORTA1 1 #define eS_PORTA2 2 #define eS_PORTA3 3 #define eS_PORTA4 4 #define eS_PORTA5 5 #define eS_PORTA6 6 #define eS_PORTA7 7*/ #define eS_PORTB0 10 #define eS_PORTB1 11 #define eS_PORTB2 12 #define eS_PORTB3 13 #define eS_PORTB4 14 #define eS_PORTB5 15 #define eS_PORTB6 16 #define eS_PORTB7 17 #define eS_PORTC0 20 #define eS_PORTC1 21 #define eS_PORTC2 22 #define eS_PORTC3 23 #define eS_PORTC4 24 #define eS_PORTC5 25 #define eS_PORTC6 26 #define eS_PORTD4 34 #define eS_PORTD5 35 #define eS_PORTD6 36 #define eS_PORTD7 37 #include
in „LCD Initialisierung funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD_Library_MF.c
//c-atei muss über add --> existing item eingefügt werden #include <avr/io.h> #include "LCD_Library_MF.h" #define F_CPU 32000000 #include <util/delay.h> //*************************************************************************// //Folgende defines können bei doppelbelegung auch einfach hier
in „Suche Bibliothek / Library: LCD für ATXMEGA“ · Platinen ·
-
Datei
LCD_Library_MF.h
#ifndef LCD_Library_MF_H #define LCD_Library_MF_H /************************************************************************* Title : Library für HD44780U kompatible LCD Displays Author: Matthias Frank File: Software
in „Suche Bibliothek / Library: LCD für ATXMEGA“ · Platinen ·
-
Datei
LCD_library_selber_geschrieben.c
#include <avr/io.h> #define F_CPU 32000000 #include <util/delay.h> #include "LCD_Library_MF.h" #include <stdlib.h> //Umwandlung von Zahlen in einen String char wert[7]; void Clock_init(void) { OSC.CTRL |= OSC_RC32MEN_bm; //aktiviert den internen 32MHz Oszillator. while(!(OSC.STATUS
in „Suche Bibliothek / Library: LCD für ATXMEGA“ · Platinen ·
-
Datei
Tristans_LCD_lib_4_bit.h
_LCD); PORT_REG_DATAPIN5_LCD &= ~(1<<REG_NR_DATAPIN5_LCD); PORT_REG_DATAPIN4_LCD |= (1<<REG_NR_DATAPIN4_LCD); enable_LCD_4bit_library_function(); _delay_ms(20); } void return_home_LCD (void) { PORT_REG_RS_LCD
in „Funkuhr+Wecker“ · Projekte & Code ·
-
Datei
lcd.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
lcd_gfx.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * lcd library for ssd1306/sh1106 oled-display is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FWPGANSIDC6NW3L.ino
/* LiquidCrystal Library - Stopwatch Demonstrates the use a 16x2 LCD display. The LiquidCrystal library works with all LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and
in „Stoppuhr TASTER“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
A700000006657144.pdf
without prior notice. ELECTRONIC ASSEMB∙YZeppelins∙D-82205 Gil∙Phone: +49-8105-7∙www.lcd-modu∙info@lcd-module.de Page 6 Arduino meets EA DOGM-Character series with ST7036 controller 2. Software library classname: dogm_7036 The library provides all necessary functions for using a EA DOGM-Textdisplay
in „EADOGM162W-A-Anzeige mit XMEGA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
usbd_usr.c
board (ie. USE_STM322xG_EVAL)" #endif LCD_LOG_Init(); #ifdef USE_USB_OTG_HS LCD_LOG_SetHeader(" USB OTG HS VCP Device"); #else LCD_LOG_SetHeader(" USB OTG FS VCP Device"); #endif LCD_UsrLog("> USB device library started.\n"); LCD_LOG_SetFooter
in „STM32F2xx - USB_OTG_FS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UM1052_PMSM_singledual_FOC_SDK_v3.3.pdf
with the LCD color display. It has been implemented over the LCD graphical library STMFC written in C++ language. ● Motor control protocol (CMCP_UI) is used to manage serial communications. The serial communication
in „BLDC Sinuskommutierung Ansteuerung H-Brücke“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
top_gesamt.vhd
7 downto 0); -- cmp clk mgnt signal cu_dac_cs, cu_adc_cs : std_logic; signal clk_adc, clk_dac, clk_lcd :std_logic; signal clk, clk20 : std_logic; -- LCD Steuerung -- signal lcd_db : std_logic_vector(7 downto 0); -- signal lcd_rs, lcd_rw, lcd_resetout, lcd_e, clk_lcd, lcd_ireset : std_logic; component
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD am I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „I2C, Mega32, Pollin-LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD an Arduino Nano via I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mw_lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „Zeilenadressen LCD 4x20 blau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „Bausatz Add-on für AVR-NET-IO“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD am I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD am I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „4x20-LCD läuft nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „Problem mit LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann 2014 clean up by Falk Brunner This library is
in „Probleme mit meinem LCD-Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann 2014 clean up by Falk Brunner This library is
in „Tastenentprellung seltsames Phänomen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „TC1602E-01 von Pollin über I2C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD am I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „Zeilenadressen LCD 4x20 blau“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „I2C, Mega32, Pollin-LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „LCD am I2C Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann 2014 clean up by Falk Brunner This library is
in „Tastenentprellung seltsames Phänomen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD von Peter Fleury“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.h
/***************************************************************************** i2clcd.h - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann This library is free software; you can redistribute
in „4x20-LCD läuft nicht richtig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2clcd.c
/***************************************************************************** i2clcd.c - LCD over I2C library Designed for HD44870 based LCDs with I2C expander PCF8574X on Atmels AVR MCUs Copyright (C) 2006 Nico Eichelmann and Thomas Eichelmann 2014 clean up by Falk Brunner This library is
in „Probleme mit meinem LCD-Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef __LCD_H #define __LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://
in „Display Programmierung mit GCC 16x4 Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_new.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „mal wieder ein LCD am Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „ATMega16 PORTA defekt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
***************************************************************************/ /** @defgroup pfleury_lcd LCD library @code #include <lcd.h> @endcode @brief Basic routines for interfacing a HD44780U-based text LCD display Originally based on Volker Oth's LCD library, changed lcd_init(), added additional constants for lcd_command(), added 4-bit I/O mode, improved and optimized code. Library can be operated in memory mapped mode (LCD_IO_MODE=0) or in 4-bit IO port mode (LCD_IO_MODE=1). 8-bit IO port mode not supported
in „LCD + ATMEGA32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD Initialisierung mit Fleury“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD Atmega8535 fehler beim Programm erstellen mit AVR-Studio“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „atmega8 und lcd“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD zeigt nur die Hälfte an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD zeigt nur die Hälfte an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „WinAVR Studio gibt Fehlermeldung aus beim "Build Projekt"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „Grafikfähiger LCD Controller für 320x240 LCD mit 4 Graustufen“ · Projekte & Code ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „Kompilieren von C Dateien in Kubuntu“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „Kompilieren von C Dateien in Kubuntu“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „LCD Displaytech 164a“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://jump.to
in „Mega8, Lcd, Fleury“ · Mikrocontroller und Digitale Elektronik ·