Eric Oliver wrote: > Whack !! Ouch !! Gotta stop whacking my forehead like that. Ok, that's > easy. So if my load measurement is say 45000 then I need the first ( > 65535/30 = ~2184, 45000/2184 = ~21 ) 21 LEDS lit. Shift out 9 zeros then 21 > ones. I guess I was making a mountain out of a mole hill !! Oh well, that's an easy solution, but shift out to where? Unless the LED modules have a shift register that accept serial (data/clock) and with a "borrow" output allowing to cascade several modules. You can also use a fpga logically programmed to convert 8 bits (the high order counter byte) into a 5x6 matrix... or 3x10... or something else, and never needing to use a microcontroller, oscillator, nothing else. Wagner