2018-05-17 10:09:26 -04:00
|
|
|
# Sharp Memory LCD Kernel Driver
|
2018-05-17 12:45:14 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
DRM kernel driver for 2.7" 400x240 Sharp memory LCD panel.
|
2018-05-17 13:05:21 -04:00
|
|
|
|
2023-08-04 22:21:10 -04:00
|
|
|
## 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
|
|
|
|
|
|
|
|
|
2023-06-09 17:42:59 -04:00
|
|
|
## [Original fbdev module readme with pinouts and build instructions](https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver/blob/master/README.md)
|
2018-05-17 12:45:14 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
## References
|
2018-05-17 12:45:14 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
Original SPI and GPIO kernel driver at:
|
2018-05-17 13:05:21 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver
|
2018-05-17 12:45:14 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
Sharp datasheet:
|
2018-05-17 12:45:14 -04:00
|
|
|
|
2023-06-09 17:40:55 -04:00
|
|
|
https://www.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf
|