mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-04-24 19:34:07 +00:00
9 lines
482 B
C
9 lines
482 B
C
|
|
#define WINDOW_WIDTH 1024 // proposed width of main window
|
|
#define WINDOW_HEIGHT 768 // proposed height of main window (as per Tektronix manual)
|
|
#define WINDOW_NAME "Tektronix 4010" // name of main window
|
|
#define ICON_NAME "" // path to icon for window
|
|
|
|
#define TIME_INTERVAL 25 // time interval for timer function in msec
|
|
// 0 means no timer function
|