[PR #324] [MERGED] Casio fx-CG series port #365

Closed
opened 2026-05-06 13:17:02 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/324
Author: @Heath123
Created: 5/6/2023
Status: Merged
Merged: 5/10/2023
Merged by: @Yaya-Cout

Base: upsilon-devHead: upsilon-cg50


📝 Commits (10+)

  • 072aac7 Initial test - working on Linux
  • b463f02 Try to make it work with liba
  • 04e4220 Stop using liba and the filesystem
  • 376e799 IT WORKS
  • 53c880d Key input, full res, fix some of the crashes
  • 56013fd Fix the hang when doing calculations
  • 6cf2448 Add some more key mappings
  • 2d038a6 Fix the square root issue
  • 2b2a0f9 Icons
  • 1302165 Better key mappings, brightness control, better gamma correction, more effficient framebuffer

📊 Changes

77 files changed (+1617 additions, -49 deletions)

View changed files

📝 .github/workflows/ci-workflow.yml (+58 -0)
📝 Makefile (+2 -0)
📝 README.md (+27 -10)
📝 apps/code/catalog.de.i18n (+6 -0)
📝 apps/code/catalog.en.i18n (+6 -0)
📝 apps/code/catalog.es.i18n (+6 -0)
📝 apps/code/catalog.fr.i18n (+6 -0)
📝 apps/code/catalog.hu.i18n (+6 -0)
📝 apps/code/catalog.it.i18n (+6 -0)
📝 apps/code/catalog.nl.i18n (+6 -0)
📝 apps/code/catalog.pt.i18n (+6 -0)
📝 apps/code/catalog.universal.i18n (+6 -0)
📝 apps/code/python_toolbox.cpp (+9 -0)
📝 apps/graph/graph/graph_view.h (+6 -0)
📝 apps/home/controller.cpp (+1 -1)
📝 apps/home/controller.h (+10 -1)
📝 apps/math_toolbox.cpp (+4 -0)
📝 apps/probability/app.h (+1 -1)
📝 apps/settings/sub_menu/about_controller.cpp (+1 -0)
📝 apps/settings/sub_menu/datetime_controller.cpp (+3 -0)

...and 57 more files

📄 Description

There are a few more thing left to finish, but I think it's more or less in a mergable state now, but I need to update the icon and name of the built g3a file from Omega to Upsilon


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/324 **Author:** [@Heath123](https://github.com/Heath123) **Created:** 5/6/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `upsilon-cg50` --- ### 📝 Commits (10+) - [`072aac7`](https://github.com/UpsilonNumworks/Upsilon/commit/072aac7ec644d57f90595cad187f5ec4f9085ea1) Initial test - working on Linux - [`b463f02`](https://github.com/UpsilonNumworks/Upsilon/commit/b463f0236bab1b7f25b4dedbc8f4347543513005) Try to make it work with liba - [`04e4220`](https://github.com/UpsilonNumworks/Upsilon/commit/04e4220cfc303e07af06273f1f65ffb9be883bc9) Stop using liba and the filesystem - [`376e799`](https://github.com/UpsilonNumworks/Upsilon/commit/376e799857cc3a1ea14556f4a015015c447d627f) IT WORKS - [`53c880d`](https://github.com/UpsilonNumworks/Upsilon/commit/53c880de0b27d6451142505647e89275d6db4b57) Key input, full res, fix some of the crashes - [`56013fd`](https://github.com/UpsilonNumworks/Upsilon/commit/56013fda75e189314723117e2e23436d783e1630) Fix the hang when doing calculations - [`6cf2448`](https://github.com/UpsilonNumworks/Upsilon/commit/6cf244834f60a4790b65b4ae4ef5aef4719d629d) Add some more key mappings - [`2d038a6`](https://github.com/UpsilonNumworks/Upsilon/commit/2d038a6671c56bcc4a12db2418185e3859bff713) Fix the square root issue - [`2b2a0f9`](https://github.com/UpsilonNumworks/Upsilon/commit/2b2a0f9ac71fd0330e394277b872357ea37b5c2b) Icons - [`1302165`](https://github.com/UpsilonNumworks/Upsilon/commit/1302165f979700b9a4b84901a9a837eef1a6d15f) Better key mappings, brightness control, better gamma correction, more effficient framebuffer ### 📊 Changes **77 files changed** (+1617 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-workflow.yml` (+58 -0) 📝 `Makefile` (+2 -0) 📝 `README.md` (+27 -10) 📝 `apps/code/catalog.de.i18n` (+6 -0) 📝 `apps/code/catalog.en.i18n` (+6 -0) 📝 `apps/code/catalog.es.i18n` (+6 -0) 📝 `apps/code/catalog.fr.i18n` (+6 -0) 📝 `apps/code/catalog.hu.i18n` (+6 -0) 📝 `apps/code/catalog.it.i18n` (+6 -0) 📝 `apps/code/catalog.nl.i18n` (+6 -0) 📝 `apps/code/catalog.pt.i18n` (+6 -0) 📝 `apps/code/catalog.universal.i18n` (+6 -0) 📝 `apps/code/python_toolbox.cpp` (+9 -0) 📝 `apps/graph/graph/graph_view.h` (+6 -0) 📝 `apps/home/controller.cpp` (+1 -1) 📝 `apps/home/controller.h` (+10 -1) 📝 `apps/math_toolbox.cpp` (+4 -0) 📝 `apps/probability/app.h` (+1 -1) 📝 `apps/settings/sub_menu/about_controller.cpp` (+1 -0) 📝 `apps/settings/sub_menu/datetime_controller.cpp` (+3 -0) _...and 57 more files_ </details> ### 📄 Description There are a few more thing left to finish, but I think it's more or less in a mergable state now, but I need to update the icon and name of the built g3a file from Omega to Upsilon --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:17:02 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#365
No description provided.