lcd.drawPixmap(x, y, name)
Last updated
Was this helpful?
Draw a bitmap at (x,y)
@status current Introduced in 2.0.0
x,y (positive numbers) starting coordinates
name (string) full path to the bitmap on SD card (i.e. “/IMAGES/test.bmp”)
none
Maximum image size is [display width / 2] x [display height] pixels.
Last updated
Was this helpful?
Was this helpful?