From e1e9f7e11252657035305eb8742eb29e1ecda9ee Mon Sep 17 00:00:00 2001 From: SwampdogMash <35781133+swampdogmash@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:15:59 +0000 Subject: [PATCH] Update Displays.md Add link to ScriptEditor in relation to creating RGB16 files for use with the Pfilename: command. --- docs/Displays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Displays.md b/docs/Displays.md index be38763a5f..03a40cf55d 100644 --- a/docs/Displays.md +++ b/docs/Displays.md @@ -105,7 +105,7 @@ align right `Cip` = set foreground index color (0..31) for color displays (see index color table below) `Bip` = set background index color (0..31) for color displays (see index color table below) `wp` = draws an analog watch with radius p (#define USE_AWATCH) -`Pfilename:` = display an rgb 16-bit color (or jpg on ESP32) image when file system is present, Scripteditor contains a converter to convert jpg to special RGB16 pictures +`Pfilename:` = display an rgb 16-bit color (or jpg on ESP32) image when file system is present, Scripteditor contains a converter to convert jpg to special RGB16 pictures See ![ScriptEditor](https://tasmota.github.io/docs/Scripting-Language/#optional-external-editor) `Ffilename:` = load RAM font file when file system is present. the font is selected with font Nr. 5, these fonts are special binary versions of GFX fonts of any type. they end with .fnt. an initial collection is found in Folder BinFonts `SXfilename:` = load display descriptor for multiple display support (X = 1..3) for up to 3 displays. `SX:` = switch to display number (X = 1..3).