https://github.com/afcms/epsilon-text-app

Show text on your Numworks calculator

https://github.com/afcms/epsilon-text-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

cpp epsilon numworks python
Last synced: 6 months ago · JSON representation

Repository

Show text on your Numworks calculator

Basic Info
  • Host: GitHub
  • Owner: AFCMS
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 23.4 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
cpp epsilon numworks python
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

Text App for Epsilon

Build

This is a C++ app to display text with scrolling on a NumWorks calculator.

The code is derivated from the official numworks sample app;

Change the default text

Run update_text.py file.txt to change the app text with the text in file.txt.

The script will fail if the text have lines that will overflow the numworks's window.

You will need to clean the build (make clean) if you have already build the aplication.

Build the app

To build this sample app, you will need to install the embedded ARM toolchain and nwlink.

shell brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS npm install -g nwlink rm -fr target && make

You 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.

If 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.

Run the app locally

To run the app on your development machine, you can use the following command

```shell

Now connect your NumWorks calculator to your computer using the USB cable

make run ```

Copyright

AFCM: update_text.py src/main.cpp

Numworks team (BSD): All other files

Owner

  • Login: AFCMS
  • Kind: user
  • Location: France

👨‍🎓 16 years old french student

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
AFCMS a****t@g****m 9

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 1
  • Average time to close issues: 1 day
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • AFCMS (2)
Pull Request Authors
  • AFCMS (1)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v3 composite
  • numworks/setup-arm-toolchain 2020-q2 composite