Crate charlcd

source ·
Expand description

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

Modules§

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

Structs§

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