You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drawFastHLine( x, y+ys, w );
in order to properly respect the Y coordinate parameter, otherwise it always use "0" as reference. Could someone please make a PR for this?
The text was updated successfully, but these errors were encountered:
LovyanGFX/src/lgfx/v1/LGFXBase.cpp
Line 1128 in 50a1800
Hello, the above line should be updated to
drawFastHLine( x, y+ys, w );
in order to properly respect the Y coordinate parameter, otherwise it always use "0" as reference. Could someone please make a PR for this?
The text was updated successfully, but these errors were encountered: