Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1 KB

File metadata and controls

30 lines (19 loc) · 1 KB

PCD8544 Java Driver

example

Discord Java Community's logo displayed on the LCD

This is a Java port of Adafruit PCD8544 Nokia 5110 LCD Library designed to work on Raspberry Pi with pi4j.
It also has a few enhancements compared to the original library.

Features

  • Support for both software and hardware SPI
  • Graphics2D compatible API (via GraphicsWrapper.java)
  • Support for two-dimensional bitmaps - no need to use external tools to draw images
  • Smart drawing - don't redraw parts of screen that were not updated (only when using 2D buffers and GraphicsWrapper)
  • Built-in 5x8 text font

Installation

Soon

Examples

Soon

TODO

  • Text support
  • Backlight control (possibly with PWM)
  • Other features from the original library