These questions are with respect to dimming 120v AC LED String lights. I am curious if most AC controllers are using a timer interrupt and at what rate they are running assuming 256 dimming levels. I think the half wave is ~8333 microseconds, so I have been playing around with values like ~32 to 29 microseconds but wondering if I need to incorporate a faster rate and a dimming curve lookup table to translate back to 255? Also curious if turning on at the zero cross and turning off during the wave yields better results than turning off at the zero cross and turning on during the wave?