/arduino_tft_calc

Arduino-based calculator with high precision calculations and expression parsing

Primary LanguageC++

Arduino TFT calculator with sensor screen

Hardware:

  • Arduino Uno (with ATMega328P)
  • TFT screen with sensor (I use one with controller r61505 ili9325)

Required libraries:

Not completed yet:

  • Screen calibration on start
  • Calculation of a^b for all ranges

Completed:

  • Expression parsing
  • 20-digits (decimal digits) precision numbers
  • Triginometric functions
  • Exponential and logarithmic functions
  • Constants
  • Seven memory registers (A-F, M)