In SX Microcontrollers, SX/B Compiler and SX-Key Tool, ALTITUDEAP wrote: Hey guys. I have a chip that i am trying to talk to via I2C. I found a VP on the sx list but i dont understand it. do i need all of it inorder to make this code work? Init_Display: i2cout dispSDA,dispSCL,dispDev,$01,[$FF,$FF] ' Set Intensity i2cout dispSDA,dispSCL,dispDev,$03,[$01] ' Show all 4 chars i2cout dispSDA,dispSCL,dispDev,$04,[%00001001]' Config Byte i2cout dispSDA,dispSCL,dispDev,$60,[" "," "," "," "]' Clear display i2cout dispSDA,dispSCL,dispDev,$60,["INIT"]',fail pause 1000 i2cout dispSDA,dispSCL,dispDev,$60,[" "," "," "," "]' Clear display ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=104748 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)