Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Ads

Discussion Groups

Discussion Groups | BasicX | How to use I2C with LCD

Discussion forum for the BasicX family of microcontroller chips.

How to use I2C with LCD - hvaccontrols.casey - Mar 8 12:59:00 2006

I have a Matrix Orbital VK204-25 as my display, and a BX-24.

I'm a beginner!

Using I2C:
How to have the BX-24 send to a LCD address, which is (5CH).
Using I2C:
How to send text from BX-24 to LCD.    ex. ("Hello World")
	'5 Clock Pin
'6 Data Pin
         
   Call PutPin(6, 2)   'Start I2C       
   Call PutPin(5, 2)
   Call PutPin(6, 0)        
   Call PutPin(5, 0)
   ?
   ?
   ?
   ?
   ?
        
   Call PutPin(5, 0)    'Stop I2C
   Call PutPin(6, 0)
   Call PutPin(5, 2)
   Call PutPin(6, 2)
	Thank you,
Casey
	


(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )


Re: How to use I2C with LCD - Yuri Bernikov - Mar 9 13:00:00 2006

I have sent you email with complete demo program for a slightly 
different kind of I2C LCD, but I think that after adjusting I2C 
addresses and removing extra code it should work fine.

Yuri.
	


(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )