virtual-lcd-sdk 0.1.5

Shared LCD traits and color types for the Virtual LCD Firmware Simulator crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# virtual-lcd-sdk

`virtual-lcd-sdk` provides the shared types and traits used by the Virtual LCD Firmware Simulator crates.

It includes:

- `Color` with RGB helpers and RGB565 conversion utilities
- `Lcd` for high-level display operations
- `LcdBus` for lower-level command/data transport
- `PinId` for common LCD control pins

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

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