Changeset 580 for trunk/core/edgeoverlay.h
- Timestamp:
- 11/19/08 00:15:12 (5 years ago)
- File:
-
- 1 edited
-
trunk/core/edgeoverlay.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/edgeoverlay.h
r515 r580 2 2 #define EDGE_OVERLAY_H 3 3 4 // margin in which around the center nothing is displayed. Good for not 5 // interfering too much with the OSD 4 6 #define MARGIN 30 7 // stuff influencing the algorithm 5 8 #define CALCYMARGIN 3 6 //#define EDGECOLOR 0x667 9 #define NSTAGES 4 10 // steps for up/down/left/right moving the overlay in ALT mode 8 11 #define XINC 6 9 12 #define YINC 2 10 #define XGRID1 120 11 #define XGRID2 240 12 #define YGRID1 80 13 #define YGRID2 160 13 14 // if you change this, remember to change the mkdir in main too 15 #define EDGE_SAVE_DIR "A/CHDK/EDGE" 14 16 15 17 void edge_overlay(); 18 void save_edge_overlay(void); 19 void load_edge_overlay( const char* ); 20 void free_memory_edge_overlay(void); 16 21 17 22 #endif
Note: See TracChangeset
for help on using the changeset viewer.