nsch0e
nsch0e
same problem here: using the standard camera with maixduino (gc0328) doesnt work with arduino example, but works in microPython. omnivision ov2640 camera works with both sketches. So probably there is...
For anyone else stumbling over this helpful example (thanks!). Using pow allows for frational steps in MouseWheel and results in smoother zooming atleast on my touchpad. ```c++ if (io.MouseWheel !=...
what is the benefit of waiting until the wheel has accumulated 1 full step? (I have no problems using each tiny step) Also: is there a way to use a...