-
Datei
LCD-Componenten.txt
################################################################################################ library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Mux1 is Port ( lcd_e_i : in STD_LOGIC; lcd_e_w : in STD_LOGIC; MuxS : in STD_LOGIC; lcd_e : out STD_LOGIC); end Mux1; architecture Mux1_a of Mux1 is begin
in „LCD Ansteuerung mit spartan-3E starter“ · FPGA, VHDL & Co. ·
-
Datei
lcd_driver.vhd
; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity lcd_driver is Port ( SYSCLK : in STD_LOGIC; RESET : in STD_LOGIC; LCD_RW : out STD_LOGIC; LCD_E : out STD_LOGIC; LCD_RS : out STD_LOGIC; LCD_DATA : out STD_LOGIC_VECTOR (3 downto 0) --LED : out STD_LOGIC_VECTOR (7 downto 0) ); end lcd_driver; architecture Behavioral of lcd_driver is --------
-
Datei
sketch_jan07bx.ino
=========== // int tranckZahl = 6 ; // Anzahl der Getraencke #define tranckZahl 6 // include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(8, 9, 4, 5, 6, 7); // === Global === int pushRIGHT = 0 ; // =1= RIGHT wurde gedruckt
in „Display Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.vhd
code. -- library UNISIM; -- use UNISIM.VComponents.all; entity lcd is port ( i_clock : in std_logic; i_reset : in std_logic; o_lcd_data : out std_logic_vector(3 downto 0); o_lcd_e : out std_logic; o_lcd_rs : out std_logic
in „Ansteuerung LCD Display(Spartan3E)“ · FPGA, VHDL & Co. ·
-
Datei
Arduino_lib.txt
license.\n /// See http://www.mathertel.de/License.aspx /// /// \details /// This library can drive a Liquid Crystal Display (LCD) based on the Hitachi HD44780 chip that is connected /// through a PCF8574 I2C adapter. It uses the original Wire library for communication. /// The API if
in „PCF8574 I2c Adapter mit ASM ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_src.vhd
library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity main_src is port (CLK: in std_logic; LCD_E: out std_logic; LCD_RS: out std_logic
-
Datei
main.vhd
; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity main_src is port (CLK: in std_logic; LCD_E: out std_logic; LCD_RS: out std_logic
-
Datei
main.vhd
; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity main_src is port (CLK: in std_logic; LCD_E: out std_logic; LCD_RS: out std_logic
-
PDF
Arduino_Project_Handbook_25_Practical_Projects_to_Get_You_Started.pdf
library to send characters to the LCD screen. The LiquidCrystal library maps the characters and uses the print.lcd commands to copy the message from the sketch to the screen. Before you start, you need to
in „LED Driver mit µC“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
maintst.c
Library für Interrupt Funktionen. #include <stdio.h> // Library für I/O Funktionen wie sprintf #include "ports_init_4bit.h" // Unterprogramm für System initialiesierung einbinden. #include "lcd.h" // Unterprogramm für LCD Display. #include "timer2_ISR.h" // Unterprogramm für Timer einbinden #include <util/delay.h> // Library für Delay Funktionen. /*************************** DEFINITIONEN/DEKLARATIONEN_Ende***********
in „Multiplexer mit AtMega abfragen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Forum1.ino
Gamma Table from adafruit code which gives better conversion of 24 bit to 21 bit coloring. */ // Library initialization #include <Adafruit_NeoPixel.h> // Library for the WS2812 Neopixel Strip #include <SD.h> // Library for the SD Card #include <LiquidCrystal.h> // Library for the LCD Display #include <SPI.h> // Library for the SPI Interface // Pin assignments for the Arduino (Make changes to these if you use different Pins) #define BACKLIGHT 10 // Pin used for the LCD Backlight #define SDSS_PIN 53 // SD card CS
in „arduino display geht aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
/* * 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
#ifndef LCD_H #define LCD_H /************************************************************************* Title : C include file for the HD44780U LCD library (lcd.c) Author: Peter Fleury <pfleury@gmx.ch> http://tinyurl.com
in „LCD-Display Problem“ · 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://tinyurl.com
in „Initialisierung 204b LCD mit ST7066U“ · 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://tinyurl.com
in „Probleme mit LCD-Display und SPI Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
simulavr.pdf
one simulation. (only with interpreter interfaces or special application linked against simulavr library) Multiple cores can run where each has a different clock frequency. ▯ Connect multiple AVR core pins to other devices like LCD, LED and others. (environ- ment) ▯ Connect multiple AVR cores to multiple
-
Datei
lcdcon.vhd
SRAM_WE : out STD_LOGIC; SRAM_OE : out STD_LOGIC; SRAM_DAT : inout STD_LOGIC_VECTOR (7 downto 0); LCD_DAT : out STD_LOGIC_VECTOR (3 downto 0); LCD_FLM : out STD_LOGIC; LCD_LP : out STD_LOGIC; LCD_CLK1 : out STD_LOGIC; LCD_CLK2 : out STD_LOGIC; CLK : in STD_LOGIC); end lcdcon; architecture Behavioral
in „G-LCD bei Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BlinkLED.vhd
. -- library UNISIM; -- use UNISIM.VComponents.all; entity lcd is port ( i_reset : in std_logic; kybclk : in std_logic; --clock von der Tastatur kybdat : in std_logic; --daten von der tastatur --clk : IN std_logic
-
Datei
lcd_gfx.c
/* * 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
font.h
_32px PROGMEM; #define FONT_DIGITS_32 &digits_32px #endif //Assign real functions, provided by the LCD library to these macros //used within the font generator #define LCD_MOVE(x,y) lcd_move_xy((x),(y)) //relative cursor movement #define LCD_MOVE_TO(x,y) lcd_moveto_xy((x),(y)) //absolute cursor movement
in „Library für EA-DOGM Grafikdisplays inkl. Font-Generator“ · Projekte & Code ·
-
Datei
daten.vhd
code. --library UNISIM; --use UNISIM.VComponents.all; entity Daten is Port ( takt : in STD_LOGIC; reset : in STD_LOGIC; LCD_DB_07: out STD_LOGIC_VECTOR (3 downto 0); LCD_DB_03: out STD_LOGIC_VECTOR (3 downto 0);
-
Datei
glcd00.S
#ifdef USE_AUTOINIT .section .init7 glcdInitializeDisplay: xcall glcdDisplayInit #endif // glcd library .section .text // SPI Interrupt to reset CS of LCD and deactivate SPI #if defined (SIG_SPI) .global SIG_SPI SIG_SPI: #else #error "This chip has no SPI interrupts defined" #endif sbi LCD_PORT, LCD_CS
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
PDF
glcdlib.pdf
Concept for LCD-graphics-library Application Application layer (hardware independent) Graphics-Library graphics.c, h draw.c, h Font.c, h andere.c, h Library layer GraphicsInterface GraphicsInterface.h interface layer (hardware independent) Lcd_S65_Driver Lcd_NokiaDriver (256 colors) LCD3 (x Colors) Lcd_S65_Driver.h, c Lcd256ColDriver.h, c Lcd65535ColDriver.h, c Hardware layer (hardware dependent)
in „grafische Benutzeroberfläche mit einem AVR?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.cpp
#include <stdio.h> #include <conio.h> #include <windows.h> #include <iostream> using namespace std; typedef short _stdcall (*inpfuncPtr)(short portaddr); typedef void _stdcall (*oupfuncPtr)(short portaddr, short datum); void wait ( int seconds ) { clock_t endwait; endwait = clock () + seconds * CLK_TCK ; while (clock() < endwait) {} } int main(void) { HINSTANCE hLib; inpfuncPtr inp32; oupfuncPtr oup32; short x; int i; cout<<"Trying to load inpout32.dll\n"; /* Load the library */ hLib = LoadLibrary("inpout32.dll"); if (hLib == NULL) { printf("LoadLibrary Failed.\n\a"); cout<<"Press Enter to continue
-
Datei
Stoppuhr_IR_V2.ino
byte sanduhr4[8] = { B10001, B10001, B01010, B00100, B01110, B11111, B11111, }; // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); // Globaler Status des Systems: boolean isRunning = false; long starttime = 0; long messzeit = 0; boolean startUnterbrochen
in „Kontinuierliches 38kHz Signal empfangen für Lichtschranke über die Straße“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
glcd00.S
initialization procedure of glcd lib .section .init7 glcdInitializeDisplay: xcall glcdDisplayInit // glcd library .section .text // SPI Interrupt to reset CS of LCD and deactivate SPI #if defined (SIG_SPI) .global SIG_SPI SIG_SPI: #else #error "This chip has no SPI interrupts defined" #endif sbi LCD_PORT, LCD_CS
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
rfid_lcd.ino
key.keyByte[i] = 0xFF;//keyByte is defined in the "MIFARE_Key" 'struct' definition in the .h file of the library } // delay(1000); statusline(); } void statusline(){ lcd.setCursor(0, 0); if (writeme==1) { lcd.print("Write "); lcd.print(writeblock); } else { lcd.print("Read "); } } void docmd(char cmd) { switch (cmd) { case 'b': // beep(10); break; case 'c': // lcd.setCursor(0, 1); lcd.print("0123456789012345"); lcd.backlight(); break; case 'd': // lcd.noBacklight(); break; case 'r': // read mode writeme=0; break; case 'w': // write mode writeme=1; break; case
in „Arduino RFID RC522 Meldung senden wenn KEINE Karte vorhanden ist“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd00.S
#ifdef USE_AUTOINIT .section .init7 glcdInitializeDisplay: xcall glcdDisplayInit #endif // glcd library .section .text // SPI Interrupt to reset CS of LCD and deactivate SPI #if defined (SIG_SPI) .global SIG_SPI SIG_SPI: #else #error "This chip has no SPI interrupts defined" #endif sbi LCD_PORT, LCD_CS
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
BlinkLED.vhd
. -- library UNISIM; -- use UNISIM.VComponents.all; entity lcd is port ( i_reset : in std_logic; kybclk : in std_logic; --clock von der Tastatur kybdat : in std_logic; --daten von der tastatur --clk : IN std_logic
-
Datei
lcd.c
/**************************************************************************** Title : HD44780U LCD library Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury Date: 5-DEC-2002 Software: AVR-GCC 3.3 Target: any AVR device, memory mapped mode only for AT90S4414/8515/Mega DESCRIPTION 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
in „WinAVR newbe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd00.S
#ifdef USE_AUTOINIT .section .init7 glcdInitializeDisplay: xcall glcdDisplayInit #endif // glcd library .section .text // SPI Interrupt to reset CS of LCD and deactivate SPI #ifdef USE_ISR #if defined (SIG_SPI) .global SIG_SPI SIG_SPI: sbi LCD_PORT, LCD_CS reti #else #error "This chip has no SPI interrupts
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
glcd00.S
#ifdef USE_AUTOINIT .section .init7 glcdInitializeDisplay: xcall glcdDisplayInit #endif // glcd library .section .text // SPI Interrupt to reset CS of LCD and deactivate SPI #if defined (SIG_SPI) .global SIG_SPI SIG_SPI: #else #error "This chip has no SPI interrupts defined" #endif sbi LCD_PORT, LCD_CS
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
rfid_lcd.ino
beep(int d){ digitalWrite(SOUND_PIN,1); delay(d); digitalWrite(SOUND_PIN,0); } void statusline(){ lcd.setCursor(0, 0); if (writeme==1) { lcd.print("Write "); lcd.print(writeblock); } else { lcd.print("Read "); } } void docmd(char cmd) { switch (cmd) { case '0': // state=0; break; case '1': // state=1; break; case '2': // state=2; break; case '3': // state=3; break; case 'b': // lcd.noBacklight(); break; case 'c': // lcd.setCursor(0, 1); lcd.print("0123456789012345"); lcd.backlight(); break; case 'd': // Disconnect disconn(); break; case 'r': // Read mode writeme=0; break; case
in „Arduino RFID RC522 Meldung senden wenn KEINE Karte vorhanden ist“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
library ( https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home ) // Make sure it is placed in the Arduino libraries directory. #define LCD_I2C_TYPE_PCF8575 #define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander #define NEWPANEL #define ULTIPANEL #endif // PANELOLU2 LCD with status LEDs, separate encoder and click inputs //#define LCD_I2C_PANELOLU2 #ifdef LCD_I2C_PANELOLU2 // This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2
-
Datei
Slave.c
##########// #define F_CPU 1000000UL // CPU Frequenz definieren 1MH #include <avr/io.h> // Haupt Library laden #include <stdlib.h> // Standard Library wird benötig um die dtostrf Funktion zu benutzen #include "lcd-routines.h" // LCD Headerfile aus einer externen Library #include <util/delay.h> // Delays
in „KTY81/110 Temperatur Messung Programm in C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.cpp
/* * 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
Test_I2C_Display.bas
' Hello-World-Programm für I2C-LCD von YwRobot ' ' Die in der Deklaration benutzten Bezeichner werden von der Library benutzt und dÃŒrfen ' nicht verÀndert werden. ' ' Die Hintergrundbeleuchtung kann mithilfe der Variablen lcd_backlight
in „OLED Display an Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compileroutput_-2560.txt
.d -MFlib/LCD03.d -MP -MTlib/LCD03.d -MQ lib/LCD03.o -DF_CPU=16000000UL D:/Dropbox/Robotik/programme/2k15/eclipse/include/lib/LCD03.cpp -mmcu=atmega2560 -Wall -fpack-struct -fshort-enums -ffunction-sections -fdata-sections
in „eclipse: Fehler wo keine sind“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hd44780_settings.h
SETTINGS_H #define HD44780_SETTINGS_H #define F_CPU 4000000 // Set Clock Frequency #define USE_ADELAY_LIBRARY 0 // Set to 1 to use my ADELAY library, 0 to use internal delay functions #define LCD_BITS 4 // 4 for 4 Bit I/O Mode, 8 for 8 Bit I/O Mode #define RW_LINE_IMPLEMENTED 0 // 0 for no RW line (RW on
in „ATmega16 und HD44780 in 4-Bit modus Hilfe!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_src.vhd
code. --library UNISIM; --use UNISIM.VComponents.all; entity LCD is port( CLK : in std_logic; SF_D : out std_logic_vector(3 downto 0); LCD_E, LCD_RS, LCD_RW, SF_CE0 : out std_logic; LED : out std_logic_vector(7 downto
-
Datei
main2.c
F_CPU 8000000UL #endif #include <avr/io.h> #include <util/delay.h> #include <stdlib.h> //include Library for 'itoa' function #include "lcd.h" //include LCD Library #include <util/delay.h> void adc_init(void) { ADCSRA|=(1<<ADEN)|(1<<ADPS0)|(1<<ADPS1)|(1<<ADPS2); //ENABLE ADC, PRESCALER 128 ADCSRB|= (1
in „AVR Atmega2560 ADC Differential Channel mit Gain liefert nur Müll“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Build_fehler.txt
newStack1_2_1\networkcard -imultilib avr5 -iprefix c:\winavr-20090306rc1\bin\../lib/gcc/avr/4.3.2/ -MD lcd.d -MF dep/lcd.o.d -MP -MT lcd.o -DF_CPU=16000000UL ../lcd.c -quiet -dumpbase lcd.c -mmcu=atmega644 -auxbas e lcd -gdwarf-2 -Os -Wall -std=gnu99 -version -funsigned-char -funsigned-bitfields -fpack-struct
in „Fehler bei exp()“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.vhd
----------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity lcd is port( clk : in std_logic; --50MHz hertzreg : in std_logic_vector(25 downto 0);--enthält die auszugebende Zahl(8 Stellen) segment_enable : out std_logic_vector
-
Datei
main_src.vhd
code. --library UNISIM; --use UNISIM.VComponents.all; entity LCD is port( CLK : in std_logic; RESET: inout std_logic; SF_D : out std_logic_vector(3 downto 0); LCD_E, LCD_RS, LCD_RW, SF_CE0 : out std_logic; LED :
-
Datei
lcd3.inc
; LCD Library for 4 bit interfacing ; Version 1.3.m ; ; The library is based on the datasheet of the Sitronix(R) ST7066U controller. ; It has been tested with Displays from POWERTIP(R) Corporation, which
in „Erster Versuch einer Library (LCD) - Diskussion [Assembler]“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
blitz_adress_decoder.txt
Additional Comments: -- -------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this
in „interne Chip-Select-Signale erzeugen“ · FPGA, VHDL & Co. ·
-
Datei
blitz_adress_decoder.vhd
Additional Comments: -- -------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this
in „interne Chip-Select-Signale erzeugen“ · FPGA, VHDL & Co. ·
-
Datei
florian1_3.c
endasm #include <90s2313.h> //Chip #include <ds1820.h> //Temerature Sensor #include <delay.h> //timer library #include <math.h> //math library #include <stdio.h> //standard in and output (serial communication) #include <stdlib.h> //int to string #include <string.h> //string concatenate #include <lcd.h> //
in „Probleme mit Dallas DS1820“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DS1820.c
endasm #include <90s2313.h> //Chip #include <ds1820.h> //Temerature Sensor #include <delay.h> //timer library #include <math.h> //math library #include <stdio.h> //standard in and output (serial communication) #include <stdlib.h> //int to string #include <string.h> //string concatenate #include <lcd.h> //
in „Temperaturmessung mit AT90S2313 und DS1820“ · Projekte & Code ·
-
Datei
ds18x20lib.c
data line. This library does not work for parasite power. You can just use one ds18x20 per Atmega Pin. Copyright (C) 2010 Stefan Sicklinger For support check out http://www.sicklinger.com This library is free software: you
in „DS18S20 Atmega8 zeigt immer 85°“ · Mikrocontroller und Digitale Elektronik ·