https://github.com/996refuse/waveshare4c
waveshare 4inch RPi LCD (C) python driver
https://github.com/996refuse/waveshare4c
Last synced: over 1 year ago
JSON representation
waveshare 4inch RPi LCD (C) python driver
- Host: GitHub
- URL: https://github.com/996refuse/waveshare4c
- Owner: 996refuse
- Created: 2019-10-05T09:10:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:36:35.000Z (over 6 years ago)
- Last Synced: 2025-02-05T10:50:13.896Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waveshare4c
waveshare 4inch RPi LCD (C) python driver
dependency
------------
[RPi.GPIO](https://sourceforge.net/projects/raspberry-gpio-python/)
[spidev](https://pypi.org/project/spidev/)
chip
------------
ili9486 for screen
xpt2046 for touch
pinout
------------
to control the display screen, at least 5 pins are required, namely
```
GPIO RPI B+ Pin Number
GPIO_8 24 CE0
GPIO_10 19 MOSI
GPIO_11 23 SCLK
GPIO_24 18 DC
GPIO_25 22 RS
```
todo
------------
touch driver
product page
------------
https://www.waveshare.com/wiki/4inch_RPi_LCD_(C)
http://www.waveshare.net/w/index.php?title=4inch_RPi_LCD_(C)