-
Datei
fehler.txt
Application/Avr ToolChain/bin/avr-gcc.exe" -mmcu=atmega16 -o wintek_lcd_mega16.elf wintek_lcd_mega16.o SED1520.o SED1520-AVR.o SED1520.o: In function `GLCD_GoTo': D:\uController\Projekte\wintek_lcd_mega16\default/.././SED1520.c(18,1): multiple definition of `GLCD_GoTo' wintek_lcd_mega16.o:D:\uController\Projekte\wintek_lcd_mega16\default/.././SED1520.c:18: first defined here SED1520.o: In function `GLCD_ClearScreen': D:\uController\Projekte\wintek_lcd_mega16\default/.././SED1520.c(38,1): multiple definition of `GLCD_ClearScreen' wintek_lcd_mega16
in „Display Wintek Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Read_Data.txt
GLCD_ReadData(void) { unsigned char tmp; GLCD_WaitForStatus(0x80, 0); GLCD_WaitForStatus(0x80, 1); SED1520_CONTROL_PORT |= SED1520_A0; SED1520_CONTROL_PORT |= SED1520_RW; SED1520_DATA_DDR = 0x00; SED1520_DATA_PORT = 0xFF; if(lcd_x < 61) { SED1520_CONTROL_PORT |= SED1520_E1; asm("nop");asm("nop"); SED1520_CONTROL_PORT &= ~SED1520_E1; asm("nop");asm("nop"); SED1520_CONTROL_PORT |= SED1520_E1; asm("nop");asm("nop"); tmp = SED1520_DATA_PIN; SED1520_CONTROL_PORT &= ~SED1520_E1; } else { SED1520_CONTROL_PORT |= SED1520_E2; asm(
in „pollin dot matrix lcd 122x32 dots dg 12232“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SED1520.pdf
PF469-06 SED1520 Seri s SED1520 Series Dot Matrix LCD Controller Driver SSC5000Series Ultra Low Power Consumption Built-in Video RAM DESCRIPTION The SED1520 family of dot matrix LCD drivers are designed for the display
in „suche Text- LCD“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SED1520.pdf
clock SED1520F O* 18KHz 18KHz SED1520F O, SED1521F O* 61 ports 16 ports SED1520F A* — 2KHz SED1520F A, SED1521F A* 61 ports 16 ports 6 S-MOSSystems,Inc.•150RiverOaksParkway•SanJose,CA95134•Tel:(408)922-0200•Fax
in „SED1520: Lesen vom Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gfx_lcd.c
( bNoTrailing0 && (ulValue == 0) && (i < iDigits) ) { str[i-1] = 0x20; } ulValue /= 10; } } void sed1520_setpixel( int cx, int cy ) { framebuf[( cy * 122)+cx] = 1; } ///////////////////////////////////////////////////////////////// // selects a page (=row) on both sed1520s // void selectpage (int page
-
Datei
gfx_lcd.h
unsigned char*, unsigned int, int); void LongToString (unsigned char*, unsigned long, int); void sed1520_init(void); void sed1520_setpixel( int cx, int cy ); void sed1520_clear( void ); void sed1520_heartbeat( int type ); void sed1520_flush( void ); void sed1520_chr( int x, int y, unsigned char c ); void sed1520_string( int x, int y, unsigned char *string ); void sed1520_num( int x, int num ); void sed1520_rpmbar( int iRPM ); #endif
-
PDF
p122-5n.pdf
STECKERKIT (OHNE GEHÄUSE) EA MOST-9720 3 EA IC1520 HIGH-LEVEL GRAFIKKONTROLLER FÜR DISPLA YS MIT SED 1520 PLCC44J TECHNISCHE DATEN * FÜR LC GRAFIKDISPLAYS MIT SED 1520 z.B.122x32, 120x32, 98x32 * KEINE TIMINGPROBLEME MEHR BEI SCHNELLEM BUSSYSTEM * PROGRAMMIERUNG ÜBER HOCHSPRACHENÄHNLICHE BEFEHLE: * GERADE
in „HILFE!!! Unbekanntes G-LCD!!!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SED1520.txt
14745600 $baud = 115200 '-------------------------------------------------------------------- ' SED1520.BAS ' demonstrates the SED1520 based graphical display support '-------------------------------------------------------------------- 'some routines to control the display are in the glcdSED.lib file 'IMPORTANT : since the SED1520 uses 2 chips, the columns are split into 2 of 60. 'This means that data after column 60 will not print correct. You need to locate the data on the second halve 'For example when you want to display
in „Grafik LCD Mit SED 1520 Bascom“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
181769-da-01-de-LCD_Modul_122x32_Grafik_LED.pdf
01.2004 EADIP122-5 LCD- GRAFIK MODUL 122x32 INKL. KONTROLLER SED1520 FÜR 8-BIT BUS e u ! blau-weiss:EADIP122B-5NLW n Abmessungen 75 x 27 mm gelb/grün: EA DIP122-5NLED Abmessungen 68 x 27 mm TECHNISCHE DATEN * KONTRASTREICHE LCD-SUPERTWIST ANZEIGE * KLASSISCH GELB/GRÜN
in „Jo Mensch will koiner was Saga zum Grafik Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
A500_EADIP180B-5NLW.pdf
9.2005 EA DIP180-5 LCD- GRAFIK MODUL 180x32 INKL. KONTROLLER SED1520 FÜR 8-BIT BUS ! ne u EADIP180B-5NLW Abmessungen 102 x 27 mm TECHNISCHE DATEN * KONTRASTREICHE LCD-SUPERTWIST ANZEIGE * BLAU-WEISS MIT STARKEM KONTRAST: EA DIP180B-5NLW * KONTROLLER SED1520, PT6520
in „LCD Display EADIP180-5“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//----------------------------------------------------------------------------- // SED1520-Library Demo-Application //----------------------------------------------------------------------------- // // // Target: // any AVR with enough SRAM and port-pins (see sed1520.h for connection) /
in „Problem mit LTC1290“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//----------------------------------------------------------------------------- // SED1520-Library Demo-Application //----------------------------------------------------------------------------- // // // Target: // any AVR with enough SRAM and port-pins (see sed1520.h for connection) /
in „Problem mit LTC1290“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
********************** // Demoprogramm (Minimaltest) // Inhalt: LCD (DIP122-5 122x32 Pixel mit 2xSED1520 Controller) ansteuern // LCD-Controller: SED1520 S-MOS Sytems(2x) kompatibel // 1 (linke Displayhälfte E1) // 2 (rechte Displayhälfte E2) // *******************************************************
in „SED1520 - EA DIP122-5“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
********************** // Demoprogramm (Minimaltest) // Inhalt: LCD (DIP122-5 122x32 Pixel mit 2xSED1520 Controller) ansteuern // LCD-Controller: SED1520 S-MOS Sytems(2x) kompatibel // 1 (linke DisplayhÀlfte E1) // 2 (rechte DisplayhÀlfte E2) // *****************************************************
in „DIP122-5 GLCD Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SED1520.c
-------------------------------------------------------------------------------------- #include "SED1520.h" #include <util/delay.h> //------------------------------------------------------------------------------------------------- unsigned char lcd_x = 0, lcd_y = 0; extern char sdata; //------------
in „Display Wintek Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SED1520.h
// jm12232.h // // #include "font.h" #define DISPLAY_ON 0xAF #define DISPLAY_OFF 0xAE #define DISPLAY_START_LINE 0xC0 #define PAGE_ADDRESS_SET 0xB8 #define COLUMN_ADDRESS_SET 0x00 #define ADC_CLOCKWISE 0xA0 #define ADC_COUNTERCLOCKWISE 0xA1 #define STATIC_DRIVE_ON 0xA5 #define STATIC_DRIVE_OFF 0xA4 #define DUTY_RATIO_16 0xA8 #define DUTY_RATIO_32 0xA9 #define READ_MODIFY_WRITE 0xE0 #define END_READ_MODIFY 0xEE #define RESET 0xE2 #define SCREEN_WIDTH 122 void GLCD_WaitForStatus(unsigned char,unsigned char); void GLCD_WriteCommand(unsigned char,unsigned char); void GLCD_GoTo(unsigned char,unsigned
in „Display Wintek Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fet140_1.c
//******************************************************************************* // // Test SED 1520 LCD Ansteuerung // 4.8.03 untere Bilschirmhälfte blinkt, ...es tut sich was // //****************************************************************************** #include <msp430x14x.h> #define A0 0x01
in „Frage:Gibts unterschiede beim flashen??“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wintek_lcd_mega16.c
include <avr/io.h> #include <stdlib.h> #include <util/atomic.h> #include <util/delay.h> #include "SED1520-AVR.c" #include "SED1520.c" int main(void) { GLCD_Init(); while(1) { } }
in „Display Wintek Pollin“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SED1565.pdf
interface SED1510F 0E QFP6-60pin SED1511D 0A AIpadchip Smallsegment-typeLCDdislays.Dataonly interface SED1520D 0A AIpadchip SED1520D 0B 18 Aubumpchip SED1520F 0A (internal, QFP5-100pin SED1520F 0C external) QFP15-100pin SED1520T 0A TCP Dot-matrixLCDdisplays 1/16,1/32 61 16 Extensiondriveristhe SED1520D AA AIpadchip SED1521. SED1520D AB Aubumpchip SED1520F AA 2 QFP5-100pin (external) SED1520F AC QFP15-100pin # SED1520T AA TCP SED1521D 0A AIpadchip SED1521D 0B Aubumpchip 18 SED1521F 0A (external) QFP5-100pin SED1521F 0C QFP15-
in „Pollin 128x64 GLCD : Bild verzerrt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd.h
****************************************************** // For EA-DIP-122-5 122x32 Px // with 2x SED 1520 and 2x Enable, left 61 rows, right 61 rows //********************************************************************** #define GLCD_DATAPORT PORTC//Port für GLCD Data Pins #define GLCD_DATAPORTDDR DDRC
in „EA DIP 122-5 mit SED1520: Kann Page 2 nicht ansprechen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
neLCDuhr.c
// ATmega 16 // #include <avr/io.h> #include <avr/interrupt.h> #include "SED1520.h" #include <util/delay.h> #include "graphic.h" #include <stdlib.h> // aus der FAQ µCnet //Variablen für die Zeit volatile unsigned int millisekunden; volatile unsigned int sekunde; volatile unsigned
in „Atmega16 STK Störung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
A8_LCD.c
/* Der letzt verbliebene Prozessor mein Atmega8515*/ #include "SED1520.h" #include <util/delay.h> #include "graphic.h" #include <avr/io.h> #include <avr/interrupt.h> #include <stdlib.h> volatile unsigned int millisekunden = 0; volatile unsigned int sekunde = 0; volatile
in „LCD Ausgabe straffen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.bas
$regfile = "m16def.dat" ' specify the used micro $lib "glcdSED1520.lbx" $crystal = 4000000 Config Portc = Output 'Config you display as needed Config Graphlcd = 240 * 64 , Dataport = Porta , Controlport = Portc , Ce = 6 , Cd = 7 , Wr = 4 , Rd = 5 , Mode = 8 Deflcdchar
in „Fehlermelung, bitte helft mir“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
D120584B.pdf
Rückseite derAnschlusspla- tine zu verbiegen. Technische Daten: Betriebsspannung +5V Integrierter SED-1520DAA Controller Pixel 122x32 1/32 Duty Punktgröße 0,4x0,45 mm Maße (LxBxH): 65x27x6 mm LCD-Kontrastspanung –5...0 V ! Pin-Functions Pin Symbol Level Function 1 A0 L / H L - Instruction, H - Data 2 CS2
in „Hilfe Will ein GraphikLCD 122*32 ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
A8_LCD_T2.c
#include "SED1520.h" #include "wecker.h" #include "ent_prellen.h" #include <util/delay.h> #include "graphic.h" #include <avr/io.h> #include <stdlib.h> #include <stdint.h> #include <string.h> volatile unsigned int millisekunden
in „Struktur von Arrays“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GLCD1520.ASM
; Ansteuerung Grafik-LCD 122 x 32 ; Controller SED1520/4520 .equ dat_in = pina .equ dat_out = porta .equ dat_dir = ddra .equ ctl_out = portc .equ enab = 0 .equ rw = 1 .equ cd = 2 .equ cs1 = 3 .equ cs2 = 4 .equ resx = 6 .equ dispoff = 0b10101110 .equ dispon
in „SED1520: Lesen vom Display“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DisplayNeu.asm
;DISPLAY POLLIN12232 ;SED1520 Treiber ;Pinbelegung: PortA,0-7 ----> Data0-7 ; PortB,0 ----> WR ; PortB,1 ----> E ; PortB,2 ----> CS1 ; PortB,3 ----> Cl ; PortB,4 ----> CS2 ; PortB,5 ----> A0 ; PortB,6 ----> RES .include "m32def.inc
in „Problem mit Adressierung, ADC Wert nutzen um "funktion" aufzurufen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd.pdf
33 F E* MC141803 TCP, 3.3V* 122 x 32 AG12232B 65.8 x 27.1 x 4.7/8.4 60.5 x 18.5 1/32 G Y F L* E* SED1520 dual power 128 x 64 AG12864E 75.0 x 52.7 x 6.8/9.0 60.0 x 32.5 1/64 G Y F L/Q* KS0108 DC/DC 128 x 128 AF128128B/C 36.1 x 37.4 x 1.5 28.2 x 31.4 1/128 F HD66750 COF, 3.0V 160 x 80 AG16080A/B 100.0
in „LCD Display“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
f_2320312311226304479081.pdf
SED1510D0C S1D15100D00C SED1560DAB S1D15600D10B * * SED1510F0C S1D15100F00C* SED1561D0B S1D15601D00B * SED1520DAA S1D15200D10A* SED1561DAB S1D15601D10B * SED1520DAB S1D15200D10B SED1562D0B S1D15602D00B SED1520F0A S1D15200F00A* SED1565D0B S1D15605D00B * * * SED1520FAA S1D15200F10A* SED1565D1B S1D15605D01B *
in „Philips GLCD Modul“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HelloWorld.ino
, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_F u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! //U8G2_T6963_240X128_F_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable
in „ST7567 Display falsch mit Arduino Nano verbunden?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
EPaper_1_54_Test.ino
, 5, 6, 7, /*enable=*/ 18, /*cs=*/ 14, /*dc=*/ 15, /*reset=*/ 16); // Connect RW with GND //U8G2_SED1520_122X32_1 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*dc=*/ A0, /*e1=*/ A3, /*e2=*/ A2, /* reset=*/ A4); // Set R/W to low! //U8G2_T6963_240X128_1_8080 u8g2(U8G2_R0, 8, 9, 10, 11, 4, 5, 6, 7, /*enable
in „Fragen zu Waveshare e-paper 1.54"“ · Mikrocontroller und Digitale Elektronik ·