Skip to content

n-eq/pcd8544-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC8544

This Rust library provides embedded-hal support for PCD8544-based LCD displays, commonly used in Nokia 5110 and similar devices.
It is based on the work by Hannu Hartikainen.

Features

  • 100% safe
  • SPI support
  • GPIO support
  • ASCII characters
  • Bitmap drawing
  • Vertical scrolling (up/down)
  • Special characters support (line feed, carriage return)
  • Custom font configuration

Model support

Any microcontroller HAL with embedded-hal support should work with this driver.

Usage

Add this line to your Cargo.toml's [dependencies] section:

[dependencies]
pcd8544 = "0.1.0"

An example of using the library with an Arduino Uno is provided under examples/arduino-uno-pcd8544.

About

Rust embedded-hal driver for PCD8544 controller

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages