Crate charlcd

Source
Expand description

A rust crate to interact with the mainline Linux charlcd.c driver.

Modules§

custom_char
Create custom characters by defining their pixels.
special_char
Module containing special characters constant codes (Greek letters, math symbols, etc.)

Structs§

Screen
A screen that allows you to send commands to a charlcd driver (or whatever that implements the Write trait).