![]() |
|
If you can't view the Datasheet, Please click here to try to view without PDF Reader . |
|
Datasheet File OCR Text: |
NHD12864AZNSWBBWTR GraphicLiquidCrystalDisplayModule NHD 12864 AZ N SW B B W TR NewhavenDisplay 128x64pixels Model Transmissive SideWhiteLEDbacklight STNBlue() 6:00View WideTemperature(20C~+70C) TemperatureCompensationContrastCircuit RoHSCompliant NewhavenDisplayInternational,Inc. 2511TechnologyDrive,Suite101 ElginIL,60124 Ph:8478448795 Fax:8478448796 www.newhavendisplay.com nhtech@newhavendisplay.com nhsales@newhavendisplay.com [1] DocumentRevisionHistory Revision 0 1 2 3 * * * * * * Date 11/15/2008 8/25/2009 3/24/2010 5/20/2010 Description InitialRelease Userguidereformat MechanicalDrawing/PinDescriptionupdated UpdatedPinDescriptionandElectricalCharacteristics Changedby BE BE MC FunctionsandFeatures 128x64pixels BuiltinKS0108Controller +5.0Vpowersupply 1/64duty,1/9bias BuiltinNegativevoltage BuiltinTempCompensationCircuit [2] Mechanical Drawing 93.00 88.00 80.00 72.0 66.52 8.7 19xP2.54=48.26 PIN SIGNAL PIN SIGNAL 1 Vss 11 DB4 2 VDD 12 DB5 3 V0 13 DB6 4 D/I 14 DB7 5 R/W 15 CS1 6 E 16 CS2 7 DB0 17 RES 8 DB1 18 VEE 9 DB2 19 A 10 DB3 20 K Newhaven Display Part No. NHD-12864AZ-NSW-BBW-TR *NOTE: .All units are mm. PinDescriptionandWiringDiagram PinNo. Symbol 1 2 3 4 5 6 714 15 16 17 18 19 20 VSS VDD V0 D/I R/W E DB0DB7 CS1 CS2 /RST VEE LED+ LED External Connection PowerSupply PowerSupply AdjPowerSupply MPU MPU MPU MPU MPU MPU MPU PowerSupply PowerSupply PowerSupply FunctionDescription Ground PowersupplyforLogic(+5.0V) PowerSupplyforcontrast(approx. 3.7V) Registerselect:1=Data,0=Instruction Read/Writeselectsignal,R/W=1:ReadR/W:=0:Write Operationenablesignal.Fallingedgetriggered. Thisisan8bitdirectionaldatabus ChipSelection:CS1=H,CS2=L selectIC1(leftside) CS1=L,CS2=H selectIC2(rightside) ActiveLOWResetsignal Negativevoltageoutput(5.0V) PowerforLEDbacklight(+5.0V via 51 onboardresistor) GroundforBacklight RecommendedLCDconnector:2.54mmpitchpins Backlightconnector:onLCDconnector [4] ElectricalCharacteristics Item OperatingTemperatureRange StorageTemperatureRange SupplyVoltage SupplyCurrent SupplyforLCD(contrast) "H"Levelinput "L"Levelinput "H"Leveloutput "L"Leveloutput BacklightSupplyVoltage BacklightSupplyCurrent Symbol Condition Top AbsoluteMax Tst AbsoluteMax VDD IDD Ta=25,VDD=5.0V VDDV0 Ta=25 Vih Vil Voh Vol Vled Iled Vled=5.0V,R=68 Min. 20 30 4.7 Typ. 5.0 3.5 8.7 Max. +70 +80 5.5 5.5 VDD 0.6 0.4 50 Unit C C V mA V V V V V V mA 2.2 0 2.4 5.0 30 OpticalCharacteristics Item ViewingAngleVertical(top) ViewingAngleVertical(bottom) ViewingAngleHorizontal(left) ViewingAngleHorizontal(right) ContrastRatio ResponseTime(rise) ResponseTime(fall) Symbol AH AH AV AV Cr Tr Tf Condition Cr 2 Cr 2 Cr 2 Cr 2 Min. Typ. 20 40 35 35 10 200 300 Max. 250 350 Unit ms ms ControllerInformation BuiltinKS0108B.Downloadspecificationathttp://www.newhavendisplay.com/app_notes/KS0108.pdf [5] TableofCommands Instruction Read Display Date RS RW DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0 Function Reads data (DB[7:0]) from display data RAM to the data bus. Writes data (DB[7:0]) into the DDRAM. After writing instruction, Y address is incriminated by 1 automatically Reads the internal status BUSY 0: Ready 1: In operation Status Read 0 1 Bus y 0 ON/ OFF Reset ON/OFF 0 0 0 0 0: Display ON 1: Display OFF RESET 0: Normal 1: Reset Set Address (Y address) Set Display Start Line Set Address (X address) 0 0 0 1 Y address (0~63) Sets the Y address at the column address counter Indicates the Display Data RAM displayed at the top of the screen. Sets the X address at the X address register. Controls the display ON or OFF. The internal status and the DDRAM data is not affected. 0: OFF, 1: ON 1 1 Read data Write Display Date 1 0 Write data 0 0 1 1 Display start line (0~63) 0 0 1 0 1 1 1 Page (0~7) Display On/off 0 0 0 0 1 1 1 1 1 0/1 [6] TimingCharacteristics tC E t WL t WH tR R/W t ASU t ASU CS1,CS2 CS,RS t DSU DB0~DB7 t DHW t AH tF t AH MPU Write timing tC E tWL tWH tR R/W tASU tASU CS1B,CS2B CS3,RS tD DB0~DB7 tWH tAH tAH tF MPU Read timing Characteristic E Cycle E High Level Width E Low Level Width E Rise Time E Fall Time Address Set-Up Time Address Hold Time Data Set-Up Time Data Delay Time Data Hold Time (Write) Data Hold Time (Read) [7] Symbol tC tWH tWL tR tF tASU tAH tSU tD tDHW tDHR Min 1000 450 450 140 10 200 10 20 Typ Max 25 25 320 Unit ns ExampleInitializationProgram Sub Init Reset P3.2 Set P3.2 Reset P3.4 Reset P3.0 Reset P3.7 Reset P3.6 Reset P3.1 A = &H3F Call Comleft 'display on Call Comright 'display on End Sub '------------------------------------------------------------------------------Sub Comleft P1 = A Set P3.6 Reset P3.0 Set P3.4 Reset P3.4 Reset P3.6 End Sub Sub Comright P1 = A Set P3.1 Reset P3.0 Set P3.4 Reset P3.4 Reset P3.1 End Sub Sub Writeleft P1 = A Set P3.6 Set P3.0 Set P3.4 Reset P3.4 Reset P3.6 End Sub Sub Writeright P1 = A Set P3.1 Set P3.0 Set P3.4 Reset P3.4 Reset P3.1 End Sub [8] QualityInformation TestItem HighTemperaturestorage LowTemperaturestorage HighTemperature Operation LowTemperature Operation HighTemperature/ HumidityOperation ThermalShockresistance ContentofTest Endurancetestapplyingthehigh storagetemperatureforalongtime. Endurancetestapplyingthelowstorage temperatureforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthehighthermal stressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthelowthermal stressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)andthehighthermal withhighhumiditystressforalongtime. Endurancetestapplyingtheelectricstress (voltage¤t)duringacycleoflow andhighthermalstress. Endurancetestapplyingvibrationto simulatetransportationanduse. TestCondition +80C,48hrs 30C,48hrs +70C,48hrs Note 2 1,2 2 20C,48hrs 1,2 +40C, 90%RH, 48hrs 1,2 Vibrationtest Staticelectricitytest Endurancetestapplyingelectricstatic discharge. 0C,30min>25C,5min> 50C,30min=1cycle 10cycles 1055Hz,15mmamplitude. 60secineachof3directions X,Y,Z For15minutes VS=800V,RS=1.5k,CS=100pF Onetime 3 Note1:Nocondensationtobeobserved. Note2:Conductedafter4hoursofstorageat25C,0%RH. Note3:Testperformedonproductitself,notinsideacontainer. PrecautionsforusingLCDs/LCMs SeePrecautionsatwww.newhavendisplay.com/specs/precautions.pdf WarrantyInformationandTerms&Conditions http://www.newhavendisplay.com/index.php?main_page=terms [9] |
Price & Availability of NHD-12864AZ-NSW-BBW-TR
![]() |
|
|
All Rights Reserved © IC-ON-LINE 2003 - 2022 |
[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy] |
Mirror Sites : [www.datasheet.hk]
[www.maxim4u.com] [www.ic-on-line.cn]
[www.ic-on-line.com] [www.ic-on-line.net]
[www.alldatasheet.com.cn]
[www.gdcy.com]
[www.gdcy.net] |