Frequently Asked Questions

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

❓ How to use Fontawesome icons?~

Upload another .zi file named fontawesomexx.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 afontawesome24.zi` file.

You can download fontawesome.zip from the HMI Font Pack repository.

❓ Is there a file browser built-in?~

A: There is no native file browser included yet, as this currently is low on the priority list.

However, you can upload the edit.htm.gz (3kB) file to the flash partition from the ESP32 FSBrowser repository. Download it from: https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/examples/FSBrowser/data/edit.htm.gz

When the edit.htm.gz file is present on the flash partition you will see an additional File Browser button on the Main Webpage:

HTTP configuration

Using that webpage, you can right-click and delete files:

HTTP configuration

❓ How to delete files from flash?~

See: Is there a file browser built-in?