From e12ca08ca8e94fb31ffec7131b34cc77cb8cf8bf Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 17 Dec 2020 00:49:04 +0100 Subject: [PATCH] Better alerts --- docs/01-hardware.md | 7 +++++-- docs/displays/Waveshare_40RPi_LCD(C).md | 3 ++- docs/index.html | 7 ++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/01-hardware.md b/docs/01-hardware.md index 261ad6a6..d6cc7609 100644 --- a/docs/01-hardware.md +++ b/docs/01-hardware.md @@ -40,8 +40,10 @@ table th:last-of-type { [4]: https://www.aliexpress.com/item/32815530502.html [5]: https://www.aliexpress.com/item/32977375539.html -!> \* *Due to the large number of possible hardware options a selection of 3 popular ESP development boards has been made for the precompiled binaries.* +> [!WARNING] +> \* *Due to the large number of possible hardware options a selection of 3 popular ESP development boards has been made for the precompiled binaries.* +> [!NOTE] > **Note:**
Advanced users can build and compile custom configurations using PlatformIO, however this is not currently supported. @@ -66,7 +68,8 @@ To use PWM dimming on the Lolin TFT 2.4" you must solder the TFT-LED pin to eith ![TFT-LED PWM dimming](assets/images/tft-led-pwm.png) -!> **Warning:**
Do *not* use D3 for backlight control because it is already in use for touch! +> [!WARNING] +> **Warning:**
Do *not* use D3 for backlight control because it is already in use for touch! > **Note:**
It is also *not* recommended to use D4 for backlight control because it is already in use for PSram on the ESP32-Wrover. diff --git a/docs/displays/Waveshare_40RPi_LCD(C).md b/docs/displays/Waveshare_40RPi_LCD(C).md index f25d0f37..f75b90e9 100644 --- a/docs/displays/Waveshare_40RPi_LCD(C).md +++ b/docs/displays/Waveshare_40RPi_LCD(C).md @@ -27,7 +27,8 @@ Pin |Function |ESP32 Pin |Config Name|Display Pin | 25 |Module Ground |GND | |GND 26 |Touch Chip Select |GPIO22 |TOUCH_CS |TP_CS -!> (*)Only the WaveShare 4.0" RPi LCD Revision C has a solder jumper on the back to enable PWM backlight dimming. +> [!WARNING] +> (*)Only the WaveShare 4.0" RPi LCD Revision C has a solder jumper on the back to enable PWM backlight dimming. Other revisions of this board do not have this feature. SPI MISO, MOSI and SCLK are shared between the touch controller and the lcd controller. diff --git a/docs/index.html b/docs/index.html index 38680295..484fac72 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ - +
@@ -70,6 +73,8 @@ + + \ No newline at end of file