Liste der Anhänge anzeigen (Anzahl: 1)
t6963 problem mit Mega16
Hallo,
ich habe ein problem mit einem mega16 und einem t6963c display. hab es folgendermaßen angeschlossen und mit folgendem code probiert :
Code:
'-----------------------------------------------------------------
' (c) 2001-2003 MCS Electronics
' T6963C graphic display support demo
'-----------------------------------------------------------------
'The connections of the LCD used in this demo
'LCD pin connected to
' 1 GND GND
'2 GND GND
'3 +5V +5V
'4 -9V -9V potmeter
'5 /WR PORTC.0
'6 /RD PORTC.1
'7 /CE PORTC.2
'8 C/D PORTC.3
'9 NC not conneted
'10 RESET PORTC.4
'11-18 D0-D7 PA
'19 FS PORTC.5
'20 NC not connected
$regfile = "m16def.dat"
$crystal = 8000000
Config Portb = Output
'First we define that we use a graphic LCD
Config Graphlcd = 240 * 64 , Dataport = Porta , Controlport = Portc , Ce = 2 , Cd = 3 , Wr = 0 , Rd = 1 , Reset = 4 , Fs = 5 , Mode = 8
'Dim variables (y not used)
Dim X As Byte , Y As Byte
Portb.0 = 1
'Clear the screen will both clear text and graph display
Cls
'Other options are :
' CLS TEXT to clear only the text display
' CLS GRAPH to clear only the graphical part
Cursor Off
Wait 1
'locate works like the normal LCD locate statement
' LOCATE LINE,COLUMN LINE can be 1-8 and column 0-30
Locate 1 , 1
'Show some text
Lcd "MCS Electronics"
'And some othe text on line 2
Locate 2 , 1 : Lcd "T6963c support"
Locate 3 , 1 : Lcd "1234567890123456789012345678901234567890"
Wait 2
jetzt zeigt das display aber nur dies an ( Foto ).
hatte jemand schonmal das gleiche problem ?
( habe alle anschlüsse kontrolliert und sie sind alle korrekt verbunden )
mfg Kay
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo,
habe mir das display jetzt mal genauer angeschaut. ich habe den metallrahmen abgenommen und bemerkt, das das Display an sich nicht richtig auf den kontakten vom DisplayBoard gesessen hat. hab das jetzt wieder richtig draufgesetzt und jetzt habe ich zwar alle pixel, aber ich kann immer noch nix anzeigen. anbei ein foto vom display. ich habe leider kein datenblatt vom display, da kein hersteller drauf steht. Wie könnte ich denn weiter vorgehen ?
Liste der Anhänge anzeigen (Anzahl: 2)
pullups bin ich gerade dabei. muss ich doch 10k gegen masse und die ports richtig ?
auf dem display steht "TG5V-0" und "94V-0" und dann was ganz langes(Foto)
ich habe für dieses display kein datenblatt. das ist ja mein problem. habe die pinbelegung rausgemessen. aber 100 % sicher bin ich mir nicht. habe jetzt noch eine 2. Batterie angeschlossen um die kontrastspannung zu erhöhen. aber es tut sich nichts. das ist frustrieren