A standalone QR code generator for the Casio fx-9750GIII (SH4).
Single add-in.
Runs entirely on-device.
QR encoder embedded.
Icon
Main menu / Text input
QR output
- Generate QR codes directly on the calculator
- Built-in text input with auto line wrap
- F1 — case toggle
- F2 — URL-friendly symbol cycling
- Embedded QR encoder (
qrcodegen)
Default input length: 60 characters (adjustable in source).
- Connect the calculator via USB
- Press F1 on the calculator to enter USB mode
- Drag
QRCode.G1Ainto the root directory - Safely eject
Open QRCode.g1w in the official fx-9860G SDK and select Build All.
main.c— UI, input handling, renderingqrcodegen.c— QR encoding implementationqrcodegen.h— encoder interface
MIT License.
QR encoding is based on Project Nayuki’s implementation.
这是一个运行在 fx-9750GIII(SH4)上的离线二维码生成器(Add-in)。
特点:
- 完全本机运行
- 内置二维码编码器
- 支持大小写切换与常用符号输入
- 默认长度 60(可在源码中修改)
安装方式:USB 连接 → 计算器按 F1 → 拖入 QRCode.G1A → 弹出即可。



