-
PDF
rahmen.pdf
19,2 109,5 EA 7161-E 1x16 u t EA 017-7U 81,5 17,2 97,5 29,4 87,7 23,6 92,5 EA 7202 2x20 s l ) EA 017-8U 60,8 24,2 76,8 36,4 67,0 30,6 71,8 EA 7164 4x16 m ) e e A e i a EA 017-9U 75,0 24,2 91,0 36,4 81,2 30,6 86,0 EA 7204 4x20 = e e e EA 017-10U 131,0 38,0 147,0
in „Displayscheiben für Hobbyprojekte von der Stange?“ · Mechanik, Gehäuse, Werkzeug ·
-
PDF
ml50x_schematics.pdf
HDR1_30 IO_L3P_20H8 SRAM_ADV_LD_B B IO_L3N_SM5N_13 Y32 HDR1_32 IO_L3N_20D11 SRAM_BW1 B IO_L4P_13 W32 HDR1_34 IO_L4P_20D10 SRAM_BW0 IO_L4N_VREF_13 AC34 HDR2_52_SM_5_P IO_L4N_VREF_20 K11 SRAM_BW3 IO_L5P_SM4P_13 AD34 HDR2
in „DDR2 RAM Ansteuerung mit Virtex-5 ML507“ · FPGA, VHDL & Co. ·
-
Datei
nixi.c
_t mez : 1; /* 18 */ uint64_t switchsec : 1; /* 19 */ uint64_t start_time : 1; /* 20 */ uint64_t minute_1 : 4; /* 21 - 24 */ uint64_t minute_10 : 3; /* 25 - 27 */ uint64_t minute_parity : 1; /* 28 */ uint64_t hour_1 : 4; /* 29 - 32 */ uint64_t hour_10 : 2; /* 33 - 34 */ uint64_t hour_parity
in „DCF 77“ · Projekte & Code ·
-
Datei
DOGM_SPI.asm
; Keyboard and DOGM display driver By EBE 26.02.2007 ; Version 1.0 ; Keyboard and LCD(s) are used on the same Port to save pins. ; PCB-ID: PIC_motherboard_LCD_V1.1 by EBe ; PIC-Pinout ; PORTA: All Outputs, for testing ; PORTB: 0 LCD Display E ChipSelect ; 1 Keyboard 1 4 7 * ; 2 LCD Display
in „EA DOG-M LCD im SPI-mode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NT7533Lcd.pdf
the LSB is on the top (see Fig. 7). DO = 0 D7 0 1 1 1 0 COM0 D6 1 0 0 0 0 COM1 D5 0 0 0 0 0 COM2 D4 0 1 1 1 0 COM3 D3 1 0 0 0 0 COM4 Display data RAM Display on LCD DO = 1 D0 0 1 1 1 0 COM0 D1 1 0 0 0 0 COM1 D2 0 0 0 0 0 COM2 D3 0 1 1 1 0 COM3 D4 1 0 0 0 0 COM4 Display data RAM Display on LCD Fig.7
in „Seriell (4-Wire)-LCD-Ansteuerung mit NT7533“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Netzteil_Schaltplan.pdf
GND + 7 ---------------- 1 D D P 3 S 8 xx.xxV (xx.xxV) 2 ICSP_VPP 7 MCLR D D A 3 U RD0 46 LCD_D0 9 x.xxxA (x.xxxA) 3 A V V B V RD1 49 LCD_D1 10 ---------------- 4 ICSP_DATA 16 U 50 LCD_D2 11 5 ICSP_CLK 15 RB0 V RD2 51 LCD_D3 12 14 RB1 RD3 52 LCD_D4 13 13 RB2 RD4 53 14 V V ICSP 12 RB3 RD5 54 LCD_D5 15 3 5 RB4 RD6 LCD_D6 + + JP5 GND 11 RB5 RD7 55 LCD_D7 16 17 RB6 RD8 42 1 18 RB7 RD9 43 LCD_RS LCD 2 RANGE 21 RB8 RD10 44 LCD_R/W 3 CS_ADC 22 45 LCD_E SENSE_TAST 4 Von Frontpanel: SHDN_DAC 23 RB9
in „Layout Bewertung“ · Platinen ·
-
Datei
lcd.h
0x20 #define LCD_FUNCTION_4BIT 0x00 #define LCD_FUNCTION_8BIT 0x10 #define LCD_FUNCTION_1LINE 0x00 #define LCD_FUNCTION_2LINE 0x08 #define LCD_FUNCTION_5X7 0x00 #define LCD_FUNCTION_5X10 0x04 #define LCD_SOFT_RESET 0x30 // Set CG RAM Address --------- 0b01xxxxxx (Character Generator RAM) #define LCD_SET_CGADR 0x40 #define LCD_GC_CHAR0 0 #define LCD_GC_CHAR1 1 #define LCD_GC_CHAR2 2 #define LCD_GC_CHAR3 3 #define LCD_GC_CHAR4 4 #define LCD_GC_CHAR5 5 #define LCD_GC_CHAR6 6 #define LCD_GC_CHAR7 7
in „Pollin LCD 2x8 Ansteuerung (gcc, ATmega328, AVR-Studio)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GPS-LCD_1.asm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' ;LED: 1 = Datenspeichern ; 2 = UART Übertragung ; 3 = POWER ; 4 = Speicher voll ; ---8Mhz Quarz, LCD pOrtC, LCD-routines.asm von mikcontr.net, .include "m8def.inc" .def anzeige = r3 .def hilf_eor = r2 .def sekunde = r24 .def temp1 = r16 .def temp2 = r17 .def temp3
in „welches GPS-Modul mit AVR assembler...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asynch.c
= 0xca; // Timer2 capture/reload sfr P3 = 0xB0; // Port 3 sfr P2 = 0xA0; // Port 2 sbit LCD_RW = P3^0; // RW LCD sbit LCD_RS = P3^1; // RS LCD sbit LCD_EN = P3^2; // EN LCD sbit DB0 = P2^7; // LCD DATENLEITUNGEN sbit DB1 = P2^6; sbit DB2 = P2^5; sbit DB3 = P2^4; sbit DB4 = P2^3; sbit DB5 =
in „Programmierung Lcd Display mit einem C8051F124 von Silabs“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Midas.pdf
do not wish to use Reset, it should be tied high 5.Outline dimension 1 VOUT 74.2 (BL) 2 CAP1N 66.0 (LCD) 6.3 3 CAP1P 2.8MAX 3 V.A61.0 1.1 4 VDD 1 2 .1 56.2 1.1 5 VSS 4 3.0 2 6 SDA 7 SCL . K 8 RST ) ) . 15 . L C 1 . 1 1 ( ( V 2 5 5 . 1 2 2 . A 5 0 ST7032i . 5 0 1 8 29.655 P1.27*7=8.89 . 6.8 2 0.4 2.95
in „Display mit SI7032: Wie Busy Flag lesen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
|= (1<<LCD_DB7); LCD_DDR_DB6 |= (1<<LCD_DB6); LCD_DDR_DB5 |= (1<<LCD_DB5); LCD_DDR_DB4 |= (1<<LCD_DB4); } // Sendet eine 4-bit Ausgabeoperation an das LCD static void lcd_out( uint8_t data ) { LCD_PORT_DB4 &= ~(1<<LCD_DB4); LCD_PORT_DB5 &= ~(1<<LCD_DB5); LCD_PORT_DB6 &= ~(1<<LCD_DB6); LCD_PORT_DB7 &= ~(1<<LCD_DB7); if (data & 0x10) LCD_PORT_DB4 |= (1<<LCD_DB4); if (data & 0x20) LCD_PORT_DB5 |= (1<<LCD_DB5); if (data
-
Datei
lcd.c
temp2 = temp1; LCD_PORT |= (1<<LCD_RS); // RS auf 1 setzen temp1 = temp1 >> 4; temp1 = temp1 & 0x0F; LCD_PORT &= 0x0F; LCD_PORT |= temp1 << 4; // setzen lcd_enable(); temp2 = temp2 & 0x0F; LCD_PORT &= 0x0F; LCD_PORT |
in „Problem mit LCD an ATMega 644“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.c
///////////////////////////////////////////////////////////////////////////////////////////// void lcd_init(void) { _delay_ms(15); // Wartezeit für Hardwaretreiber LCD_PORT_4 |= (1<<LCD_D4); // Datenleitung 4 LCD_PORT_5 |= (1<<LCD_D5); // Datenleitung 5 LCD_PORT_6 &= ~(1<<LCD_D6); // Datenleitung 6 LCD_PORT
in „LCD an ATmega128 Port E“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
patrick.c
durch die 2 Zeilen ersetzt werden. ee_test2[0] = 1; ee_test1[1] = 2; ee_test2[1] = 3; ee_test1[2] = 4; ee_test2[2] = 5; ee_test1[3] = 6; ee_test2[3] = 7; ee_test1[4] = 8; ee_test2[4] = 9; ee_test1[5] = 10; ee_test2[5] = 11; ee_test1[6] = 12; ee_test2[6] = 13; ee_test1[7] = 14; ee_test2[7] = 15; ee_test1
in „EEPROM gibt nur 122 zurück“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD_Driver.cpp
auf high wait(15); P2OUT &= 0 << LCD_E; // und jetzt auf low wait(15); } //write data in 4 bit mode void LCD_Driver::writeDataToLCD(int upper,int lower) { wait(15); //set enable, rw and rs Pin P2OUT |= 1 << LCD_E; P2OUT |= 1 << LCD_RS;
in „LCD KS0076B Ansterung mit MSP430 im 4-Bit Modus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
JBT6K71-AS_A__v1.42_2006-02-07_E.PDF
20 set to “20”H and “4F”H, respectively, for example, the JBT6K71-AS(A) drives the LCD between line 33 and line 80. Ensure that following condition is satisfied: SS18-10 ≤ SE18-10 < SS28-20 ≤ SE28-20 ≤
in „LCD aus Benq EL71 Handy“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Aggregat_v2.c
starten } ISR (TIMER3_COMPA_vect) { //Tankfüllstand messen measurement_fuel(); hours_counter(); //LCD neu initialisieren, falls Spannungsschwankungen auftraten lcd.begin(20, 4); //LCD lcd_write(); } ISR (TIMER4_COMPA_vect) { //Taster und Sensorschalter einlesen inputs_read(); } ISR (TIMER5_COMPA_vect
in „AVR Frequenzmessung, DS18S20“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test3_t6963c.asm
dem Infodisplay geplant ist. .def temp2 = r18 .def temp3 = r19 ;Registerbezeichnung bleibt, .def temp4 = r20 .def cnt = r21 .def sek = r22 .def WorkH = r23 ; Arbeitsregister für das Hauptprogramm .def Count1= r24 ; Zähler der Interrupts .def Count2= r25 ; Zählt die festgelegten sek runter ;;;;;;$0060
in „textausgabe mit t6963“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
write_parameter(0x25); // 2nd Parameter write_parameter(0x1c); // 3rd Parameter write_parameter(0x1e); // 4th Parameter write_parameter(0x20); // 5th Parameter write_parameter(0x12); // 6th Parameter write_parameter(0x2a); // 7th Parameter write_parameter(0x90); // 8th Parameter write_parameter(0x24); // 9th
in „TFT_ILI9163C mit Arduino richtig verbinden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.h
io.h> #define F_CPU 1000000 //#define ADC_Voltage_Input //#define ADC_Charge_Input //#define #define LCD_CONTROLLER_KS0073 0 /**< Use 0 for HD44780 controller, 1 for KS0073 controller */ #define LCD_LINES 4 /**< number of visible lines of the display */ #define LCD_DISP_LENGTH 20 /**< visibles characters
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mw_main.h
> #define F_CPU 8000000UL //#define ADC_Voltage_Input //#define ADC_Charge_Input //#define #define LCD_CONTROLLER_KS0073 0 /**< Use 0 for HD44780 controller, 1 for KS0073 controller */ #define LCD_LINES 4 /**< number of visible lines of the display */ #define LCD_DISP_LENGTH 20 /**< visibles characters
in „DCF auf INT0“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
#include <string.h> #include <lcd_4x20.h> #include <reg552.h> void LCD_DisplayScreen (char *ptr); /* ** main() -- program starts here ... */ void main (void) { while (1) { char done = 0; // initialize the LCD module LCD_Init(); while (!done) { //LCD_Clear(); //LCD_Cursor(1,2); LCD_DisplayString(2,1, "Display Ready"); //In Reihe 2 wird dieser Text ausgegeben //text[][]= "LCD_4x20-Display"; //LCD_DisplayScreen(*lcd_text); // '*' unbedingt nötig?
in „LCD an 8051MUC ->Ansteuerung in "C" -Probleme...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hd44780.c
_BV(LCD_4BIT_D7_PIN); LCD_4BIT_D6_PORT &= ~_BV(LCD_4BIT_D6_PIN); LCD_4BIT_D5_PORT &= ~_BV(LCD_4BIT_D5_PIN); LCD_4BIT_D4_PORT &= ~_BV(LCD_4BIT_D4_PIN); if(data & 0x80) LCD_4BIT_D7_PORT |= _BV(LCD_4BIT_D7_PIN); if(data & 0x40) LCD_4BIT_D6_PORT |= _BV(LCD_4BIT_D6_PIN); if(data & 0x20) LCD_4BIT_D5_PORT |= _BV(LCD_4BIT_D5_PIN); if(data & 0x10) LCD_4BIT_D4_PORT |= _BV(LCD_4BIT_D4_PIN); lcd_toggle_e(); // output low nibble LCD_4BIT_D7
in „Hilfe, komme nicht weiter. Temperatur von 0 bis -1 Grad kein negatives Vorzeichen.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_display.c
/* * lcd_display.c * * Created: 16.03.2017 20:40:39 * Author: natulo */ #include <stdlib.h> #include <avr/io.h> #include <util/delay.h> #include "lcd_display.h" // Funktionen für das Display void enable(){ PORTA
in „[C] GCC Atmega32, Menü über Funktionspointer, PeDa Entprellung, unterscheidet key_short/long nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
> #include <stdlib.h> #define PIN_DB7 0x08 #define PIN_DB6 0x04 #define PIN_DB5 0x02 #define PIN_DB4 0x01 #define PIN_RW 0x10 #define PIN_RS 0x20 #define PIN_ENA 0x40 #define LCD_PORT PORTA #define LCD_PIN PINA #define LCD_DDR DDRA #define CLEAR_DISPLAY 0x01 #define CURSOR_HOME 0x02 void lcd_data(unsigned char data) { //oberen 4 Bit senden unsigned int nibble = data >> 4; nibble &= 0x0F; LCD_PORT = nibble | PIN_RS; lcd_enable(); //unteren 4 Bit senden nibble = data & 0x0F; LCD_PORT = nibble | PIN_RS; lcd_enable(); //kurz Warten
in „Auf LCD nur Buchstaben A-N“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
enter = 0; if(AutoPowerSave) { PH = CHAR2BCD2(PowerSaveTimeout); PL = (PH & 0x0F) + '0'; PH = (PH >> 4) + '0'; LCD_putc(0, 'M'); LCD_putc(1, 'I'); LCD_putc(2, 'N'); LCD_putc(3, ' '); LCD_putc(4, PH); LCD_putc(5, PL); LCD_putc(6, '\0'); LCD_UpdateRequired(TRUE, 0); } else LCD_puts("Off", 1); } else if(
in „Struct aus Flash lesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.h
0..4 liegen // LCD DB4-DB7 <--> PORTC Bit PC0-PC3 #define LCD_DB PC4 // LCD Steuersignale RS und EN // LCD RS <--> PORTC Bit PC4 (RS: 0=Data, 1=Command) #define LCD_RS PD3 // LCD EN <--> PORTC Bit PC5 (EN
in „HD44780 LCD - Simulation OK, AVR bleibt in Funktionen stecken“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
DDRB = 11111111 {FF} PortC.0 = LCD - Data 4 PortC.1 = LCD - Data 5 PortC.2 = LCD - Data 6 PortC.3 = LCD - Data 7 PortC.4 = LCD - RS PortC.5 = LCD - E PortC.6 = Taster 1 PortC.7 = Taster 2 DDRC = 00111111 {3F} PortD.0 = RXD PortD.1 =
in „LCD - 4Bit - Textausgabe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.c
///////////////////////////// // Sendet eine 4-bit Ausgabeoperation an das LCD static void lcd_out(uint8_t data) { data =data & 0xF0; // obere 4 Bit maskieren LCD_PORT &= ~(0xF0>>(4-LCD_DB)); //Maske löschen LCD_PORT |= (data>>(4-LCD_DB)); //Bits
in „LCD zeigt nichts an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
LCD_PORTS #define LCD_PORT PORTC #define LCD_DDR DDRC // 4 Bit LCD Datenbus DB4-DB7, das unterste Bit DB4 kann auf den Portbits 0..4 liegen // LCD DB4-DB7 <--> PORTC Bit PC0-PC3 #define LCD_DB PC4 // LCD
in „LCD AV0820 Ansteuerung nicht möglich, nur flimmernde Kästchen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
WM-F1216VG-6FLWcV03.pdf
: Must contact to Vcc WM-F1216VG-6FLWc Ver.3 6/35 1.4 Power Supply for LCD Module Note: 1. VCC=2.8V 2. ILED=+20mA,V AK≦8.8V WM-F1216VG-6FLWc Ver.3 7/35 1.5 Block Diagram with Display RAM Address 1.5.1 Block Diagram WM-F1216VG-6FLWc Ver.3 8/35 1.5.2 GRAM
in „[V] 2,4GHz Transceiver(CortexM3) Chip-Antenne, Balun.“ · Markt ·
-
PDF
14_hoofdstuk14.pdf
er 1x16 (1 lijn *16 karakters), 2x16, 2x20, 4x20 en 2x40 LCD displays verkrijgbaar. Een LCD kan gebruikt worden om bijvoorbeeld een meetwaarde of tekst weer te geven. Het LCD is gevoed op 5V. Dit wordt gedaan omdat de meeste types in om- loop
-
Datei
lcd-routines.h
5 #define PC4 4 #define PC3 3 #define PC2 2 #define PC1 1 #define PC0 0 #define LEDPORT PORTE // LCD DB4-DB7 <--> PORTD Bit PC0-PC3 #define LCD_PORT PORTC.OUT #define LCD_DDR PORTC.DIR #define LCD_DB PC0 // LCD RS
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
5 #define PC4 4 #define PC3 3 #define PC2 2 #define PC1 1 #define PC0 0 #define LEDPORT PORTE // LCD DB4-DB7 <--> PORTD Bit PC0-PC3 #define LCD_PORT PORTC.OUT #define LCD_DDR PORTC.DIR #define LCD_DB PC0 // LCD RS
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c-hd44780.c
/* * i2c-hd44780.c - pcf8574 two wire LCD * based on u. radig's example * * 11/2019 <aiaiai> for mikrocontroller.net wiki. * * more or less hardcoded for 20x4 configuration with 1 ENABLE signal. * in fact this display is a 40x2. * * */ #include "i2c-hd44780.h" static uint8_t cursor_x, cursor_y; void set_pcf8574(uint8_t data) { i2c_start(LCD_I2C_ADDR); i2c_write(data); i2c_stop(); } void lcd_transfer_4bit(uint8_t data, uint8_t cd) { uint8_t out = 0; uint8_t rs = 0; if(cd) rs=LCD_RS; //4 upper bits if(data & (1<<4)) out |= LCD_D4; if(data
in „STM32F407, I2C LCD, Initialisierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
if( DeviceCode == 0x0047 ) { LCD_Code = HX8347D; /* Start Initial Sequence */ LCD_WriteReg(0xEA,0x00); LCD_WriteReg(0xEB,0x20); LCD_WriteReg(0xEC,0x0C); LCD_WriteReg(0xED,0xC4); LCD_WriteReg(0xE8,0x40); LCD_WriteReg(0xE9,0x38); LCD_WriteReg
in „STM32F4 mit TFT Codeverständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.c
if( DeviceCode == 0x0047 ) { LCD_Code = HX8347D; /* Start Initial Sequence */ LCD_WriteReg(0xEA,0x00); LCD_WriteReg(0xEB,0x20); LCD_WriteReg(0xEC,0x0C); LCD_WriteReg(0xED,0xC4); LCD_WriteReg(0xE8,0x40); LCD_WriteReg(0xE9,0x38); LCD_WriteReg
in „STM32F4 Discovery + TFT + FSMC“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
UC1698u_Revision__1.5.pdf
AXIMUM R ATINGS In accordance with IEC134, Note 1 and 2 SyVDDl Logic Supply voltageParameter M-0.3 +4.0 UVit VDD2 LCD Generator Supply voltage -0.3 +4.0 V VDD3 Analog Circuit Supply voltage -0.3 +4.0 V VDDV/3VDD LCD Driving voltage (-25 C ~ +75 C)D2/3 -0.3 +19.8 V VLIN Digital input signal -0.4 V DD+
in „Defekte Heizungsregelung RC310 Display leuchtet“ · Haus & Smart Home ·
-
PDF
DCC_Laborbooster.pdf
21 Zeichen, wird aber nicht abgefangen 13 14 'PIC-Register: LCD-Modul: Funktion: 15 'RC5 4 RS 16 'GND 5 R/W 17 'RC4 6 E 18 '--- 7 DB0 19 '--- 8 DB1 20 '--- 9 DB2 21 '--- 10 DB3 22 'RC0 11 DB4 23 'RC1 12 DB5 24 'RC2 13 DB6 25 'RC3 14 DB7 26 27 Symbol EN = PORTB.0
-
PDF
RGB16_Trend_ScreenKeys_Datasheet.pdf
Angle horizontal 100 degrees vertical 120 degrees Version 1.0 Page 7 of 21 RGB16 Trend Data Sheet 4. Liquid Crystal Display Drawing 4: LCD - display area / pixel size in mm. 4.1. Liquid Crystal Display Specifications Description Values Response Time 200 ms Refresh Rate 64 Hz Current Consumption 10
-
Datei
LCD.h
0x20 #define LCD_FUNCTION_4BIT 0x00 #define LCD_FUNCTION_8BIT 0x10 #define LCD_FUNCTION_1LINE 0x00 #define LCD_FUNCTION_2LINE 0x08 #define LCD_FUNCTION_5X7 0x00 #define LCD_FUNCTION_5X10 0x04 #define LCD_SOFT_RESET 0x30 // Set CG RAM Address --------- 0b01xxxxxx (Character Generator RAM) #define LCD_SET_CGADR 0x40 #define LCD_GC_CHAR0 0 #define LCD_GC_CHAR1 1 #define LCD_GC_CHAR2 2 #define LCD_GC_CHAR3 3 #define LCD_GC_CHAR4 4 #define LCD_GC_CHAR5 5 #define LCD_GC_CHAR6 6 #define LCD_GC_CHAR7 7
in „Kleine DCF77 & LCD Bastelei // Bitte um Vorschläge für Verbesserungen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD.h
0x20 #define LCD_FUNCTION_4BIT 0x00 #define LCD_FUNCTION_8BIT 0x10 #define LCD_FUNCTION_1LINE 0x00 #define LCD_FUNCTION_2LINE 0x08 #define LCD_FUNCTION_5X7 0x00 #define LCD_FUNCTION_5X10 0x04 #define LCD_SOFT_RESET 0x30 // Set CG RAM Address --------- 0b01xxxxxx (Character Generator RAM) #define LCD_SET_CGADR 0x40 #define LCD_GC_CHAR0 0 #define LCD_GC_CHAR1 1 #define LCD_GC_CHAR2 2 #define LCD_GC_CHAR3 3 #define LCD_GC_CHAR4 4 #define LCD_GC_CHAR5 5 #define LCD_GC_CHAR6 6 #define LCD_GC_CHAR7 7
in „DCF77 & LCD Testprogramm“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcdconpar.asm
.db 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x84,0x82,0xE2,0x8,0x20,0x21,0xC2,0xE0,0xE0,0x74,0x88,0x3E,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0 .db 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x4,0x80,0x83,0x12,0x8,0x20,0x42,0x23,0x11,0x10,0x8C,0x88,0x48,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0
in „LCD Controller für 640x480 LCD mit mega8515“ · Projekte & Code ·
-
Datei
lcd-routines.h
LCD_PORT PORTD #define LCD_DDR DDRD #define LCD_DB PD0 // LCD RS <--> PORTD Bit PD4 (RS: 1=Data, 0=Command) #define LCD_RS PD4 // LCD EN <--> PORTD Bit PD5 (EN: 1-Impuls für Daten) #define LCD_EN PD5 //
in „Initialisierung 204b LCD mit ST7066U“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
display.asm
DB4 DB3 DB2 DB1 DB0 ->Display Daten ;Value: 1 0 1 1 1 x x x (x = undefined) or DATA, PAGE ;Setzt DB2 DB1 DB0 von DATA auf den in PAGE stehenden Wert rcall lcd_sendword ;=> Signal für "Set Page (PAGE)" rcall
in „Grafikdisplay 128x64Dots macht Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NHD-C12864WO-B1TMI-M.pdf
63.97(AA) 1.9 T 82.7 4-3.2 PTH 3.5 3.35 69.0(VA) 6.0±0.3 8.35 73.0(LCD) E 3.5 89.7 I C . C 4 8 1 CS1B 11 D5 21 CAP2N R w=0.3 2 /RES 12 D6 22 V4 P0.5*29=14.5 Contact Side 4 /WR(R/W) 14 VDD 24 V2 P 15.5 5 /RD(E) 15 Vss 25 V1
in „[V] 1St. LCD 128x64 COG Newhaven NHD-C12864WO-B1 128X64 Graphic White Backlight (10€)“ · Markt ·
-
Datei
lcd-routines.h
LCD_PORT PORTA #define LCD_DDR DDRA #define LCD_DB PA0 // LCD RS <--> PORTA Bit PA4 (RS: 1=Data, 0=Command) #define LCD_RS PA4 // LCD EN <--> PORTA Bit PA5 (EN: 1-Impuls für Daten) #define LCD_EN PA5 //
in „LCD-Display mit Attiny24 betreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.h
LCD_PORT PORTD #define LCD_DDR DDRD #define LCD_DB PD0 // LCD RS <--> PORTD Bit PD4 (RS: 1=Data, 0=Command) #define LCD_RS PD4 // LCD EN <--> PORTD Bit PD5 (EN: 1-Impuls für Daten) #define LCD_EN PD5 //
in „DS18B20: Problem mit Temperaturauslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_routinen.h
LCD_PORT PORTC #define LCD_DDR DDRC #define LCD_DB PC0 // LCD RS <--> PORTC Bit PC4 (RS: 0=Data, 1=Command) #define LCD_RS PC4 // LCD RW <--> PORTC Bit PC6 (RW: 0=Write, 1=Read) #define LCD_RW PC5 // LCD
in „LCD 204B-NLW & AtMega32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ettft240320tp3_2_rev_b.c
Connect: CS-H * * - | : PE3 | Connect: RS-H(0=cmm,1=data) * * - | : PE4 | Connect: WR-H(Write) * * - | : PE5 | Connect: RD-H(Read) * * - | : PE6 | Connect: RES-H(Reset) * * - Back Light GLCD | : PE7 | Connect: BL-H(LCD-Back Light(Active=1)) * * - Touch Screen | : PD2 (MISO-in
in „ET-TFT320240 Rev.3.2 Code in Modul und Header aufteilen“ · Mikrocontroller und Digitale Elektronik ·