mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 11:16:45 +00:00
Update docs
This commit is contained in:
parent
511756265e
commit
79c5244bb1
@ -43,5 +43,7 @@
|
||||
|
||||
- Tested Displays
|
||||
- [MHS4001](displays/MHS4001.md)
|
||||
- [WaveShare RPi 4(C)](displays/Waveshare_40RPi_LCD(C).md)
|
||||
- [MRB3511](displays/MRB3511.md)
|
||||
- [WaveShare 4.0" RPi LCD (rev C)](displays/Waveshare_40RPi_LCD(C).md)
|
||||
- [MRB3511](displays/MRB3511.md)
|
||||
|
||||
- [**License**](21-license.md)
|
@ -1,9 +1,8 @@
|
||||
|
||||
## WaveShare 4.0" RPi LCD (rev C)
|
||||
|
||||
6 GPIOs are required to drive the SPI display. One additional GPIO is needed for the XPT2046 touch sensor and one extra GPIO for backlight dimming.
|
||||
Including the Vcc and Gnd pins, a total of 13 connections need to be made to the MCU:
|
||||
|
||||
## Pin Configuration
|
||||
|
||||
Pin |Function |ESP32 Pin |Config Name|Display Pin |
|
||||
------|--------------------|-----------|-----------|------------|
|
||||
1 |Module Power 3.3V |3.3V | |3.3V
|
||||
|
@ -38,7 +38,7 @@
|
||||
window.$docsify = {
|
||||
el: "#app",
|
||||
repo: 'https://github.com/fvanroie/hasp-lvgl/tree/master/docs',
|
||||
homepage: 'README.md',
|
||||
homepage: 'index.md',
|
||||
auto2top: true,
|
||||
name: 'hasp-lvgl',
|
||||
autoHeader: true,
|
||||
|
1
docs/index.md
Normal file
1
docs/index.md
Normal file
@ -0,0 +1 @@
|
||||
# Hasp-lvgl Documentation
|
Loading…
x
Reference in New Issue
Block a user