mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 19:56:44 +00:00
Update docs
This commit is contained in:
parent
511756265e
commit
79c5244bb1
@ -43,5 +43,7 @@
|
|||||||
|
|
||||||
- Tested Displays
|
- Tested Displays
|
||||||
- [MHS4001](displays/MHS4001.md)
|
- [MHS4001](displays/MHS4001.md)
|
||||||
- [WaveShare RPi 4(C)](displays/Waveshare_40RPi_LCD(C).md)
|
- [WaveShare 4.0" RPi LCD (rev C)](displays/Waveshare_40RPi_LCD(C).md)
|
||||||
- [MRB3511](displays/MRB3511.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.
|
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:
|
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 |
|
Pin |Function |ESP32 Pin |Config Name|Display Pin |
|
||||||
------|--------------------|-----------|-----------|------------|
|
------|--------------------|-----------|-----------|------------|
|
||||||
1 |Module Power 3.3V |3.3V | |3.3V
|
1 |Module Power 3.3V |3.3V | |3.3V
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
el: "#app",
|
el: "#app",
|
||||||
repo: 'https://github.com/fvanroie/hasp-lvgl/tree/master/docs',
|
repo: 'https://github.com/fvanroie/hasp-lvgl/tree/master/docs',
|
||||||
homepage: 'README.md',
|
homepage: 'index.md',
|
||||||
auto2top: true,
|
auto2top: true,
|
||||||
name: 'hasp-lvgl',
|
name: 'hasp-lvgl',
|
||||||
autoHeader: true,
|
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