| Crates.io | beepy-display |
| lib.rs | beepy-display |
| version | 0.1.1 |
| created_at | 2024-01-21 18:39:33.216243+00 |
| updated_at | 2024-01-24 07:48:41.641369+00 |
| description | Embedded graphics DrawTarget for Beepy |
| homepage | |
| repository | https://github.com/chamik/beepy-display |
| max_upload_size | |
| id | 1107797 |
| size | 11,031 |
This crate is a simple DrawTarget implementation for the embedded-graphics library.
To be able to draw to the display you need to add yourself to the video group:
$ sudo usermod -aG video "$USER"
If you want to use the functions bind_console() and unbind_console() you have to have write access to /sys/class/vtconsole/vtcon1/bind. You can achieve this by:
sudo chmod o+w /sys/class/vtconsole/vtcon1/bind (lasts until reboot)