mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
* lcdDraw1bitBitmap now bit exact * bmp rows are padded up to a multiple of 4 bytes
This commit is contained in:
parent
56127e5808
commit
27946ee92b
3 changed files with 24 additions and 4 deletions
|
@ -541,7 +541,7 @@ Draw a bitmap at (x,y)
|
|||
|
||||
@param name (string) full path to the bitmap on SD card (i.e. “/IMAGES/test.bmp”)
|
||||
|
||||
@notice Only available on Taranis X9 series. Maximum image size if 106 x 64 pixels (width x height).
|
||||
@notice Maximum image size is [display width / 2] x [display height] pixels.
|
||||
|
||||
@status current Introduced in 2.0.0
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue