New Steps app#298
Conversation
joaquimorg
commented
Apr 19, 2021
- New Steps app
- Settings to set the steps goal
- More detail in Motion app
- New 42px Font



Settings to set the steps goal More detail in Motion app New 42px Font
petterhs
left a comment
There was a problem hiding this comment.
Very nice! Everything works and looks good.
Minor improvements:
- Make the +/- buttons in step settings a bit bigger
- Make 10000 steps default goal instead of 1000
Future possibilities:
- Have a notification when goal is hit
- Possible to turn step counting off in settings
- (Move Motion app somewhere in the settings as it is more of a testing/debug application now at least)
|
Looks great! I agree on all the points @petterhs made. Particularly the 10,000 steps part, as I was part of a active living promotion/campaign 10 or so years ago... funnily enough, called 10,000 steps 😆 |
Yes, I will make the changes. |
|
I've just tried this, and it looks and works great. |
The stepsGoal value in settings is already present in the RC's so then value 1000 was already loaded to you SPI flash |
|
Ah, fair enough... thank you @petterhs! :) In that case, it works perfectly. As far as the motion app... I don't see why it can't stay where it is... it's as much a toy as the paint app is... I see it more as a demo of the sensors that can be read, which can get the boot when space becomes an issue or there are enough apps to warrant the slot wanted. |
|
Really excited about this! The default app should be moved somewhere else , maybe a hidden settings menu? Similar to what @petterhs was saying. |
|
Nice PR, as always, @joaquimorg. I'll try to review it soon! About the font : I think it would be useful to update the doc in |
|
While testing the settings app for the Steps, I noticed that it's not easy to tap on the buttons. It looks like the "hitbox" is really small. Is there something we can do about this?
I agree with this. The motion app is not that useful. I implemented it to test the motion sensor, and it served as a placeholder while we didn't have a decent Steps app. Now, we can keep it (as @joaquimorg helped maintaining it :) ) or remove it (an free a few bytes of memory by disabling the Graph widget from LVGL). What's your opinion? |
|
What I was able to validate is that the problem is not the size of the button but the interval between each touch, if it is too fast it does not detect the touch on the button, but if we take a short break between each touch it works well, I will try to understand whatever might be behind it. As for the Motion application, I think that for now it can stay, I use it to validate if the accelerometer is working, later on when there is a need for space we can remove it. |
|
@joaquimorg you might be right about the interval between 2 taps. If it's the case, that would be an issue that could be handled in another issue/PR. And I agree with you about the motion app ;) |