# 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>