
I don't have led panel, I bought for cheap pack of 1000 of RGB 5mm leds. 50fps is for extra smoothness. Commercial scrolling marque led displays run at 60 fps.
CuriousOne Today, 11:07
I guess it depends on the interface of the LED-matrix. Is it a serial, SPI type interface with the actual LED-drivers and multiplexer built in or do you intend to drive the actual LEDs with the PIC?...
HenrikOlsson Today, 08:07
Why do you need 50fps ? NTSC TV is 30, Pal is 25, normal cinema is 24, or home movies 18fps or less are quite OK.
aerostar Today, 07:49
http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/100000/80000/4000/400/184415/184415.strip.print.gifhttp://feeds.feedburner.com/~r/dilbert/daily_strip/~4/98NKi_mggBk
Dilbert Today, 06:00
I'm curious what do you mean? Bits 0 to 3 set status bit, oscillator stability and mode select. Can't these be set at beginning of code?
AvionicsMaster1 Today, 03:05
Hi Nick!
Here is a link to the radio controller: http://www.conrad-uk.com/ce/en/product/384271?WT.mc_id=webgains&insert=8X It has two throttles, one for the port motor and one for the starboard...
so I guess
the clocking below 4Mhz cannot be used with HPWM ?
Cause I need to get down to 50Hz, my choices is left with pulsout command.
I'll see if I CAN use it on the same pin.
K
Hello, will be mentioned combo enough to read from serial eeprom and display on led panel some graphical data at high speed, say 50fps?
CuriousOne Yesterday, 19:49
Sheldon,
What's happening there is ... it will look at the state of the specified pin, and use either 0 or 1 for the pulsin pin, which is usually PORTB.0 or PORTB.1 depending on the chip being...

Re: Darrel's Multiple Software PWM
This program allows you to have MANY Pulse Width Modulation's being generated as an interrupt driven Background process with PicBasic Pro. It's a complete Re-Write of the original Multi-SPWM with new...
deanjhon530 Today, 11:11