Example implementation of calibration graphics using SDL graphics environment. More...
Macros | |
#define | TARGET_SIZE 20 |
#define | CAL_TARG_BEEP 1 |
#define | CAL_GOOD_BEEP 0 |
#define | CAL_ERR_BEEP -1 |
#define | DC_TARG_BEEP 3 |
#define | DC_GOOD_BEEP 2 |
#define | DC_ERR_BEEP -2 |
Functions | |
INT16 | setup_cal_display (void) |
void | exit_cal_display (void) |
void | draw_cal_target (INT16 x, INT16 y) |
void | erase_cal_target (void) |
void | clear_cal_display (void) |
void | cal_sound (INT16 sound) |
void | cal_target_beep (void) |
void | cal_done_beep (INT16 error) |
void | dc_target_beep (void) |
void | dc_done_beep (INT16 error) |
Example implementation of calibration graphics using SDL graphics environment.
In this file, we perform all calibration displays.