Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nik012003/fbcalc
A simple scientific calculator that works on any monochrome framebuffer (1bpp).
https://github.com/nik012003/fbcalc
Last synced: 13 days ago
JSON representation
A simple scientific calculator that works on any monochrome framebuffer (1bpp).
- Host: GitHub
- URL: https://github.com/nik012003/fbcalc
- Owner: nik012003
- License: gpl-3.0
- Created: 2023-07-16T13:16:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T22:34:03.000Z (over 1 year ago)
- Last Synced: 2024-10-04T22:15:11.793Z (about 1 month ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## fbcalc
A simple scientific calculator that works on any monochrome framebuffer (1bpp).It's designed to be used on microcontrollers with lcd/oled monochrome screens of any size.
This library only requires an allocator, a way to get input from the user and a way to display the framebuffer.
The framebuffer is defined as a 2-dimensional vector
## TODO
Basically everything- [ ] Renderer
- [ ] Parser
- [ ] Visitor
- [ ] Input system
- [ ] Example/Tests
- [ ] Import font from ttf
- [ ] Keys to input mapper
- [ ] Documentation