NorthGuy
Well-Known Member
I think I understand what you're doing, although this is an unusual apprach.
Since it doesn't matter in what order values are loaded within the section, you could re-arrange bits so that there would be a similar number of 1s in each value.
For example, instead of b'11111111' and b'00000000' do b'11110000' and b'00001111' or b'10101010' and b'01010101'.
This will produce more even power draw.
Since it doesn't matter in what order values are loaded within the section, you could re-arrange bits so that there would be a similar number of 1s in each value.
For example, instead of b'11111111' and b'00000000' do b'11110000' and b'00001111' or b'10101010' and b'01010101'.
This will produce more even power draw.