From be42e22abbe539e386008e1939cfe2c9f15585ab Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 9 Oct 2019 09:36:22 +0200 Subject: [PATCH] add command for degree --- fx92-programmer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fx92-programmer.py b/fx92-programmer.py index 66a14fd..d34d9b9 100644 --- a/fx92-programmer.py +++ b/fx92-programmer.py @@ -33,7 +33,7 @@ coordinates = { 'tan': (260, 394), 'sto': (60, 426), - 'grad': (100, 426), + 'deg': (100, 426), '(': (140, 426), ')': (180, 426), 'sd': (220, 426), @@ -125,6 +125,7 @@ commands = { 'D6': ['^3'], 'D7': ['shift', 'ans'], 'D8': ['shift', ')'], + 'DC': ['deg'], 'F905': ['optn', '1'], 'F906': ['optn', '2'], 'F907': ['optn', '3'],