It looks like it will work!
That's always a relief

But read on and you'll see why I'm glad you think so!
Dont know why but when I have the board hooked up Led #2 & 11 are not lighting up? and to get the progression of lights we just have to change "i==" line?
Actually that's entirely my fault. I changed everything but the remapping of count, which still has the old range. Make it instead:
int count = map(val, 0, 1023, 2, 11);
...and that should work a little better than before.
All the best with your test,
Geoff