Calculator Project
|
10-11-2019, 10:25 PM
(This post was last modified: 10-11-2019 10:48 PM by Dan.)
Post: #33
|
|||
|
|||
RE: Calculator Project
(10-07-2019 09:15 AM)Gamo Wrote: I have been looking for a basic RPN calculator that the display shown 4 lines of the stacks X, Y, Z and T One of my aims is to create a calculator that the user can customise easily. It only took a few minutes to convert it to a 4 level stack and add a percent function. After you've created your keypad layout, allocate the key numbers to the functions in the header file. e.g. my ENTER key is in the bottom right corner (key 0) so in the header file I have #define ENTER 0. If you don't want a particular function set it to -1. You can add a shift plane, a key held plane, make it programmable, change the font size, colours, status line, menu, etc. etc. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)