I am looking to drive a maxim 6952 ic with an arduino.
Shows how to do it with an AT89C51 and the code contains a reference to a REGX51.H library for driving the AT89C51.
I couldn't find anyway to register on there to ask a question but when I clicked on the forum link it sent me here.
Can anyone tell me if the software is similar enough to arduino software to work?
If I try to compile it with the arduino IDE it points out that it can't find the REGX51.H library and then a few more lines that I assume are in the library which is for the AT89C51.
Is there a similar library/sketch for the arduino?
Otherwise does anyone know of any instance of a sketch for an arduino driving a maxim 6952 that I could alter for my use?
Thanks,
Bob
Moving LED Display Using MAX-6952 IC
This moving LED Display use four 5x7 Dot-matrix bar along with Max-6952 driver IC and AT89C51 Microcontroller.Max-6952 is LED dot-matrix driver IC from MAXIM. Max-6952 can drive up-to 4 Digits (140 LEDs). Included static RAM that stores each digit, as well as font data for 24user-definable...
www.engineersgarage.com
I couldn't find anyway to register on there to ask a question but when I clicked on the forum link it sent me here.
Can anyone tell me if the software is similar enough to arduino software to work?
If I try to compile it with the arduino IDE it points out that it can't find the REGX51.H library and then a few more lines that I assume are in the library which is for the AT89C51.
Is there a similar library/sketch for the arduino?
Otherwise does anyone know of any instance of a sketch for an arduino driving a maxim 6952 that I could alter for my use?
Thanks,
Bob