https://github.com/afcms/epsilon-text-app
Show text on your Numworks calculator
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
Repository
Show text on your Numworks calculator
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Text App for Epsilon
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
- Website: https://afcms.github.io/
- Twitter: AFCM_Dev
- Repositories: 18
- Profile: https://github.com/AFCMS
👨🎓 16 years old french student
GitHub Events
Total
Last Year
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
Pull Request Labels
Dependencies
- actions/checkout v2 composite
- actions/upload-artifact v3 composite
- numworks/setup-arm-toolchain 2020-q2 composite