I am developing a 4-function calculator (+,-,*,/,%,sqrt) with a 144x32 dot-matrix display. Since I have chosen such an "advanced" display for such a "simple" thing, it only makes sense to make proper use of it and implement more features into the calc to make it more accessible and user-friendly! So far I have already come up with a "status line" layout like this:
The top left is your bog-standard "memory" indicator that shows if you have a variable stored or not. The top right shows the battery percentage/voltage, depending on if you're running the calc on rechargeable/disposable batteries, respectfully. (This is necessary due to the backlight in the LCD, as well as some planned features like communication with PCs over UART and full C/ASM re-programmability.)
So my question is, considering the average run-of-the-mill $2 4-function, what features would you like to see on a 4-function calc to enhance its usability?
I'll start: I would love to see a feature allowing you to view the contents of your memory variable without actually having to paste it into your entry line.
(Note: I will not accept suggestions that require adding more mathematical functionality to the calc itself. The objective here is to design the 'ultimate 4-function'.)
P.S. I can guarantee that the final product (and most likely its development as well) will be completely open-source.
The top left is your bog-standard "memory" indicator that shows if you have a variable stored or not. The top right shows the battery percentage/voltage, depending on if you're running the calc on rechargeable/disposable batteries, respectfully. (This is necessary due to the backlight in the LCD, as well as some planned features like communication with PCs over UART and full C/ASM re-programmability.)
So my question is, considering the average run-of-the-mill $2 4-function, what features would you like to see on a 4-function calc to enhance its usability?
I'll start: I would love to see a feature allowing you to view the contents of your memory variable without actually having to paste it into your entry line.
(Note: I will not accept suggestions that require adding more mathematical functionality to the calc itself. The objective here is to design the 'ultimate 4-function'.)
P.S. I can guarantee that the final product (and most likely its development as well) will be completely open-source.