earthlcd / ezLCD-5x

Public Repository for ezLCD-5035-RT release files system, firmware and issue reporting
https://earthlcd.com/products/ezlcd-5x?_pos=1&_sid=0927d2260&_ss=r
0 stars 1 forks source link

ez.PutPictFile([x, y,] filename) optional parameters [x, y,] of the function do not work #72

Open JacobChrist opened 1 year ago

JacobChrist commented 1 year ago

Describe the bug The optional [x, y,] parameters of the ez.PutPictFile([x, y,] filename) function do not work and the ez.SetXY(x, y) function is required to properly set the x, y position when drawing an image.

Expected behavior The x,y parameter of the ez.PutPictFile() should update the internal column and row position of where an image is drawn.

Additional context Ver: 3.0.0 Mar 29 2023 (NoSPI) Lua 5.3.5 S/N: 2c0022000751393334383939 320x240

JacobChrist commented 1 year ago

Issue addressed on commit https://github.com/earthlcd/EZLCD-5xxx-Master/commit/0c6bb4c5a6c868ccf953f51f8a468b71760b22dc but not released.