Provides an embedded Rust driver for common 16x2 LCD displays that use the AiP31068L chip to drive the display, and a PCA9633 chip to drive the RGB backlight.
This has been tested with the Waveshare LCD1602 module. It may also work with other RGB displays like the Groove 16X2 LDC RGB, but I haven't tested it.
This is a basic implementation, and doesn't currently support custom characters.
This project is licensed under MIT license (LICENSE or https://opensource.org/licenses/MIT)