skeezix posted on Dec 23 2004 at 09:54 PM said:
Someone with a new BLU+ unit let me know if this fixes the problem where the top line of the ST display would be on the bottom line of the BLU+ display..
It doesn't. Sorry. ^^;
It moves the screen up even higher, so we loose another row of pixels, but strangely there's still only 1 row at the bottom of the screen (beneith the black bar). It looks as though we're getting an extra row of pixels above the black bar when BLU+ is ON but it's NOT the line we lost, it's one from the end of the real screen. (Which is odd, I thought it would have ran out, perhaps it's a duplicate line?)
So.. Kinda makes it worse. XD;
I really don't understand how it could work like this. Are you changing where the ST's virtual screen begins or the entire screen?
You have to bring the entire LCD screen down a row and the bottom line replacing the first to fix the problem.
for example:
1---
2---
3---
4---
would be:
4---
1---
2---
3---
Sorry if I seem patronising, it's unintentional I'm just trying to make it clear since you don't have a BLU+, I am grateful for your work.
If you need any BLU+ testing you can email or MSN me @ rikfuzz@hotmail.com
EDIT:
Sorry, I think I made a mistake. It looks as though the last row of pixels is actually a duplicate of the first. I guess this means there's no fixing this particular annoyance after all.
I believe it's replacing the last row as opposed to just being an extra row on the end of the normal ammount as in the firmware test it displayed 1 pixel border around the entire screen. If it was an extra row I'd expect a 2 pixel thick border at the bottom (though it's possible they didn't draw the last line to compensate, but I doubt this).
I'm guessing if you move the screen down 1 px so the first row is black it'll stop it being ugly (the bottom row will copy it and be black too). This is doable for castaway since you have a black bar beneith anyway, but for programs that use the entire screen they'll have to sacrifice a row or put up with a duplicate. Or atleast that's how it seems to me so far.