{"id":16130529,"url":"https://github.com/afcms/epsilon-text-app","last_synced_at":"2026-05-19T14:36:52.243Z","repository":{"id":103041976,"uuid":"535820355","full_name":"AFCMS/epsilon-text-app","owner":"AFCMS","description":"Show text on your Numworks calculator","archived":false,"fork":false,"pushed_at":"2022-09-24T14:12:03.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T20:21:51.346Z","etag":null,"topics":["cpp","epsilon","numworks","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AFCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-12T19:28:59.000Z","updated_at":"2022-09-14T19:41:32.000Z","dependencies_parsed_at":"2023-07-23T01:33:56.841Z","dependency_job_id":null,"html_url":"https://github.com/AFCMS/epsilon-text-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fepsilon-text-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fepsilon-text-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fepsilon-text-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFCMS%2Fepsilon-text-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFCMS","download_url":"https://codeload.github.com/AFCMS/epsilon-text-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492549,"owners_count":20947545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","epsilon","numworks","python"],"created_at":"2024-10-09T22:16:43.627Z","updated_at":"2026-05-19T14:36:52.171Z","avatar_url":"https://github.com/AFCMS.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text App for Epsilon\n\n[![Build](https://github.com/AFCMS/epsilon-text-app/actions/workflows/build.yml/badge.svg)](https://github.com/AFCMS/epsilon-text-app/actions/workflows/build.yml)\n\nThis is a C++ app to display text with scrolling on a [NumWorks calculator](https://www.numworks.com).\n\nThe code is derivated from the [official numworks sample app](https://github.com/numworks/epsilon-sample-app-cpp);\n\n## Change the default text\n\nRun `update_text.py file.txt` to change the app text with the text in `file.txt`.\n\nThe script will fail if the text have lines that will overflow the numworks's window.\n\nYou will need to clean the build (`make clean`) if you have already build the aplication.\n\n## Build the app\n\nTo build this sample app, you will need to install the [embedded ARM toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain) and [nwlink](https://www.npmjs.com/package/nwlink).\n\n```shell\nbrew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS\nnpm install -g nwlink\nrm -fr target \u0026\u0026 make\n```\n\nYou should now have a `target/text-app.nwa` file that you can distribute! Anyone can now install it on their calculator from the [NumWorks online uploader](https://my.numworks.com/apps).\n\nIf just want to test the app without recompiling it with your own text, you can download the `text-app.nwa` file from the [build artifacts](https://github.com/AFCMS/epsilon-text-app/actions/workflows/build.yml). \n\n## Run the app locally\n\nTo run the app on your development machine, you can use the following command\n\n```shell\n# Now connect your NumWorks calculator to your computer using the USB cable\nmake run\n```\n\n## Copyright\n\nAFCM:\nupdate_text.py\nsrc/main.cpp\n\nNumworks team (BSD):\nAll other files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fepsilon-text-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafcms%2Fepsilon-text-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafcms%2Fepsilon-text-app/lists"}