Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Displays.md #1419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Displays.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down