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.
- 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
Soon
Soon
- Text support
- Backlight control (possibly with PWM)
- Other features from the original library