23 #define LIVE_VIEW_VERSION_MAJOR 2 // increase only with backwards incompatible changes (and reset minor) 24 #define LIVE_VIEW_VERSION_MINOR 2 // increase with extensions of functionality 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;
110 #endif // __LIVE_VIEW_H
Definition: chdk_live_view.h:65