This is a work in progress, experimental Zephyr bit-bang driver for the Sharp LS0XXB7 series of memory-in-pixel displays. It currently only supports the LS014B7DD01 model.
This is a fork of the nrfconnect/ncs-example-application template:
drivers/display/sharp_ls0xxb7_bitbang: The driver itself (MIT license)app/: An example application aimed at the nRF54L15DK dev board and the hlord2000/SharpBreakout shieldapp/boards/shield/sharp_breakout: overlays from hlord2000/SharpBitbang (MIT license)dts/bindings/display: The device tree bindings for the hlord2000/SharpBreakout shield (MIT license)
Add to your west.yml:
projects:
- name: sharp_ls0xxb7_bitbang
path: modules/sharp_ls0xxb7_bitbang
revision: main
url: https://github.com/rbaron/sharp-ls0xxb7-bitbang