Support and General Use > Recording
Recording Enhancements Pack
paulheu:
I found that one and it appear to work... Had it set to h initially, but of course since this is always the main LCD h[0] is what it should be..
I'll do a bit of testing tonight and let you know what I come up with..
Mmmm:
So it works now?
I was also thinking that seeing as you have a much bigger screen than I do, you might want to change this line
--- Code: --- FOR_NB_SCREENS(i)
{
screens[i].setfont(FONT_UI);
screens[i].getstringsize("M", &w[i], &h[i]);
if (i == SCREEN_MAIN) {
*****if (h[i] < ((LCD_HEIGHT - 16) / 8))]***********
font[i] = FONT_UI;
else
font[i] = FONT_SYSFIXED;
}
else if (h[i] <= ((screens[i].height - 8) / 7))
--- End code ---
(the ****** line)
Change that 16 to a 40, then the font will never be allowed to overwrite the batt/bal/disk info.
I only changed it because on the small H1xx screen this meant you couldn't get a decent sized font in before it reset to the system font...I don't think that this would be an issue for the H3xx. ;)
paulheu:
in the fontsonly patch it is actually set to 40
Mmmm:
--- Quote from: paulheu on April 22, 2006, 09:19:11 AM ---in the fontsonly patch it is actually set to 40
--- End quote ---
Ha ha...really?? well...that saves a bit of time then eh :D
--- Quote from: paulheu ---I found that one and it appear to work... Had it set to h initially, but of course since this is always the main LCD h[0] is what it should be..
I'll do a bit of testing tonight and let you know what I come up with..
--- End quote ---
You still haven't said whether it works now or not! ::)
Didn't you set all h's to h[0] or h{i} like I said? :)
paulheu:
I actually commented the 'int w,h;' lines out to find any missed ones, but get no errors. I did spot some leftover &h and &w var but they do not cause any warnings or errors..
I sortof expected them to, but it all works well sofar.. Should I turn all these &w and &h vars into &w[0] and &h[0] as well then ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version