virtual-lcd-core 0.1.2

Virtual LCD firmware core library for Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# virtual-lcd-core

`virtual-lcd-core` is the main simulation engine for the Virtual LCD Firmware Simulator project.

It provides:

- LCD configuration and timing control
- framebuffer and drawing window state
- pin-bank and command-processing support
- the virtual LCD implementation used by the examples and renderer

```toml
[dependencies]
virtual-lcd-core = "0.1"
```

Repository: <https://github.com/fhfelipefh/Virtual-LCD-Firmware-Simulator>