Skip to content

Commit

Permalink
Merge pull request #160 from klabhub/display++
Browse files Browse the repository at this point in the history
Added Screen Type CRS Display++ to cic PsychImaging
  • Loading branch information
adammorrissirrommada committed May 11, 2021
2 parents db1a721 + 943d650 commit e86217e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions +neurostim/cic.m
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,11 @@ function PsychImaging(c)
PsychImaging('AddTask', 'General', 'EnableDataPixxM16OutputWithOverlay');
% After upgrading to Win10 we seem to need this.
PsychDataPixx('PsyncTimeoutFrames' , 1);
case 'DISPLAY++'
% The CRS Display++
PsychImaging('AddTask', 'FinalFormatting', 'DisplayColorCorrection', 'ClampOnly');
PsychImaging('AddTask', 'General', 'EnableBits++Mono++Output');
Screen('Preference', 'VisualDebuglevel', 3); % 3 show a black screen instead of white flash
case 'SOFTWARE-OVERLAY'
% Magic software overlay... replicates (in software) the
% dual CLUT overlay of the VPixx M16 mode. See below
Expand Down

0 comments on commit e86217e

Please sign in to comment.