imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 817
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,490
Please let me know that I am using Arduino Mega2560 with keypad + MAX7221 + LCD
And I want to cascade MAX7221 ICs so my question is that would I write these functions
lc.shutdown(0,false);
/* Set the brightness to a medium values */
lc.setIntensity(0,8);
/* and clear the display */
lc.clearDisplay(0)
in setup or other pre-defined functions.
And I want to cascade MAX7221 ICs so my question is that would I write these functions
lc.shutdown(0,false);
/* Set the brightness to a medium values */
lc.setIntensity(0,8);
/* and clear the display */
lc.clearDisplay(0)
in setup or other pre-defined functions.