Update readme
This commit is contained in:
parent
5f9ebd3c86
commit
d57ad7688b
17
README.md
17
README.md
@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
DRM kernel driver for 2.7" 400x240 Sharp memory LCD panel.
|
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](https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver/blob/master/README.md)
|
## [Original fbdev module readme with pinouts and build instructions](https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver/blob/master/README.md)
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
Loading…
Reference in New Issue
Block a user