wafer101
Member level 4
Anyone please I need some help/idea on how to implement this PIC/microcontroller project:
I need to implement a PIC project ( possibly 16F84) that controlles 8 set of LED that can turn ON/OFF and any of this LED can, according to program parameter, display 7 color. In another words I need to controll a 8X7 matrix that all 8 ROW are ON and controll the 7 column to display one colored LED (white or blue or green or red or yellow ..... take on 7 different color) one ROW can take on one of 7 different color.
and possibly controll 3 different matrix.
I am not a PIC expert so from your side I would like to have any suggestion if first of all this is possible and if so if it can be implemented with PIC 16F84 i have a couple of them around.
what about pic port A drives a 1x8 decoder
port B drives 1x7decoder
repeate above 3 times over.... with remaining port or pin output.
thanx for your IDEAS
wafer101
I need to implement a PIC project ( possibly 16F84) that controlles 8 set of LED that can turn ON/OFF and any of this LED can, according to program parameter, display 7 color. In another words I need to controll a 8X7 matrix that all 8 ROW are ON and controll the 7 column to display one colored LED (white or blue or green or red or yellow ..... take on 7 different color) one ROW can take on one of 7 different color.
and possibly controll 3 different matrix.
I am not a PIC expert so from your side I would like to have any suggestion if first of all this is possible and if so if it can be implemented with PIC 16F84 i have a couple of them around.
what about pic port A drives a 1x8 decoder
port B drives 1x7decoder
repeate above 3 times over.... with remaining port or pin output.
thanx for your IDEAS
wafer101