Overview
This app is built for the Cardputer platform using the MicroHydra framework. It allows users to perform several percentage-related calculations such as:
- Find X% of Y – What is X% of a given number?
- What percentage X is of Y – Calculate what percentage X is of Y.
- Percentage Change from X to Y – Determine the percentage increase or decrease from X to Y.
- Determine what number X is Y% of – Find the number for which X is Y%.
- Percentage Difference between X and Y – Calculate the percentage difference between two numbers.
The display interface is handled using the display module, user input is captured through the userinput
module, and the configuration is accessed via the config
module.
Features
- User-friendly input for performing common percentage calculations.
- Text wrapping to display results on small screens.
- Modular design leveraging MicroHydra libraries.
Modules
- display: Handles output rendering.
- userinput: Captures user interactions.
- config: Manages configuration settings.
mHYDRA cal_percentage.txt |