mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Update doc for functions not available on X7 (#4363)
This commit is contained in:
parent
9c6a543434
commit
ba21aec79f
1 changed files with 3 additions and 3 deletions
|
@ -449,7 +449,7 @@ Draw a bitmap at (x,y)
|
||||||
|
|
||||||
@param name (string) full path to the bitmap on SD card (i.e. “/IMAGES/test.bmp”)
|
@param name (string) full path to the bitmap on SD card (i.e. “/IMAGES/test.bmp”)
|
||||||
|
|
||||||
@notice Only available on Taranis
|
@notice Only available on Taranis X9 series
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0
|
||||||
*/
|
*/
|
||||||
|
@ -584,7 +584,7 @@ Draw a title bar
|
||||||
@param pages (number) total number of pages. Only used as indicator on
|
@param pages (number) total number of pages. Only used as indicator on
|
||||||
the right side of title bar. (i.e. idx=2, cnt=5, display `2/5`)
|
the right side of title bar. (i.e. idx=2, cnt=5, display `2/5`)
|
||||||
|
|
||||||
@notice Only available on Taranis
|
@notice Only available on Taranis X9 series
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0
|
||||||
*/
|
*/
|
||||||
|
@ -624,7 +624,7 @@ Draw a combo box
|
||||||
* `INVERS` combo box collapsed, text inversed
|
* `INVERS` combo box collapsed, text inversed
|
||||||
* `0 or not present` combo box collapsed, text normal
|
* `0 or not present` combo box collapsed, text normal
|
||||||
|
|
||||||
@notice Only available on Taranis
|
@notice Only available on Taranis X9 series
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue