From 943d650929a2a44671cdbc907893b678a54525e3 Mon Sep 17 00:00:00 2001 From: nicholasprice Date: Tue, 11 May 2021 17:26:01 +1000 Subject: [PATCH] Added Screen Type CRS Display++ to cic PsychImaging --- +neurostim/cic.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/+neurostim/cic.m b/+neurostim/cic.m index 62c1eae5..44b15e49 100644 --- a/+neurostim/cic.m +++ b/+neurostim/cic.m @@ -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