From 79c5244bb137796d4a16ff2ec3d5a397962dfe27 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 19 Dec 2020 01:00:51 +0100 Subject: [PATCH] Update docs --- docs/_sidebar.md | 6 ++++-- docs/displays/Waveshare_40RPi_LCD(C).md | 5 ++--- docs/index.html | 2 +- docs/index.md | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 docs/index.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index bf6e0533..3caf8eb5 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -43,5 +43,7 @@ - Tested Displays - [MHS4001](displays/MHS4001.md) - - [WaveShare RPi 4(C)](displays/Waveshare_40RPi_LCD(C).md) - - [MRB3511](displays/MRB3511.md) \ No newline at end of file + - [WaveShare 4.0" RPi LCD (rev C)](displays/Waveshare_40RPi_LCD(C).md) + - [MRB3511](displays/MRB3511.md) + +- [**License**](21-license.md) \ No newline at end of file diff --git a/docs/displays/Waveshare_40RPi_LCD(C).md b/docs/displays/Waveshare_40RPi_LCD(C).md index 359c018c..d36e8053 100644 --- a/docs/displays/Waveshare_40RPi_LCD(C).md +++ b/docs/displays/Waveshare_40RPi_LCD(C).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 diff --git a/docs/index.html b/docs/index.html index 5b7262e3..77319719 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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, diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..386a1181 --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +# Hasp-lvgl Documentation \ No newline at end of file