Skip to content

yanbe/esp32-pcd8544

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-PCD8544

A dedicated driver library implementation of PCD8544 graphic controller for Espressif IoT Development Framework (ESP-IDF).

(PCD8544 is a.k.a. Nokia 5110 LCD module).

Documentation and API reference is available at readthedocs.org. docs

http://esp32-pcd8544.readthedocs.io/en/latest/

Application examples are in separeted repository: https://github.com/yanbe/esp32-pcd8544-examples

Key Features

  • All functionalities in the PCD8544 datasheet are implemented
  • Enforce native pin assignemnt for fast and low latency IO_MUX direct IO.
  • Manual Pin assignment is availble via API ( no #define PIN_NUM_XX in header files)
  • Asyncronous DMA-transfer mode is supported on HSPI / VSPI host
  • Efficient draw lines / formatted text / bitmap APIs
  • Good sample codes / examples (TBD)

About

A dedicated driver library implementation of PCD8544 (a.k.a Nokia 5110 LCD module) graphic controller for ESP-IDF https://github.com/espressif/esp-idf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages