+ added taskviewer by reyalp task viewer (vxworks only)+ added Fishpeppers Boot Logo from here: chdk bootup logo mod+ raw subtract for filebrowser by reyalp - raw subtract* makefile changes: added several docs in the /docs dir, these are "catted" together during compilation -> one big readme file's gonna be put into the zip. Also includes camera specific notes, if existing (placeholders for now) (thx for helping with this, Hacki).* Ixus 860is / SD870 - fixed ubasic_set_led (diff provided by FE50)* patched symboldmod and changed splashscreen a little (diff sent in by CHDKLover)* added toggle in scripts menu: now the saving of script params can be turned on/off (default: off)
-#define MODE_SCREEN_MASK 0x0C00-#define MODE_SCREEN_OPENED 0x0400-#define MODE_SCREEN_ROTATED 0x0800
the problem is related somehow (blank+transparent characters) to draw_char function which has been altered due cropped mode zebra and does not output any tranparent pixels
From:else if(inside_box && cl>>8!=COLOR_TRANSPARENT) draw_pixel(x+ii ,y+i, cl>>8);To:else draw_pixel(x+ii ,y+i, cl>>8);