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: 3 months ago
JSON representation

A simple scientific calculator that works on any monochrome framebuffer (1bpp).

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