/* * Copyright (c) 2024 Glenn Andrews * * SPDX-License-Identifier: Apache-2.0 */ /* Constants for control sizes as a percentage of screen size. */ #define CALC_BTN_WIDTH_PCT 90 #define CALC_BTN_HEIGHT_PCT 80 #define CALC_RESULT_WIDTH_PCT 70 #define CALC_RESULT_OFFSET_PCT 10 void update_display(const char *output);