23#define LIVE_VIEW_VERSION_MAJOR 2   
   24#define LIVE_VIEW_VERSION_MINOR 2   
   36#define LV_TFR_VIEWPORT     0x01 
   37#define LV_TFR_BITMAP       0x04 
   38#define LV_TFR_PALETTE      0x08 
   39#define LV_TFR_BITMAP_OPACITY   0x10 
  101    int lcd_aspect_ratio; 
 
  103    int palette_data_start;
 
 
Definition chdk_live_view.h:65