Update docs

This commit is contained in:
fvanroie 2020-12-17 22:27:18 +01:00
parent c51e5e98bb
commit 7ca93b2631
4 changed files with 19 additions and 5 deletions

View File

@ -1,7 +1,17 @@
#### :question: HASP Settings
#### :question: The font looks tiny
On ESP8266, the out-of-the box font is Unscii 8pt because this font takes up very little space in memory and on flash.
This default font is just intended to get the device setup, then you can Upload your own .zi font.
On ESP32, the default font is Monserrat 12.
#### :question: How to use Fontawesome icons?
Upload another .zi file named fontawesome*xx*.zi of the same point size as the normal text .zi font.
e.g. If your custom font is `arial24.zi´, you should also add a `fontawesome24.zi` file.
A:
#### :question: Is there a file browser built-in?
@ -15,3 +25,7 @@ When the `edit.htm.gz` file is present on Spiffs you will see an additional File
Using that webpage, you can right-click and delete files:
![HTTP configuration](assets/images/faq/faq_file_delete.png "Delete file")
#### :question: Is there a file browser built-in?
*See: Is there a file browser built-in?*

View File

@ -37,7 +37,7 @@ raspberrypi =
-D SPI_FREQUENCY=80000000
-D SPI_TOUCH_FREQUENCY=2500000
-D USER_SETUP_LOADED=1
-D TOUCH_DRIVER=0 ; XPT2606 Resistive touch panel driver
-D TOUCH_DRIVER=2046 ; XPT2046 Resistive touch panel driver
-D SUPPORT_TRANSACTIONS
```

View File

@ -40,7 +40,7 @@ mrb3511 =
-D TFT_HEIGHT=480
-D TFT_ROTATION=0 ; 0=0, 1=90, 2=180 or 3=270 degree
-D USER_SETUP_LOADED=1
-D TOUCH_DRIVER=1 ; GT911 Capacitive touch panel driver
-D TOUCH_DRIVER=911 ; GT911 Capacitive touch panel driver
-D SUPPORT_TRANSACTIONS
```

View File

@ -43,7 +43,7 @@ raspberrypi =
-D SPI_FREQUENCY=80000000
-D SPI_TOUCH_FREQUENCY=2500000
-D USER_SETUP_LOADED=1
-D TOUCH_DRIVER=0 ; XPT2606 Resistive touch panel driver
-D TOUCH_DRIVER=2046 ; XPT2046 Resistive touch panel driver
-D SUPPORT_TRANSACTIONS
```