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

BOXHH, BOXHH_FILL, LINE_TO_XHYH: X Coordinate does not work #6

Closed microlan closed 2 years ago

microlan commented 2 years ago

Describe the bug can you check the BOXHH and BOXHH_FILL functions to see it is working correctly. I am still using Ver 3.0 Feb 24,21. It seems that the X parameter is not set correctly and I always get overrun to the right side of the screen. I set X,Y to 0 and Y seems to work ok. I uses test number like x = 20 and y=40.

microlan commented 2 years ago

BOXHH/BOXHH_FILL issue not reproducible but could be because BOXHH was being processed in BOXH code (fixed in bug related to BOXHH acting as fill in build 052122 or newer)

microlan commented 2 years ago

LINE_TO_XHYH issue also not reproducible but could be the same code reuse issue as BOXHH, so fixed same way in 052122 or newer.