From 529bad306d94624cb2eefbfd16b17fc9fd7e4773 Mon Sep 17 00:00:00 2001 From: James Haggerty Date: Wed, 11 Jan 2023 08:15:00 +1100 Subject: RPN Calculator face (#112) * Calculator face with guess a number * Add more functions, cleanup, and blinking * Display operations better in the first location * Clean up stack behaviour Add empty stack behaviour, check stack bounds, add stack operations. Also, make 'mode' always work to switch through faces on entering calculator (i.e. by defaulting to OPERATION rather than NUMBER). Some edge cases. * Tweak negative rounding behaviour; add basic doco * Add copyright name. * Flip ordering of binary operations * Fix compiler warnings * Remove watch_private_display hackery and give face a better name Also, slightly clearer documentation and a dupe function. --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 60084594..9def50de 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -75,6 +75,7 @@ SRCS += \ ../watch_faces/demo/frequency_correction_face.c \ ../watch_faces/complication/alarm_face.c \ ../watch_faces/complication/ratemeter_face.c \ + ../watch_faces/complication/rpn_calculator_alt_face.c \ # New watch faces go above this line. # Leave this line at the bottom of the file; it has all the targets for making your project. -- cgit v1.2.3