FintasticMan
FintasticMan
One feature that I think is quite nice to have in a dice app, is being able to specify a number of dice, rather than just always rolling one die....
You're right, it does do that. But it hasn't been updated in quite a while, and so doesn't merge nicely with some of the changes in InfiniTime. The author of...
Oh, oops. I read the lvgl documentation wrong. It should be either `LV_COLOR_LIME` or `LV_COLOR_GREEN`, depending on what looks better. I think lime would probably be best.
After running it for a couple of days, I think the speed and threshold could be lowered a bit.
Rebased onto latest develop.
I've just updated it to use either the y or z values depending on which is more accurate. This means that it also works when the facing down and towards...
I believe that using Z is fine, because Y and Z are both the same axis, just offset by 90 degrees. This means that when Y is at (-)1024, Z...
A visual might help, but my drawing skills are not up to par, especially not with a mouse ;-). It's quite difficult to explain using words, but maybe you can...
 Here is a very crude visual I just made.
Ah, I see now. I did make a mistake, I misunderstood what Z does. In the code, I do use the values of Z in a way that doesn't align...