Need help with minipov3

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
sasuto
 
Posts: 37
Joined: Sun May 10, 2009 8:36 pm

Need help with minipov3

Post by sasuto »

I recently bought a minipov3 b/c i cannot make a DIY one. I put all the stuff together. And it work perfectly :) :D . I was trying to make the led's to stop blinking. Like I want it to light up and not blink repeatedly. How do I make it stop blinking and just light it all up w/o the blinking?

mtbf0
 
Posts: 1645
Joined: Sat Nov 10, 2007 12:59 am

Re: Need help with minipov3

Post by mtbf0 »

sasuto wrote:I recently bought a minipov3 b/c i cannot make a DIY one. I put all the stuff together. And it work perfectly :) :D . I was trying to make the led's to stop blinking. Like I want it to light up and not blink repeatedly. How do I make it stop blinking and just light it all up w/o the blinking?
maybe use this for the image

Code: Select all

const static int image[] = { B8(11111111) };
but, if you just want 8 leds lit up, do you really need a microcontroller?

the minipov3 is a great platform for hacking but, if you want to use it for other than its intended purpose, you're going to have to learn to write c and read the attiny2313 datasheet. both of which are highly worthwhile pursuits in my humble opinion.

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”