sadiqawos / micro_light_meter

0 stars 1 forks source link

Left right button presses in sample screen #11

Closed mattthegamer463 closed 4 years ago

mattthegamer463 commented 4 years ago

Left and right button presses when viewing the sample screen should change the current priority value up and down, and recalculate the driven value.

mattthegamer463 commented 4 years ago

I don't understand how it works with the true/false left/right stuff. Like, seems to make sense but it isn't working, just resamples and recalculates with the same values each time. Doesn't change the driven value.

mattthegamer463 commented 4 years ago

Fixed by adding IF statements that used your boolean values, because idk what was going on before