binary_conversion_app


Overview

This is a simple binary conversion application designed for the Cardputer platform using the MicroHydra framework. The app allows users to:

  • Convert decimal numbers to binary.
  • Convert binary numbers to decimal.

The app uses a menu to guide users through selecting the type of conversion, inputting numbers, and viewing the results. The display interface is managed via the display module, user input is handled by the userinput module, and configuration settings are accessed via the config module.

Features

  • Menu-based interface for choosing conversion type.
  • Binary-to-decimal and decimal-to-binary conversion.
  • User-friendly input with error handling for incorrect formats.

Key Modules

  • display: Manages output display on the screen.
  • userinput: Captures user keypresses for input.
  • config: Accesses and applies configuration settings like color palettes.

Installation

  • Install the MicroHydra framework on the Cardputer.
  • Copy the application files (display, userinput, config, and font modules) to the Cardputer.
  • Run the application to start converting numbers between binary and decimal.
mHYDRA binary_numb.txt

Leave a Reply

Your email address will not be published. Required fields are marked *