Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.26 KB

Driver for the "1.3inch LCD Module" from Waveshare

Driver for Waveshare's "1.3inch LCD Module" (240x240, RGB565):

1.3inch LCD Module

The module uses an ST7789 display controller. The driver code is adjusted for the specific LCD panel. I documented the initialization procedure in Initialization.md.

The driver is intentionally barebones and only contains what is needed for Pavu Mixer. It might make sense to add proper interoperability with embedded-graphics at some point... I'll gladly accept contributions :)

License

This display driver is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.