This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10211 - Calculator does not clean screen well
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Saturday, 16 May 2009, 10:58 GMT+2
Last edited by Steve Gotthardt (gotthardt) - Tuesday, 26 May 2009, 21:41 GMT+2
Opened by Tomer Shalev (tomers) - Saturday, 16 May 2009, 10:58 GMT+2
Last edited by Steve Gotthardt (gotthardt) - Tuesday, 26 May 2009, 21:41 GMT+2
|
DetailsTo reproduce:
Open calculator Press 9 Press 1/x twice You'll notice leftovers from the last result 0.11111111, which are the lower pixels of the first four ("0.11") characters. See screenshots. |
This task depends upon
Please add information about the test environment to a task in the first place. It's hard to guess what target you are using and it's quite annoying to have to dig for information that the reporter could have added in the first place. Of course the first target / theme combination I tried did not show the issue.
This is repeated subtracted from the Yoffset leaving the last offset too large.
When the clearing is done it used REC_HEIGHT which can be too small (depending on LCD_HEIGHT). This clears an area too small.
The solution is to clear the area based on the area's height: Y_1_POS.
Tested on Gigabeat.