add Graph Light

This commit is contained in:
Lephenixnoir 2024-04-30 09:38:20 +02:00
parent c6bd4cf436
commit 57440cc193
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
8 changed files with 81 additions and 2 deletions

66
calculators/glight.yaml Normal file
View File

@ -0,0 +1,66 @@
glight:
general:
full_name: "Graph Light"
international_name: no
year_launched: 2024
predecessor: fx92+c, g25+e2
successor: no
family: family.scientific
active: yes
teaching:
audience: audience.high_school
exam_mode: exam_mode.no_memory
math_input: yes
pretty_print: yes
matrices: no
complex_calculus: yes
symbolic_calculus: symbolic_calculus.QPiRac
cas: no
packaging:
size: [15.5, 86.5, 177.2] # mm
weight: 117 # g
power: power.1aaa
power_runtime: ???
programming:
algo: no
casio_basic: no
add_ins: no
add_ins_sdk: []
python: no
hardware:
mpu: "???"
cpu: "nX-U16/100"
default_cpu_frequency: 5000000 # Hz
overclock_tools: []
max_cpu_frequency: 5000000 # Hz
ram_chip: 24000 # bytes
rom_chip: 512000 # bytes
ram_storage: no # 2400 bytes in spreadsheet
rom_storage: no
sd_card: no
devices:
display: null
backlit_display: no
color_mode: color_mode.4colors
touch_screen: no
display_size_pixels: [192, 63] # pixels
display_size_text: [17, 4] # characters
serial_connection: no
usb_connection: no
protocols: []
transfer_software: []
transfer_tutorial: transfer_tutorial.no_transfer
misc:
price_range: [35, 65]
last_os_version: null
links:
casio_france: "[Casio Éducation](https://www.casio-education.fr/produits/graph-light/)"
casio_international: no
manuals:
software_french_fr:
"Manuel": "https://www.casio.com/content/dam/casio/global/support/manuals/calculators/pdf/2022/g/GRAPH_LIGHT_FR.pdf"
software_international_fr: no
software_international_en: no
hardware_french_fr: no
hardware_international_fr: no
hardware_international_en: no

BIN
images/large/glight.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

BIN
images/pixel/glight.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
images/small/glight.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -96,6 +96,7 @@ enums:
college: "College"
exam_mode:
bad: "Hard to use"
no_memory: "No memory"
math_input:
hidden_option: "Hidden option"
pretty_print:
@ -112,6 +113,7 @@ enums:
packaging:
power:
1aaa: "1 AAA battery"
4aaa: "4 AAA batteries"
battery: "Accu"
@ -153,6 +155,7 @@ enums:
brightness_5levels: "5 brightness levels"
color_mode:
mono: "Black and white"
4colors: "4 colors (gray)"
rgb565: "65536 colors (RGB565)"
display_size_text:
variable: "Variable"
@ -173,6 +176,7 @@ enums:
classpad_manager: "[ClassPad Manager](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=6)"
classpad_addin_installer: "[ClassPad Add-In Installer](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=22)"
transfer_tutorial:
no_transfer: "No file transfer"
usb_mass_storage: "[Transfer tutorial for USB Mass Storage calculators](https://www.planet-casio.com/Fr/forums/topic16747-last-tutoriel-de-transfert-pour-les-calculatrices-cle-usb.html)"
fa_124_usb: "[Transfer tutorial for USB calculators with FA-124](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=16)"
fa_124_sb88: "[Transfer tutorial for non-USB calculators with FA-124](https://www.planet-casio.com/Fr/forums/topic12475-1-transfert-avec-fa-124-et-une-casio-sans-usb-25-pro-e.html)"

View File

@ -88,6 +88,8 @@ enums:
no: "Aucun"
successor:
no: "Aucun"
international_name:
no: "Aucun"
teaching:
audience:
@ -96,6 +98,7 @@ enums:
college: "Supérieur"
exam_mode:
bad: "Compliqué"
no_memory: "Pas de mémoire"
math_input:
hidden_option: "Activable"
pretty_print:
@ -112,6 +115,7 @@ enums:
packaging:
power:
1aaa: "1 pile AAA"
4aaa: "4 piles AAA"
battery: "Batterie"
@ -153,6 +157,7 @@ enums:
brightness_5levels: "5 niveaux de luminosité"
color_mode:
mono: "Noir et blanc"
4colors: "4 niveau de gris"
rgb565: "65536 couleurs (RGB565)"
display_size_text:
variable: "Variable"
@ -173,6 +178,7 @@ enums:
classpad_manager: "[ClassPad Manager](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=6)"
classpad_addin_installer: "[ClassPad Add-In Installer](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=22)"
transfer_tutorial:
no_transfer: "Pas de transfert de fichiers"
usb_mass_storage: "[Tutoriel de transfert pour les calculatrices « clé USB »](https://www.planet-casio.com/Fr/forums/topic16747-last-tutoriel-de-transfert-pour-les-calculatrices-cle-usb.html)"
fa_124_usb: "[Tutoriel FA-124 pour les calculatrices USB](https://www.planet-casio.com/Fr/logiciels/voir_un_logiciel_casio.php?showid=16)"
fa_124_sb88: "[Tutorial FA-124 pour les calculatrices sans USB](https://www.planet-casio.com/Fr/forums/topic12475-1-transfert-avec-fa-124-et-une-casio-sans-usb-25-pro-e.html)"

View File

@ -3,7 +3,8 @@ scores:
exam_mode:
no: 0
bad: 1
yes: 2
no_memory: 2
yes: 3
teaching:
math_input:
@ -51,7 +52,8 @@ scores:
devices:
color_mode:
mono: 0
rgb565: 1
4colors: 1
rgb565: 2
serial_connection:
no: 0
jack_25: 1
@ -147,6 +149,7 @@ all_fields:
- hardware_international_en
all_calcs:
- glight
- g25+pro
- g25+e
- g25+e2