Linux DRM Driver for 2.7" Sharp Memory LCD
Go to file
2023-08-12 18:41:48 -05:00
init Buildroot included 2023-08-04 19:22:22 -05:00
src Rename to sharp-drm 2023-08-12 18:41:48 -05:00
.gitattributes Initial commit 2018-05-17 10:09:26 -04:00
.gitignore Split out DRM and ioctl 2023-06-29 10:14:22 -05:00
Config.in Rename to sharp-drm 2023-08-12 18:41:48 -05:00
LICENSE Initial commit 2018-05-17 10:09:26 -04:00
Makefile Rename to sharp-drm 2023-08-12 18:41:48 -05:00
README.md Update readme 2023-08-04 21:21:10 -05:00
README.orig.md New README 2023-06-09 16:40:55 -05:00
sharp-drm.dts Rename to sharp-drm 2023-08-12 18:41:48 -05:00
sharp-drm.mk Rename to sharp-drm 2023-08-12 18:41:48 -05:00

Sharp Memory LCD Kernel Driver

DRM kernel driver for 2.7" 400x240 Sharp memory LCD panel.

Installation

Install the Linux kernel headers

sudo apt-get install raspberrypi-kernel-headers

To build, install, and enable the kernel module:

make
sudo make install

To remove:

sudo make uninstall

Original fbdev module readme with pinouts and build instructions

References

Original SPI and GPIO kernel driver at:

https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver

Sharp datasheet:

https://www.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf