ULTIMATE 64 x 256 PWM 8x8 LED MATRIX
Loading...
21,509
Loading...
Uploader Comments (circuited)
Video Responses
This video is a response to PIC16F84 & HCF4017 LED DOT MATRIX 8*8 DRIVER
see all
All Comments (7)
-
I wish you'd enviase this program in C language
-
forgive me but i cant help but say you guys seem to be talking really complex stuff.. at least to me
-
Ahh thanks, I asked this question, because I want to control the matrix with the already built in CCP module.
Loading...
Tell me is it possible to make it with decoders and connect the first's enable pin to a single PWM source and therefore controlling the PWM of each LED?
bamboohaaa 4 years ago
Yes, you can build it with serial to parallel decoders. You would apply a PWM signal on the OE output enable pin of the decoder IC and it will dim the whole display evenly. Individual PWM like above must be done in software by controlling on-off timings for each bit/dot.
circuited 4 years ago
So you control each PWM for each LED dynamically?
bamboohaaa 4 years ago
Yes... and with only 16 lines!
circuited 4 years ago
Warren, with a little much effort you will display a TV picture ;-)
PicExamples 4 years ago
Hadn't thought about it but why not... 256 level grey-scale.
circuited 4 years ago