mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #324] [MERGED] Casio fx-CG series port #365
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-dev← Head:upsilon-cg50📝 Commits (10+)
072aac7Initial test - working on Linuxb463f02Try to make it work with liba04e4220Stop using liba and the filesystem376e799IT WORKS53c880dKey input, full res, fix some of the crashes56013fdFix the hang when doing calculations6cf2448Add some more key mappings2d038a6Fix the square root issue2b2a0f9Icons1302165Better 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.