Driving T6963C-controlled display

Can this source be directly compiled in Arduino IDE?
http://en.radzio.dxp.pl/t6963/

If not, is it portable? How?

From the limited code provided on the linked page, it is totally compatible with arduino environment. You may need to make some changes here "T6963C.h - configuration and functions declarations for T6963C.c file" to make the library work on pin configurations other than that diagram shows.

Have you tried to compile your code with this library?

liudr:
From the limited code provided on the linked page, it is totally compatible with arduino environment. You may need to make some changes here "T6963C.h - configuration and functions declarations for T6963C.c file" to make the library work on pin configurations other than that diagram shows.

Have you tried to compile your code with this library?

Not yet, anyway I found a thread in the old forum talking about a ready-made library. I'll check.

Jumpjack,

Also check out this thread.
I posted a link to the library that I'm using and also posted a pin layout in that thread for a powertip 240128a (T6963 controller).

http://arduino.cc/forum/index.php/topic,58833.0.html

thanks.