i2c

lake

New Member
ive been reading the i2c datasheets and i understand some of it but not much i am connecting a picaxe40x1 and a max6953epl+ i understand that it is the scl and sda that you connect to the other chip for them to send infomation between them so now my problem the max6953 is a led driver and i want my picaxe to tell it what outputs to turn on to run the 8X16 dotmatrix so lets say i want to turn on the first led in a colunm and row so
x000000000000000
0000000000000000
0000000000000000
0000000000000000
0000000000000000
0000000000000000
0000000000000000
0000000000000000
x being on
how would i send this to the max6953 chip from the picaxe to tell it to turn on the led, i am using var values that will be changing
e.g b0=1
high b0 would be high column 1 or output 1
any help will be great or if anyone has any other datasheets that explain what i am looking for would be great thanks alot

Edited by - lakey009 on 07/07/2007 16:06:25

Edited by - lakey009 on 07/07/2007 17:14:27
 
Top