Search found 1 match

by barfly
Thu Dec 18, 2003 6:24 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: PICF452 I2C routine in microchip C
Replies: 1
Views: 2588

PICF452 I2C routine in microchip C

Hey,

does any of you have a C routine i can start with for displaying some characters on an I2C display (maxtrix orbital 2041)
something like this should do the job i thought,.. but no :-?

any help is appreciated

void main (void)
{

OpenI2C(MASTER, SLEW_ON);
StartI2C();
WriteI2C(0xB8 ...