A570 viewport - General Discussion and Assistance - CHDK Forum  

A570 viewport

  • 0 Replies
  • 2209 Views
A570 viewport
« on: 04 / December / 2008, 11:47:06 »
Advertisements
Hi,
I noticed that the latest build doesn't get the a570 viewport right.  My camera was (I gave it away as a present) version 101a, so this is only for that version.  The code in lib.c should be:
Code: [Select]
void *vid_get_viewport_fb_d()
{
     if(*(int*)0x7C0A0) return (void*)(*(int*)0x7C090);
else return (void*)(*(int*)0x7C0A4);
}
Jon

 

Related Topics