Dimming Monochron

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
Squar0L
 
Posts: 6
Joined: Sun Feb 28, 2010 2:05 am

Dimming Monochron

Post by Squar0L »

I'd like to dim Monochron lower than the current minimum setting. 128 step would be fine instead of the current 16. Later, I'm about to add a photoresistor to do that all behind the scenes, but I need to see how low I should go first. I was messing around with OCB2A_VALUE in ratt.h, like this:

Code: Select all

#define OCR2A_VALUE 128
#define TIMER2_RETURN (8000000 / (OCR2A_VALUE * 1024 * 6))
but it did not work out. I would appreciate a little help with the PWM and timer setup.

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

Return to “Clock Kits (discontinued)”