1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 03:49:52 +03:00

[X7] fix #5911 and bmp loading (#6703)

* lcdDraw1bitBitmap now bit exact

* bmp rows are padded up to a multiple of 4 bytes
This commit is contained in:
Raphael Coeffic 2019-09-03 07:11:20 +02:00 committed by Bertrand Songis
parent 56127e5808
commit 27946ee92b
3 changed files with 24 additions and 4 deletions

View file

@ -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
*/