-
Datei
lcd.c
/**************************************************************************** Title : HD44780U LCD library Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: lcd.c,v 1.14.2.1 2006/01/29 12:16:41 peter Exp $ 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 „ATMega16 PORTA defekt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
WinAVR 2/2005) #include <avr/io.h> #include <util/delay.h> #include "sed1520.h" // definitions for the LCD-library #include "fonts.h" // definitions for the fonts #include "bmp.h" // definitions for the bitmaps/icons #include <avr/interrupt.h> //#include "LTC1290.h" #include "ltc1290_2.h" volatile uint8_
in „Problem mit LTC1290“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_4bit.c
if display is ready /// \todo rename module to lcd.c /// \author Udo Jakobza, Carsten Kögler<br> Copyright (c) FTZ Leipzig <br> /// D-04107 Leipzig<br> Wächterstr. 13 info@easytoweb.de /// \par License /// This library is free software; you can redistribute
in „MSP430_RTC_Display_Zeiger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_nov19a.ino
/* The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ // include the library code: #include <LiquidCrystal.h> //#include <LiquidCrystal_I2C.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11,
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
/**************************************************************************** Title : HD44780U LCD library / stripped down version for lcd@usb Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury lcd@usb modifications by Till Harbaum <till@harbaum.org> File: $Id: lcd.c,v 1.2 2007/01/14 12:
in „EA DIP 204 Display an LCD2USB mit LCD4LINUX“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_nov18a.ino
/* The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ // include the library code: #include <LiquidCrystal.h> //#include <LiquidCrystal_I2C.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11,
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_nov18a.ino
/* The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ // include the library code: #include <LiquidCrystal.h> //#include <LiquidCrystal_I2C.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11,
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Uhr.vhd
std_logic_vector(stunden_neu(0)); stunden_ziffer1 <= std_logic_vector(stunden_neu(1)); end taktgenerator_rtl; library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity anzeige is port ( clock : in std_logic; -- Systemclock Pin lcd_data : out std_logic_vector(7 downto 0); lcd_enable : out std_logic
-
Datei
GasAlarm.ino
(CC BY-NC-SA 3.0) */ #include <LiquidCrystal.h> //Sample using LiquidCrystal library LiquidCrystal lcd(12, 11, 10, 7, 6, 5, 4); // select the pins used on the LCD panel #define CHILD_ID_MQ 0 /************************Hardware Related Macros************************************/ #define
-
Datei
GasAlarm.ino
(CC BY-NC-SA 3.0) */ #include <LiquidCrystal.h> //Sample using LiquidCrystal library LiquidCrystal lcd(12, 11, 10, 7, 6, 5, 4); // select the pins used on the LCD panel #define CHILD_ID_MQ 0 /************************Hardware Related Macros************************************/ #define
in „Platinen bei Smart Prototyping durchkontaktiert?“ · Platinen ·
-
Datei
sketch_nov15b.ino
/* The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ // include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int sensorPin1 = A0;
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LPH8731-3C.h
******************************************************************** */ /* functional options of library: 8 Bit / 12 Bit Color Hardware / Software SPI */ #define _LCD_8BIT /* use LCD in 8 Bit mode, else 12 Bit mode is active */ #define _LCD_SOFT_SPI /* software SPI implementation (slower but more flexible
in „LCD LPH8731-3C aus Siemens-Handys, Treiber“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
displayinterface_arduino.pdf
in der ersten Zeile des Displays der Text STX-UART-LCD als Rückmeldung, dass das Interface betriebsbereit ist. Zur Beruhigung eines eventuell floatenden Eingangs kann an die Receive-Leitung ein PullUp-Widerstand von 22kΩ bis 47kΩ nach +Vcc geschaltet werden
in „Arduino: serielles Ansprechen eines HD44780 Displays über SoftSerial“ · Projekte & Code ·
-
Datei
oled.h
/* * This file is part of lcd library for ssd1306/sh1106 oled-display. * * oled 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
Sekundenzeiger_mit_Stepper.ino
with the Adafruit Motor Shield v2 ----> http://www.adafruit.com/products/1438 */ // include the library code: #include <Wire.h> #include <Adafruit_MotorShield.h> #include <LiquidCrystal.h> #include "utility/Adafruit_PWMServoDriver.h" LiquidCrystal lcd(12, 11, 5, 4, 3, 2); //include variables volatile
in „Arduino Stepper Sekundenzeiger“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/**************************************************************************** Title : HD44780U LCD library Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: lcd.c,v 1.14.2.1 2006/01/29 12:16:41 peter Exp $ 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 „Alles schwarz nach Initial. bei Display (4x20, KS0076B)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_nov26a.ino
Programm so aufteilen das mit zwei Tasten verschiedene Zeitenabläufe gestartet werden The circuit: * LCD RS pin to digital pin 12 * LCD Enable pin to digital pin 11 * LCD D4 pin to digital pin 5 * LCD D5 pin to digital pin 4 * LCD D6 pin to digital pin 3 * LCD D7 pin to digital pin 2 * LCD R/W pin to ground * 10K resistor: * ends to +5V and ground * wiper to LCD VO pin (pin 3) */ // include the library code: #include <LiquidCrystal.h> //#include <LiquidCrystal_I2C.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11,
in „Arduino UNO an 4fach Relais“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dogm-graphic.c
> (max = LCD_WIDTH - lcd_get_position_column())) columns = max; for(j=0; j<pages; j++) { for(i=0; i<columns; i++) { lcd_data(inv); } lcd_move_xy((lcd_get_position_column()?1:0),-columns); } lcd_move_xy(-pages,0)
in „LCD Init an Atmega128 hängt sich auf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OLED_LCD_Testcode_mit_Interrupt_Drehgeber.ino
/* This is an example of how to use the OLED 128x64 I2C with SSD1306 driver using the Adafruit library. It also applies to the 128x32 version, but not all components would fit the smaller screen. Pins: * GND = GND * VCC = 5V * SCL = A5 * SDA = A4 You can connect VCC to 3.3V to reduce the amount of high pitched noise that the display produces. It's a good idea to put a resistor between A4-5V and A5-5V to help stabilize the connection. What that does is pull-up the I2C pins to make it more reliable and prevents lock-ups. Libraries needed: https://github.com/adafruit/Adafruit_SSD1306 https://github.com
in „Arduino OLED Display hakt bei zu schneller Werteingabe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OLED_LCD_Testcode_mit_Interrupt_Drehgeber.ino
/* This is an example of how to use the OLED 128x64 I2C with SSD1306 driver using the Adafruit library. It also applies to the 128x32 version, but not all components would fit the smaller screen. Pins: * GND = GND * VCC = 5V * SCL = A5 * SDA = A4 You can connect VCC to 3.3V to reduce the amount of high pitched noise that the display produces. It's a good idea to put a resistor between A4-5V and A5-5V to help stabilize the connection. What that does is pull-up the I2C pins to make it more reliable and prevents lock-ups. Libraries needed: https://github.com/adafruit/Adafruit_SSD1306 https://github.com
in „Arduino OLED Display hakt bei zu schneller Werteingabe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
aa.vhd
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; -- Add your library and packages declaration here ... entity lcd_daten_tb is end lcd_daten_tb; architecture TB_ARCHITECTURE of lcd_daten_tb is -- Component declaration of the tested unit component lcd_daten port( clk : in STD_LOGIC; --reset : in STD_LOGIC; o_rs : out STD_LOGIC; o_rw : out STD_LOGIC; o_e : out STD_LOGIC; o_csb : out STD_LOGIC; o_cs : out STD_LOGIC; o_data : out STD_LOGIC_VECTOR(7
-
Datei
lcd_2.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
-
PDF
MPLINK_TUTORIAL.pdf
( FW_ENTRY ); } /* We’ll provide a function for the firmware to call to output a character * to an LCD display. * * We need the function at a hard address so we can define the entry * point in the firmware. */ #pragma code out_lcd=0x1000 void out_lcd( unsigned char ); void out_lcd( unsigned char ch )
in „Anfängerfrage zu Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
megaclock.bas
course some BASCOM code 'This example is written for the STK300 with M103 Enable Interrupts '[configure LCD] $lcd = &HC000 'address for E and RS $lcdrs = &H8000 'address for only E Config Lcd = 20 * 4 'nice display from bg micro Config Lcdbus = 4 'we run it in bus mode and I hooked up only db4-db7 Config
in „Uhrzeit mit einem 8535“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mem_interface.txt
sdram_ready : in std_logic; sdram_rd : in std_logic_vector(31 downto 0); cs_sdram: out std_logic; --LCD-Signale LCD_ready: in std_logic; cs_lcd: out std_logic; --Takt, Reset, LEDs clk : in std_logic; reset : in std_logic; LED_out : out std_logic_vector(7 downto 0); brake : in std_logic; flash_ready_out
-
PDF
AN10864_1.pdf
Semiconductors AN10864 Importing FreeRTOS to LPC1700CMSIS project 3.2.4 Using LPC1700CMSIS Firmware Library Here’s LPC1700CMSIS firmware library section Table 2. LPC1700CMSIS firmware library LPC1700CMSIS fwlib part Function .\Drivers\include\*.h Driver Included files of LPC1700CMSIS fwlib. .\Drivers\source\*.c Driver Source files folder of LPC1700CMSIS fwlib. .\Drivers\library\DriversLPC17xxgnu.a (1) Driver library file of LPC1700CMSIS fwlib. (1) Archived after compiling all LPC1700CMSIS project. Modify “Makefile” at root of demo to include all header files of fwllib in
in „FreeRTOS mit GCC aufm MB1760 (LPC1768)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Uhr.vhd
std_logic_vector(stunden_neu(0)); stunden_ziffer1 <= std_logic_vector(stunden_neu(1)); end taktgenerator_rtl; library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity anzeige is port ( clock : in std_logic; -- Systemclock Pin lcd_data : out std_logic_vector(7 downto 0); lcd_enable : out std_logic
-
Datei
readme.txt
explorer" window then click Run->Debug (F11) @note Known Limitations This example retargets the C library printf() function to the EVAL board s LCD screen (C library I/O redirected to LCD) to display some Library and user debug messages. TrueSTUDIO Lite version does not support I/O redirection, and instead have do-nothing stubs compiled into the C runtime library. As consequence, when using this toolchain no debug messages will be displayed on the LCD (only some control messages in green will be displayed in bottom of the LCD). To use printf() with TrueSTUDIO
in „STM32F2 - USB HID“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Eclipse_Alt___Compiler_Alt.txt
**** Build of configuration Release for project MagicQuartz **** make all Building file: ../lcd_drv.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"lcd_drv.d" -MT"lcd_drv.d" -c -o "lcd_drv.o" "../lcd_drv.c" Finished building: ../lcd_drv.c Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -std=gnu99 -funsigned-char -funsigned-bitfields
in „ATMega328, komisches Verhalten bei fast vollem Speicher“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LCD8DIGIT.pdf
tBCD0 ; swap Tmp1 ; andi Tmp1,$0F ; st Z+,Tmp1 ; mov Tmp1,tBCD0 ; andi Tmp1,$0F ; st Z+,Tmp1 ; rcall LcdOut ; gibt Ziffern im Buffer aus Test3: rjmp Test3 ; Dauerschleife ;*************************************************************************** ;* Subroutine from Math32 library by Andre Birua ;* Div32
in „32Bit Division mit inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Eclipse_Neu___Compiler_Neu.txt
-MMD -MP -MF"lcd_drv.d" -MT"lcd_drv.d" -c -o "lcd_drv.o" "../lcd_drv.c" Finished building: ../lcd_drv.c Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections
in „ATMega328, komisches Verhalten bei fast vollem Speicher“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Eclipse_Neu___Compiler_Alt.txt
-MMD -MP -MF"lcd_drv.d" -MT"lcd_drv.d" -c -o "lcd_drv.o" "../lcd_drv.c" Finished building: ../lcd_drv.c Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections
in „ATMega328, komisches Verhalten bei fast vollem Speicher“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0001-Visual-Studio-2015-Files.patch
E2E1952645A3}.Release|x86.Build.0 = Release|Win32 + {CF9455C7-5268-4E47-9F43-E2E1952645A3}.ReleasePythonLibrary|x86.ActiveCfg = ReleasePythonLibrary|Win32 + {CF9455C7-5268-4E47-9F43-E2E1952645A3}.ReleasePythonLibrary|x86.Build.0 = ReleasePythonLibrary|Win32 + EndGlobalSection + GlobalSection(SolutionProperties
in „Simulavr unter Windows mit Visual Studio 2015 kompilieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bcd_caliper.ino
code.google.com/p/digitalwritefast/ BL, 2015-aug-14 */ #include <LiquidCrystal.h> // ------------- LCD pin declarations // initialize the library with the interface pin numbers // RS EN D4 D5 D6 D7 LiquidCrystal lcd(12, 11, 7, 6, 5, 4); // library from http://code.google.com/p/digitalwritefast/ #include
in „Messschieber (BCD Protokoll) mit Arduino auslesen“ · Projekte & Code ·
-
Datei
Lcd_split.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_data=0x18 .equ __lcd_control=0x12 #endasm #include <lcd_split.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void)
in „Sinnvolle Pinbelegung vom Mega8 mit LCD und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_dip.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „LCD EA DIP204-4 macht murks“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Lcd.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „Temperaturanzeige -displaycode falsch???“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_dip.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „LCD Initialisierung fehlerhaft, warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_dip.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „Sinnvolle Pinbelegung vom Mega8 mit LCD und ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.H
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „Problem: nur senkrechte Striche auf LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dog_lcd.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <dog_lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „EA DOG-M LCD-Treiber für Codevision gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dog_lcd.h
LCD IS CONNECTED! EXAMPLE FOR PORTB: #asm .equ __lcd_port=0x18 #endasm #include <dog_lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void _lcd_ready(void); void _lcd_write_data(unsigned
in „EA DOG-M Display (ST7046) und customchars. ARGH!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Synthese_Output.txt
. Compiling vhdl file "D:/ISE_Projects/HexiBin_v0.1/Speed.vhd" in Library work. Architecture behavioral of Entity speed is up to date. Compiling vhdl file "D:/ISE_Projects/HexiBin_v0.1/BCD2ASCII_MUX.vhd" in Library work. Architecture behavioral of Entity bcd2ascii_mux is
in „[VHDL] Komponenten Einbinden und wegoptimieren von Signalen verhindern“ · FPGA, VHDL & Co. ·
-
Datei
hd44780.h
font (0->5x7 font) #define LCD_CGRAM 6 // DB6: set CG RAM address #define LCD_DDRAM 7 // DB7: set DD RAM address #define LCD_BUSY 7 // DB7: LCD is busy void lcd_init(); void lcd_command(uint8_t cmd); void lcd_clrscr(); void lcd_home(); void lcd_goto(uint8_t pos); #if RW_LINE_IMPLEMENTED==1 uint8_t lcd_getc(); #endif void lcd_putc(char c); void lcd_puts(const char *s); void lcd_puts_P(const char *progmem_s); #if (LCD_DISPLAYS>1) void lcd_use_display
in „ATmega16 und HD44780 in 4-Bit modus Hilfe!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mylcd.h
include <lcd.h> */ #ifndef _LCD_INCLUDED_ #define _LCD_INCLUDED_ #pragma used+ void lcd_e_toggle(void) void _lcd_ready(void) //Gibt ein Zeichen an das LCD aus void lcd_putchar(char c) //Gibt einen String aus dem
in „CodeVision LCD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ReciprCnt.pdf
leading "one" digit .equ KILO = 4 ; PortC Bit4 = output "k"Hz digit .equ DB3 = 3 ; PortC Bit3 = output LCD-databus Bit 3 .equ DB2 = 2 ; PortC Bit2 = output LCD-databus Bit 2 .equ DB1 = 1 ; PortC Bit1 = output LCD-databus Bit 1 .equ DB0 = 0 ; PortC Bit0 = output LCD-databus Bit 0 ; Port D connections: .equ
-
Datei
hd44780.c
lcd_db1_port_low() LCD_DB1_PORT&=~_BV(LCD_DB1_PIN) #define lcd_db2_port_low() LCD_DB2_PORT&=~_BV(LCD_DB2_PIN) #define lcd_db3_port_low() LCD_DB3_PORT&=~_BV(LCD_DB3_PIN) #define lcd_db4_port_low() LCD_DB4
in „ATmega16 und HD44780 in 4-Bit modus Hilfe!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ILI9341_template_BluePill.ino
example template Required libraries: GFX, Adafruit Installation Instructions: 1. Import the Adadruit library in the menue Sketch=>Include Libraries=>Manage Libraries => Adafruit ILI9341 2. Import the Adadruit GFX-Library Sketch=>Include Libraries=>Manage Libraries => Adafruit GFX Library May 2017, ChrisMicro
in „TFT mit ILI9341“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
1335.h
/*********************************************************************** Content: Graphic library for Epson SED-1335 based LCD displays. Last modified: 15.05.2003 Copyrights: Free to use, free to change, free to delete :-) Compiler: ImageCraft AVR Written by: Knut Baardsen @ Baardsen Software,
in „Einzelne Pixel mit S1D13305 (SED1335) setzen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_schnittstelle.vhd
Initial Public Release -- -- Prints "123456789" on a HD44780 compatible 8-bit interface character LCD -- module using the lcd_controller.vhd component. -- -------------------------------------------------------------------------------- LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY lcd_schnittstelle