-
-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple calculator #1483
base: main
Are you sure you want to change the base?
Simple calculator #1483
Commits on Jul 16, 2024
-
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 1770866 - Browse repository at this point
Copy the full SHA 1770866View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cd8f6 - Browse repository at this point
Copy the full SHA e0cd8f6View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for ba9d477 - Browse repository at this point
Copy the full SHA ba9d477View commit details -
added fixed point numbers, pow is still broken
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 1aec3af - Browse repository at this point
Copy the full SHA 1aec3afView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d4ad4e - Browse repository at this point
Copy the full SHA 9d4ad4eView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f2e6e83 - Browse repository at this point
Copy the full SHA f2e6e83View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e7aa6c - Browse repository at this point
Copy the full SHA 7e7aa6cView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for fed59f1 - Browse repository at this point
Copy the full SHA fed59f1View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 5af0a34 - Browse repository at this point
Copy the full SHA 5af0a34View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for cacf107 - Browse repository at this point
Copy the full SHA cacf107View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 21e2427 - Browse repository at this point
Copy the full SHA 21e2427View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 37b0842 - Browse repository at this point
Copy the full SHA 37b0842View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 0957bdc - Browse repository at this point
Copy the full SHA 0957bdcView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 64fb4f9 - Browse repository at this point
Copy the full SHA 64fb4f9View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 8c10adc - Browse repository at this point
Copy the full SHA 8c10adcView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e46a1ca - Browse repository at this point
Copy the full SHA e46a1caView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a7ffca - Browse repository at this point
Copy the full SHA 7a7ffcaView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 3fce445 - Browse repository at this point
Copy the full SHA 3fce445View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4096da4 - Browse repository at this point
Copy the full SHA 4096da4View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 0048a8b - Browse repository at this point
Copy the full SHA 0048a8bView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b64787a - Browse repository at this point
Copy the full SHA b64787aView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 5433363 - Browse repository at this point
Copy the full SHA 5433363View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 852c1de - Browse repository at this point
Copy the full SHA 852c1deView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 477ad1e - Browse repository at this point
Copy the full SHA 477ad1eView commit details -
reset value after copy to result
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b9ede11 - Browse repository at this point
Copy the full SHA b9ede11View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for c36ad92 - Browse repository at this point
Copy the full SHA c36ad92View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d4ea28c - Browse repository at this point
Copy the full SHA d4ea28cView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 25cd03e - Browse repository at this point
Copy the full SHA 25cd03eView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e98cd49 - Browse repository at this point
Copy the full SHA e98cd49View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4cd0ec7 - Browse repository at this point
Copy the full SHA 4cd0ec7View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 89c6c2f - Browse repository at this point
Copy the full SHA 89c6c2fView commit details -
Remove power operation in calculator app
Also shuffles bottom row around a bit, and adds a unary minus button. Also fixes issue where the colours on the operator buttons aren't wiped when the backspace button is pressed.
Configuration menu - View commit details
-
Copy full SHA for edf9990 - Browse repository at this point
Copy the full SHA edf9990View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a74e49 - Browse repository at this point
Copy the full SHA 4a74e49View commit details -
Instead of always adding the new digit it now gets multipled with a sign, based on whether value is negative or not. Thus, the addition becomes a subtraction for negative numbers.
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 041369b - Browse repository at this point
Copy the full SHA 041369bView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f116a3e - Browse repository at this point
Copy the full SHA f116a3eView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 19eb8a9 - Browse repository at this point
Copy the full SHA 19eb8a9View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 44d1d7d - Browse repository at this point
Copy the full SHA 44d1d7dView commit details -
fixed display of negative numbers smaller than 0
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for a3a557f - Browse repository at this point
Copy the full SHA a3a557fView commit details -
only remove the operator if the value is zero
Co-authored-by: SuIông N. <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2502200 - Browse repository at this point
Copy the full SHA 2502200View commit details -
lower maximum number size and number of digits
This is necessary to ensure correct calculations. Themaximum int64 has 19 digits. Therefore, 18 digits are safe to use. But in order to calculate exact multiplication we need twice the number of digits after the comma, so I decided to go with 12 digits before the comman and 3 after it.
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d356c40 - Browse repository at this point
Copy the full SHA d356c40View commit details -
This commit updates the codebase to use the new interface for compile-time optional apps.
minacode committedJul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e609983 - Browse repository at this point
Copy the full SHA e609983View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 10346ef - Browse repository at this point
Copy the full SHA 10346efView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b734baf - Browse repository at this point
Copy the full SHA b734bafView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for ab7ceb9 - Browse repository at this point
Copy the full SHA ab7ceb9View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 0f65f48 - Browse repository at this point
Copy the full SHA 0f65f48View commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d2c178e - Browse repository at this point
Copy the full SHA d2c178eView commit details -
minacode committed
Jul 16, 2024 Configuration menu - View commit details
-
Copy full SHA for accd666 - Browse repository at this point
Copy the full SHA accd666View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46efadb - Browse repository at this point
Copy the full SHA 46efadbView commit details
Commits on Aug 31, 2024
-
I dont 100% understand, how it works, but this seems to reduce the amount of needed memory, such that we do not have to reduce the size in the FreeRTOS config.
minacode committedAug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d54f1e - Browse repository at this point
Copy the full SHA 0d54f1eView commit details
Commits on Sep 1, 2024
-
minacode committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for dcacb9c - Browse repository at this point
Copy the full SHA dcacb9cView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb160ee - Browse repository at this point
Copy the full SHA eb160eeView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb03cf6 - Browse repository at this point
Copy the full SHA fb03cf6View commit details