mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
Lua docs update: lcd.drawText() added link to fonts
This commit is contained in:
parent
e2722509f7
commit
2aebcb842a
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ Draw a text beginning at (x,y)
|
|||
|
||||
@param flags (unsigned number) drawing flags. All values can be
|
||||
combined together using the + character. ie BLINK + DBLSIZE.
|
||||
See the Appendix for available characters in each font set.
|
||||
See the [Appendix](../appendix/fonts.md) for available characters in each font set.
|
||||
* `0 or not specified` normal font
|
||||
* `XXLSIZE` jumbo sized font
|
||||
* `DBLSIZE` double size font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue