Update docs

This commit is contained in:
fvanroie 2020-12-19 01:00:51 +01:00
parent 511756265e
commit 79c5244bb1
4 changed files with 8 additions and 6 deletions

View File

@ -43,5 +43,7 @@
- Tested Displays
- [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)
- [**License**](21-license.md)

View File

@ -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

View File

@ -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
View File

@ -0,0 +1 @@
# Hasp-lvgl Documentation