Better alerts

This commit is contained in:
fvanroie 2020-12-17 00:49:04 +01:00
parent b5919f1364
commit e12ca08ca8
3 changed files with 13 additions and 4 deletions

View File

@ -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:**</br>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:**</br>Do *not* use D3 for backlight control because it is already in use for touch!
> [!WARNING]
> **Warning:**</br>Do *not* use D3 for backlight control because it is already in use for touch!
> **Note:**</br>It is also *not* recommended to use D4 for backlight control because it is already in use for PSram on the ESP32-Wrover.

View File

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

View File

@ -31,7 +31,7 @@
</head>
<body>
<div id="app"></div>
<script>
@ -55,6 +55,9 @@
crossChapterText: false,
},
'flexible-alerts': {
style: 'flat'
},
}
</script>
<!-- Docsify v4 -->
@ -70,6 +73,8 @@
<script src="https://cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
</body>
</html>